Skip to content

Commit

Permalink
added TODO coments
Browse files Browse the repository at this point in the history
  • Loading branch information
giwa committed Sep 20, 2014
1 parent 99ce042 commit ddd4ee1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/pyspark/streaming/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import sys
from signal import signal, SIGTERM, SIGINT
from tempfile import NamedTemporaryFile

from pyspark.serializers import PickleSerializer, BatchedSerializer, UTF8Deserializer
from pyspark.context import SparkContext
Expand Down
1 change: 0 additions & 1 deletion python/pyspark/streaming/dstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ def saveAsTextFile(rdd, time):
# TODO: implement leftOuterJoin
# TODO: implemtnt rightOuterJoin


class PipelinedDStream(DStream):
def __init__(self, prev, func, preservesPartitioning=False):
if not isinstance(prev, PipelinedDStream) or not prev._is_pipelinable():
Expand Down

0 comments on commit ddd4ee1

Please sign in to comment.