1.I code my scala class and pack.(not input the hdfs files' paths,just use
the paths from "spark-submit"'s parameters)
2.Then,If I input like this:
${SPARK_HOME/bin}/spark-submit \
--master <master > \
<jar file path> \
hdfs://<xxxxxxxxx> \
hdfs://<uyyyyyyyy> \what should I do to get the two hdfs files' paths in my scala class's code(before pack the jar file)? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/get-parameters-of-spark-submit-tp25749.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
