aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-05-08 10:23:05 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-08 10:23:23 -0700
commit30cfa8dc1811cfd7b57bd818fb22f408c6b02ff1 (patch)
treece909b1ddc774b3b983a1ca730c1fa4d503daf06 /.gitignore
parent8f3b9250c975debafd663b857ef66e6627eb0b5f (diff)
downloadspark-30cfa8dc1811cfd7b57bd818fb22f408c6b02ff1.tar.gz
spark-30cfa8dc1811cfd7b57bd818fb22f408c6b02ff1.tar.bz2
spark-30cfa8dc1811cfd7b57bd818fb22f408c6b02ff1.zip
SPARK-1565, update examples to be used with spark-submit script.
Commit for initial feedback, basically I am curious if we should prompt user for providing args esp. when its mandatory. And can we skip if they are not ? Also few other things that did not work like `bin/spark-submit examples/target/scala-2.10/spark-examples-1.0.0-SNAPSHOT-hadoop1.0.4.jar --class org.apache.spark.examples.SparkALS --arg 100 500 10 5 2` Not all the args get passed properly, may be I have messed up something will try to sort it out hopefully. Author: Prashant Sharma <prashant.s@imaginea.com> Closes #552 from ScrapCodes/SPARK-1565/update-examples and squashes the following commits: 669dd23 [Prashant Sharma] Review comments 2727e70 [Prashant Sharma] SPARK-1565, update examples to be used with spark-submit script. (cherry picked from commit 44dd57fb66bb676d753ad8d9757f9f4c03364113) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 32b603f1bc..ad72588b47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,6 +49,7 @@ unit-tests.log
/lib/
rat-results.txt
scalastyle.txt
+conf/*.conf
# For Hive
metastore_db/