git commit: [SPARK-2464][Streaming] Fixed Twitter stream stopping bug

2014-07-24 Thread tdas
Repository: spark Updated Branches: refs/heads/master fec641b84 - a45d5480f [SPARK-2464][Streaming] Fixed Twitter stream stopping bug Stopping the Twitter Receiver would call twitter4j's TwitterStream.shutdown, which in turn causes an Exception to be thrown to the listener. This exception

git commit: [SPARK-2464][Streaming] Fixed Twitter stream stopping bug

2014-07-24 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 91241592a - 53b4e0f95 [SPARK-2464][Streaming] Fixed Twitter stream stopping bug Stopping the Twitter Receiver would call twitter4j's TwitterStream.shutdown, which in turn causes an Exception to be thrown to the listener. This