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 21
21
<parent >
22
22
<groupId >org.apache.spark</groupId >
23
23
<artifactId >spark-parent</artifactId >
24
- <version >1.0.0 </version >
24
+ <version >1.1.0-SNAPSHOT </version >
25
25
<relativePath >../pom.xml</relativePath >
26
26
</parent >
27
27
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
-
4
1
#
5
2
# Licensed to the Apache Software Foundation (ASF) under one or more
6
3
# contributor license agreements. See the NOTICE file distributed with
41
38
42
39
class StreamingContext (object ):
43
40
"""
44
- Main entry point for Spark functionality. A StreamingContext represents the
41
+ Main entry point for Spark Streaming functionality. A StreamingContext represents the
45
42
connection to a Spark cluster, and can be used to create L{RDD}s and
46
43
broadcast variables on that cluster.
47
44
"""
You can’t perform that action at this time.
0 commit comments