From 3f945e3b830c5a7d50acd61c5aabf964f40f7f4b Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Wed, 30 Jan 2013 15:04:06 -0800 Subject: Make module help available in python shell. Also, adds a line in doc explaining how to use. --- python/pyspark/shell.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/pyspark/shell.py b/python/pyspark/shell.py index f6328c561f..54ff1bf8e7 100644 --- a/python/pyspark/shell.py +++ b/python/pyspark/shell.py @@ -4,6 +4,7 @@ An interactive shell. This file is designed to be launched as a PYTHONSTARTUP script. """ import os +import pyspark from pyspark.context import SparkContext -- cgit v1.2.3