aboutsummaryrefslogtreecommitdiff
path: root/streaming
diff options
context:
space:
mode:
authorzsxwing <zsxwing@gmail.com>2015-08-19 18:36:01 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2015-08-19 18:36:01 -0700
commit1f29d502e7ecd6faa185d70dc714f9ea3922fb6d (patch)
tree3eabe5f24204341f8d13be9bd3ae3d637b40b87b /streaming
parent2f2686a73f5a2a53ca5b1023e0d7e0e6c9be5896 (diff)
downloadspark-1f29d502e7ecd6faa185d70dc714f9ea3922fb6d.tar.gz
spark-1f29d502e7ecd6faa185d70dc714f9ea3922fb6d.tar.bz2
spark-1f29d502e7ecd6faa185d70dc714f9ea3922fb6d.zip
[SPARK-9812] [STREAMING] Fix Python 3 compatibility issue in PySpark Streaming and some docs
This PR includes the following fixes: 1. Use `range` instead of `xrange` in `queue_stream.py` to support Python 3. 2. Fix the issue that `utf8_decoder` will return `bytes` rather than `str` when receiving an empty `bytes` in Python 3. 3. Fix the commands in docs so that the user can copy them directly to the command line. The previous commands was broken in the middle of a path, so when copying to the command line, the path would be split to two parts by the extra spaces, which forces the user to fix it manually. Author: zsxwing <zsxwing@gmail.com> Closes #8315 from zsxwing/SPARK-9812.
Diffstat (limited to 'streaming')
0 files changed, 0 insertions, 0 deletions