File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/radarcns Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public static void main(String [] args) {
83
83
final CommandLineArgs commandLineArgs = new CommandLineArgs ();
84
84
final JCommander parser = JCommander .newBuilder ().addObject (commandLineArgs ).build ();
85
85
86
- parser .setProgramName ("hadoop jar restructurehdfs-all-0.3.3 .jar" );
86
+ parser .setProgramName ("java - jar restructurehdfs-0.4.0-all .jar" );
87
87
parser .parse (args );
88
88
89
89
if (commandLineArgs .help ) {
@@ -96,8 +96,8 @@ public static void main(String [] args) {
96
96
97
97
long time1 = System .currentTimeMillis ();
98
98
99
- RestructureAvroRecords restr = new RestructureAvroRecords . Builder ( commandLineArgs . hdfsUri ,
100
- commandLineArgs .outputDirectory )
99
+ RestructureAvroRecords restr = new RestructureAvroRecords
100
+ . Builder ( commandLineArgs . hdfsUri , commandLineArgs .outputDirectory )
101
101
.useGzip ("gzip" .equalsIgnoreCase (commandLineArgs .compression ))
102
102
.doDeduplicate (commandLineArgs .deduplicate ).format (commandLineArgs .format )
103
103
.doStage (!commandLineArgs .noStage )
You can’t perform that action at this time.
0 commit comments