Skip to content

Commit

Permalink
download, install spark, and run pspark
Browse files Browse the repository at this point in the history
  • Loading branch information
pyspark-in-action committed Apr 4, 2016
1 parent dbf39c5 commit 773d4e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions howto/download_install_run_spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jps
http://localhost:8080
````

7. Define 2 Very Basic Python Programs:
7. Define 2 Very Basic Python Programs
======================================
````
cat /Users/mparsian/spark-1.6.1-bin-hadoop2.6/test.py
#!/usr/bin/python
Expand All @@ -98,8 +99,8 @@ def fun2(str):
````

7. Start pyspark
================
8. Start and Run pyspark
========================
````
cd /Users/mparsian/spark-1.6.1-bin-hadoop2.6/
./bin/pyspark
Expand Down

0 comments on commit 773d4e0

Please sign in to comment.