Github user witgo commented on the pull request:

    https://github.com/apache/spark/pull/299#issuecomment-41150404
  
    ```
    ./bin/spark-submit 
/opt/spark/classes/toona-assembly-assembly-1.0.0-SNAPSHOT.jar --master 
spark://spark:7077 --deploy-mode client --class 
com.zhe800.toona.als.computation.DealCF --arg 
hdfs://192.168.10.39:8020/user/hadoop/testdata/20140304/*  --arg 
/opt/spark/toona/uidIndex --arg /opt/spark/toona/rating --arg 
/opt/spark/toona/model --verbose
    ```
    => 
    ```
    Using properties file: /opt/spark/spark-1.0.0-cdh3/conf/spark-defaults.conf
    Adding default property: spark.executor.memory=13g
    Adding default property: spark.eventLog.enabled=true
    Adding default property: spark.eventLog.dir=/opt/spark/logs/
    Adding default property: spark.master=spark://spark:7077
    Using properties file: /opt/spark/spark-1.0.0-cdh3/conf/spark-defaults.conf
    Adding default property: spark.executor.memory=13g
    Adding default property: spark.eventLog.enabled=true
    Adding default property: spark.eventLog.dir=/opt/spark/logs/
    Adding default property: spark.master=spark://spark:7077
    ```
    why ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to