tigerquoll commented on a change in pull request #1383: METRON-1788 Batch profiler pull profile information from zookeeper URL: https://github.com/apache/metron/pull/1383#discussion_r279187703
########## File path: metron-analytics/metron-profiler-spark/src/main/java/org/apache/metron/profiler/spark/cli/BatchProfilerCLI.java ########## @@ -17,15 +17,20 @@ * limitations under the License. * */ + package org.apache.metron.profiler.spark.cli; -import org.apache.commons.cli.CommandLine; -import org.apache.commons.cli.CommandLineParser; -import org.apache.commons.cli.ParseException; -import org.apache.commons.cli.PosixParser; +import static org.apache.metron.profiler.spark.cli.BatchProfilerCLIOptions.*; Review comment: Took a bit of a fight with Intellij, but now done. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
