spark git commit: [SPARK-13195][STREAMING] Fix NoSuchElementException when a state is not set but timeoutThreshold is defined

2016-02-04 Thread zsxwing
Repository: spark Updated Branches: refs/heads/branch-1.6 2f390d306 -> a907c7c64 [SPARK-13195][STREAMING] Fix NoSuchElementException when a state is not set but timeoutThreshold is defined Check the state Existence before calling get. Author: Shixiong Zhu Closes #11081 from zsxwing/SPARK-1

spark git commit: [SPARK-13195][STREAMING] Fix NoSuchElementException when a state is not set but timeoutThreshold is defined

2016-02-04 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master bd38dd6f7 -> 8e2f29630 [SPARK-13195][STREAMING] Fix NoSuchElementException when a state is not set but timeoutThreshold is defined Check the state Existence before calling get. Author: Shixiong Zhu Closes #11081 from zsxwing/SPARK-13195