Re: Zeppelin-0.7.2: java.lang.IllegalArgumentException: Command line can not be null

2017-07-27 Thread slava.koptilin
Hello, I see only the following error: Could not extract archive: 'D:\installed\apache-maven-3.5.0\repository\com\github\eirslett\yarn\0.18.1\yarn-0.18.1.\yarn-v0.18.1.tar.gz' and It seems it is not related to Ignite. I think, it would be better to ask Apache Zeppelin community about that (us..

Re: Zeppelin-0.7.2: java.lang.IllegalArgumentException: Command line can not be null

2017-07-27 Thread Bob Li
thanks. I downloaded incubator-zeppelin 's codes, ran "mvn install -Dignite-version=2.0.0 -DskipTests", encountered the following errors: [INFO] Installing Yarn version v0.18.1 [WARNING] Failed to delete existing Yarn installation. [INFO] Unpacking D:\installed\apache-maven-3.5.0\repository\com\g

Re: Zeppelin-0.7.2: java.lang.IllegalArgumentException: Command line can not be null

2017-07-26 Thread slava.koptilin
Hi, Please see my answer on SO https://stackoverflow.com/a/45331063/8371000 Thanks, Slava. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Zeppelin-0-7-2-java-lang-IllegalArgumentException-Command-line-can-not-be-null-tp15680p15693.html Sent from the Apache Ign

Zeppelin-0.7.2: java.lang.IllegalArgumentException: Command line can not be null

2017-07-25 Thread Bob Li
after worked with Ignite 2.0, it got such exception like the topic. Its JDBC configuration is done like the following: namevalue ignite.addresses192.18.134.122:47500..47509 ignite.clientMode true ignite.config.url ignite.jdbc.url jdbc:ignite://192.18.134.122:11211/myCach