aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthew Farrellee <matt@redhat.com>2014-09-09 18:54:54 -0700
committerReynold Xin <rxin@apache.org>2014-09-09 18:54:54 -0700
commit25b5b867d5e18bac1c5bcdc6f8c63d97858194c7 (patch)
treec89d169c2b6461d7d01eff0a6cbf61c3235acef0 /.gitignore
parentc110614b33a690a3db6ccb1a920fb6a3795aa5a0 (diff)
downloadspark-25b5b867d5e18bac1c5bcdc6f8c63d97858194c7.tar.gz
spark-25b5b867d5e18bac1c5bcdc6f8c63d97858194c7.tar.bz2
spark-25b5b867d5e18bac1c5bcdc6f8c63d97858194c7.zip
[SPARK-3458] enable python "with" statements for SparkContext
allow for best practice code, ``` try: sc = SparkContext() app(sc) finally: sc.stop() ``` to be written using a "with" statement, ``` with SparkContext() as sc: app(sc) ``` Author: Matthew Farrellee <matt@redhat.com> Closes #2335 from mattf/SPARK-3458 and squashes the following commits: 5b4e37c [Matthew Farrellee] [SPARK-3458] enable python "with" statements for SparkContext
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions