Description
$ ./bin/spark-submit examples/src/main/python/ml/pipeline_example.py
File "/spark-2.0.0-bin-hadoop2.7/examples/src/main/python/ml/pipeline_example.py", line 38
(0L, "a b c d e spark", 1.0),
^
SyntaxError: invalid syntax
Removing 'L' from all occurrences resolves the issue.