Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/706#issuecomment-182179778 @doanduyhai any idea with test failure? ``` DEBUG [17:21:25,783][] ACHILLES_DDL_SCRIPT@:executeScript SCRIPT : CREATE INDEX IF NOT EXISTS idx1 ON live_data.complex_table(indexed1); Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 36.451 sec <<< FAILURE! - in org.apache.zeppelin.cassandra.CassandraInterpreterTest org.apache.zeppelin.cassandra.CassandraInterpreterTest Time elapsed: 36.451 sec <<< ERROR! java.lang.ExceptionInInitializerError: null at com.datastax.driver.core.exceptions.NoHostAvailableException.copy(NoHostAvailableException.java:84) at com.datastax.driver.core.exceptions.NoHostAvailableException.copy(NoHostAvailableException.java:37) at com.datastax.driver.core.DriverThrowables.propagateCause(DriverThrowables.java:37) at com.datastax.driver.core.DefaultResultSetFuture.getUninterruptibly(DefaultResultSetFuture.java:244) at com.datastax.driver.core.AbstractSession.execute(AbstractSession.java:55) at info.archinnov.achilles.script.ScriptExecutor.executeScript(ScriptExecutor.java:61) at info.archinnov.achilles.embedded.AchillesInitializer.executeStartupScripts(AchillesInitializer.java:204) at info.archinnov.achilles.embedded.AchillesInitializer.initialize(AchillesInitializer.java:98) at info.archinnov.achilles.embedded.AchillesInitializer.initializeFromParameters(AchillesInitializer.java:61) at info.archinnov.achilles.embedded.CassandraEmbeddedServer.<init>(CassandraEmbeddedServer.java:76) at info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder.buildNativeSessionOnly(CassandraEmbeddedServerBuilder.java:436) at org.apache.zeppelin.cassandra.CassandraInterpreterTest.<clinit>(CassandraInterpreterTest.java:59) Caused by: com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed (tried: localhost/127.0.0.1:9259 (com.datastax.driver.core.exceptions.OperationTimedOutException: [localhost/127.0.0.1] Timed out waiting for server response)) ```
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---