File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >org.apache.spark</groupId >
2323 <artifactId >spark-parent</artifactId >
24- <version >1.0.0 </version >
24+ <version >1.1.0-SNAPSHOT </version >
2525 <relativePath >../pom.xml</relativePath >
2626 </parent >
2727
Original file line number Diff line number Diff line change 1- __author__ = 'ktakagiw'
Original file line number Diff line number Diff line change 1- __author__ = 'ktakagiw'
2-
3-
41#
52# Licensed to the Apache Software Foundation (ASF) under one or more
63# contributor license agreements. See the NOTICE file distributed with
4138
4239class StreamingContext (object ):
4340 """
44- Main entry point for Spark functionality. A StreamingContext represents the
41+ Main entry point for Spark Streaming functionality. A StreamingContext represents the
4542 connection to a Spark cluster, and can be used to create L{RDD}s and
4643 broadcast variables on that cluster.
4744 """
You can’t perform that action at this time.
0 commit comments