forked from D-Net/dnet-hadoop
code formatting
This commit is contained in:
parent
9e594cf4c2
commit
4ff184973b
|
@ -32,8 +32,8 @@ public class ResetHiveDbApplication {
|
|||
log.info("isSparkSessionManaged: {}", isSparkSessionManaged);
|
||||
|
||||
final String dbName = Optional
|
||||
.ofNullable(parser.get("dbName"))
|
||||
.orElseThrow(() -> new IllegalArgumentException("missing DB name"));
|
||||
.ofNullable(parser.get("dbName"))
|
||||
.orElseThrow(() -> new IllegalArgumentException("missing DB name"));
|
||||
log.info("dbName: {}", dbName);
|
||||
|
||||
SparkConf conf = new SparkConf();
|
||||
|
|
Loading…
Reference in New Issue