File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
Expand file tree Collapse file tree 3 files changed +1
-9
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- <<<<<<< HEAD
2524 <version >1.2.0-SNAPSHOT</version >
26- =======
27- <version >1.0.0</version >
28- >>>>>>> initial commit for pySparkStreaming
2925 <relativePath >../pom.xml</relativePath >
3026 </parent >
3127
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