Skip to content

Commit 6c07682

Browse files
author
Jacky Li
committed
fix comment
1 parent c0df8f2 commit 6c07682

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

bin/pyspark

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ fi
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:
6764
if hash python2.7 2>/dev/null; then
6865
# Attempt to use Python 2.7, if installed:

examples/src/main/scala/org/apache/spark/examples/graphx/LiveJournalPageRank.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" +

0 commit comments

Comments
 (0)