You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by bzz <gi...@git.apache.org> on 2016/07/12 00:12:42 UTC

[GitHub] zeppelin issue #1162: [ZEPPELIN-909] Apply new mechanism to Elasticsearch in...

Github user bzz commented on the issue:

    https://github.com/apache/zeppelin/pull/1162
  
    Current CI failure:
    
    ```
    org.apache.zeppelin.elasticsearch.ElasticsearchInterpreterTest
    org.apache.zeppelin.elasticsearch.ElasticsearchInterpreterTest  Time elapsed: 8.15 sec  <<< ERROR!
    java.lang.NumberFormatException: null
    	at java.lang.Integer.parseInt(Integer.java:454)
    	at java.lang.Integer.parseInt(Integer.java:527)
    	at org.apache.zeppelin.elasticsearch.ElasticsearchInterpreter.<init>(ElasticsearchInterpreter.java:118)
    	at org.apache.zeppelin.elasticsearch.ElasticsearchInterpreterTest.populate(ElasticsearchInterpreterTest.java:99)
    
    
    Results :
    
    Tests in error: 
      ElasticsearchInterpreterTest.populate:99 ยป NumberFormat null
    
    Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
    ```


---
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.
---