lewismc commented on a change in pull request #6: SDAP-35 (completed the
configuration change)
URL:
https://github.com/apache/incubator-sdap-mudrod/pull/6#discussion_r172922568
##########
File path: core/src/main/java/org/apache/sdap/mudrod/driver/SparkDriver.java
##########
@@ -19,11 +19,43 @@
import org.apache.spark.serializer.KryoSerializer;
import org.apache.spark.sql.SQLContext;
+import java.io.File;
import java.io.Serializable;
+import java.net.URISyntaxException;
import java.util.Properties;
+//import org.apache.spark.sql.SparkSession;
public class SparkDriver implements Serializable {
+ //TODO the commented out code below is the API uprgade
Review comment:
Remove this please.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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