Github user cloud-fan commented on the issue:
https://github.com/apache/spark/pull/17540
@rdblue You need to click the "consle output" tag on the left to see the
pyspark failures. Here it is
```
ERROR: test_stream_exception (pyspark.sql.tests.SQLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/sql/tests.py",
line 1438, in test_stream_exception
sq.processAllAvailable()
File
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/sql/streaming.py",
line 149, in processAllAvailable
return self._jsq.processAllAvailable()
File
"/home/jenkins/workspace/SparkPullRequestBuilder/python/lib/py4j-0.10.4-src.zip/py4j/java_gateway.py",
line 1133, in __call__
answer, self.gateway_client, self.target_id, self.name)
File
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/sql/utils.py",
line 75, in deco
raise StreamingQueryException(s.split(': ', 1)[1], stackTrace)
StreamingQueryException: u'spark.sql.execution.id is already set\n===
Streaming Query ===\nIdentifier: query_explain [id =
568c91fc-0d6d-4fc8-a7d7-db94b6603c8a, runId =
e646eee0-22c5-4620-9987-8a0d1c682476]\nCurrent Committed Offsets: {}\nCurrent
Available Offsets:
{FileStreamSource[file:/home/jenkins/workspace/SparkPullRequestBuilder/python/test_support/sql/streaming]:
{"logOffset":0}}\n\nCurrent State: ACTIVE\nThread State: RUNNABLE\n\nLogical
Plan:\nFileStreamSource[file:/home/jenkins/workspace/SparkPullRequestBuilder/python/test_support/sql/streaming]'
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]