Skip to content

Commit

Permalink
added basic tutorial on pyspark
Browse files Browse the repository at this point in the history
  • Loading branch information
pyspark-in-action committed Jan 22, 2016
1 parent 31509b4 commit 26a92fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion howto/minimize_verbosity.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cp $SPARK_HOME/conf/log4j.properties.template $SPARK_HOME/conf/log4j.properties

* Now your file should look like:
````
cat spark-1.3.0/conf/log4j.properties
cat $SPARK_HOME/conf/log4j.properties
# Set everything to be logged to the console
log4j.rootCategory=WARN, console
log4j.appender.console=org.apache.log4j.ConsoleAppender
Expand Down

0 comments on commit 26a92fb

Please sign in to comment.