Laurent Legrand created SPARK-17805:
---------------------------------------
Summary: sqlContext.read.text() does not work with a list of paths
Key: SPARK-17805
URL: https://issues.apache.org/jira/browse/SPARK-17805
Project: Spark
Issue Type: Bug
Components: PySpark
Affects Versions: 2.0.0
Reporter: Laurent Legrand
Priority: Minor
When I try to load multiple text files with the sqlContext, I get the
following error:
spark-2.0.0-bin-hadoop2.4/python/lib/pyspark.zip/pyspark/sql/readwriter.py",
line 282, in text
UnboundLocalError: local variable 'path' referenced before assignment
According to the code
(https://github.com/apache/spark/blob/master/python/pyspark/sql/readwriter.py#L291),
the variable 'path' is not set if the argument is not a string.
Laurent
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]