aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-01-15 13:54:45 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-01-15 13:54:45 -0800
commit2a05403a7ced4ecf6084c96f582ee3a24f3cc874 (patch)
treedb7265f12ed79593222bb9b3513207a6242ef1a9 /core
parent5fecd2516dc8de28b76fe6e0fbdca7922cc28d1c (diff)
parent9e6375349e945fed87bbeae565f35ab9ca28f70f (diff)
downloadspark-2a05403a7ced4ecf6084c96f582ee3a24f3cc874.tar.gz
spark-2a05403a7ced4ecf6084c96f582ee3a24f3cc874.tar.bz2
spark-2a05403a7ced4ecf6084c96f582ee3a24f3cc874.zip
Merge pull request #443 from tdas/filestream-fix
Made some classes private[stremaing] and deprecated a method in JavaStreamingContext. Classes `RawTextHelper`, `RawTextSender` and `RateLimitedOutputStream` are not useful in the streaming API. There are not used by the core functionality and was there as a support classes for an obscure example. One of the classes is RawTextSender has a main function which can be executed using bin/spark-class even if it is made private[streaming]. In future, I will probably completely remove these classes. For the time being, I am just converting them to private[streaming]. Accessing underlying JavaSparkContext in JavaStreamingContext was through `JavaStreamingContext.sc` . This is deprecated and preferred method is `JavaStreamingContext.sparkContext` to keep it consistent with the `StreamingContext.sparkContext`.
Diffstat (limited to 'core')
0 files changed, 0 insertions, 0 deletions