You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2013/12/25 19:14:38 UTC

[1/2] git commit: Typo: avaiable -> available

Updated Branches:
  refs/heads/master 4842a07da -> 56094bcd8


Typo: avaiable -> available

Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/3665c722
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/3665c722
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/3665c722

Branch: refs/heads/master
Commit: 3665c722b5b540ec96463031b9980cdc43829deb
Parents: c2dd6bc
Author: Andrew Ash <an...@andrewash.com>
Authored: Tue Dec 24 17:25:04 2013 -0800
Committer: Andrew Ash <an...@andrewash.com>
Committed: Tue Dec 24 17:25:04 2013 -0800

----------------------------------------------------------------------
 python/pyspark/shell.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3665c722/python/pyspark/shell.py
----------------------------------------------------------------------
diff --git a/python/pyspark/shell.py b/python/pyspark/shell.py
index a475959..ef07eb4 100644
--- a/python/pyspark/shell.py
+++ b/python/pyspark/shell.py
@@ -42,7 +42,7 @@ print "Using Python version %s (%s, %s)" % (
     platform.python_version(),
     platform.python_build()[0],
     platform.python_build()[1])
-print "Spark context avaiable as sc."
+print "Spark context available as sc."
 
 if add_files != None:
     print "Adding files: [%s]" % ", ".join(add_files)


[2/2] git commit: Merge pull request #290 from ash211/patch-3

Posted by ma...@apache.org.
Merge pull request #290 from ash211/patch-3

Typo: avaiable -> available


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/56094bcd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/56094bcd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/56094bcd

Branch: refs/heads/master
Commit: 56094bcd8d3ba3442b88af01393d06fd7cd79bde
Parents: 4842a07 3665c72
Author: Matei Zaharia <ma...@databricks.com>
Authored: Wed Dec 25 13:14:33 2013 -0500
Committer: Matei Zaharia <ma...@databricks.com>
Committed: Wed Dec 25 13:14:33 2013 -0500

----------------------------------------------------------------------
 python/pyspark/shell.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------