File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
examples/src/main/scala/org/apache/spark/examples/graphx Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 6060#
6161# For backwards-compatibility, we retain the old IPYTHON and IPYTHON_OPTS variables.
6262
63- export PYSPARK_DRIVER_PYTHON=ipython
64- export PYSPARK_DRIVER_PYTHON_OPTS=notebook
65-
6663# Determine the Python executable to use if PYSPARK_PYTHON or PYSPARK_DRIVER_PYTHON isn't set:
6764if hash python2.7 2> /dev/null; then
6865 # Attempt to use Python 2.7, if installed:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object LiveJournalPageRank {
2525 def main (args : Array [String ]) {
2626 if (args.length < 1 ) {
2727 System .err.println(
28- " Usage: LiveJournalPageRank <edge_list_file> --numEPart=<num_edge_partitions> \n " +
28+ " Usage: LiveJournalPageRank <edge_list_file>\n " +
2929 " --numEPart=<num_edge_partitions>\n " +
3030 " The number of partitions for the graph's edge RDD.\n " +
3131 " [--tol=<tolerance>]\n " +
You can’t perform that action at this time.
0 commit comments