Github user rawkintrevo commented on the issue:
https://github.com/apache/zeppelin/pull/928
Profile 2 failed.
```
16/11/06 14:18:51 INFO PySparkInterpreter: File
/tmp/zeppelin_pyspark-1526538107058607857.py created
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 31.378 sec
<<< FAILURE! - in org.apache.zeppelin.spark.PySparkInterpreterTest
testBasicIntp(org.apache.zeppelin.spark.PySparkInterpreterTest) Time
elapsed: 31.137 sec <<< FAILURE!
java.lang.AssertionError: expected:<SUCCESS> but was:<ERROR>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.apache.zeppelin.spark.PySparkInterpreterTest.testBasicIntp(PySparkInterpreterTest.java:142)
```
Considering this PR only adds docs and an intert python script (which isn't
run during testing), I must conclude this is is an unrelated failure.
---
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.
---