gisaia / ARLAS-proc

Workaround about data ingestion with computing frameworks
Apache License 2.0
4 stars 0 forks source link

Remove some useless code #139

Closed laurent-thiebaud-gisaia closed 5 years ago

laurent-thiebaud-gisaia commented 5 years ago

Not passing 4 arguments crash the application whereas at least one is required cf if (args.length == 0) println(usage)

laurent-thiebaud-gisaia commented 5 years ago

OK, I created #141 to fix it