You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by praagarw <gi...@git.apache.org> on 2015/06/04 20:58:18 UTC

[GitHub] incubator-zeppelin pull request: zeppelin-61: added lens interpret...

Github user praagarw commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/84#issuecomment-109009843
  
    Travis CI logs suggest that the failure is not cause of my changes. Its failing cause of selenium test issue.  
    
    Jun 04, 2015 6:49:27 PM org.openqa.selenium.safari.SafariDriverCommandExecutor stop
    INFO: Shutdown complete
    *** RUN ABORTED ***
      java.lang.NoSuchFieldError: INSTANCE
      at org.apache.http.impl.conn.HttpClientConnectionOperator.<init>(HttpClientConnectionOperator.java:75)
      at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(PoolingHttpClientConnectionManager.java:151)
      at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(PoolingHttpClientConnectionManager.java:138)
      at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.<init>(PoolingHttpClientConnectionManager.java:114)
      at org.openqa.selenium.remote.internal.HttpClientFactory.getClientConnectionManager(HttpClientFactory.java:68)
      at org.openqa.selenium.remote.internal.HttpClientFactory.<init>(HttpClientFactory.java:54)
      at org.openqa.selenium.remote.HttpCommandExecutor.<init>(HttpCommandExecutor.java:98)
      at org.openqa.selenium.remote.HttpCommandExecutor.<init>(HttpCommandExecutor.java:81)
      at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:93)
      at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:246)
      ...
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO] 
    [INFO] Zeppelin ........................................... SUCCESS [  5.504 s]
    [INFO] Zeppelin: Interpreter .............................. SUCCESS [ 16.822 s]
    [INFO] Zeppelin: Zengine .................................. SUCCESS [  7.673 s]
    [INFO] Zeppelin: Spark .................................... SUCCESS [ 40.577 s]
    [INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [  3.564 s]
    [INFO] Zeppelin: Angular interpreter ...................... SUCCESS [  2.877 s]
    [INFO] Zeppelin: Shell interpreter ........................ SUCCESS [  2.715 s]
    [INFO] Zeppelin: Hive interpreter ......................... SUCCESS [  3.715 s]
    [INFO] Zeppelin: Tajo interpreter ......................... SUCCESS [  3.056 s]
    ## [INFO] Zeppelin: Lens interpreter ......................... SUCCESS [  7.305 s]
    [INFO] Zeppelin: web Application .......................... SUCCESS [ 39.981 s]
    [INFO] Zeppelin: Server ................................... FAILURE [  5.331 s]
    [INFO] Zeppelin: Packaging distribution ................... SKIPPED
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---