You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kylin.apache.org by "penn@yeahka.com" <pe...@yeahka.com> on 2019/02/19 08:44:28 UTC

problems with integration kylin 2.4 with saiku 3.9

Hello, everyone!
I met a problem when integrating kylin2.4 with saiku 3.9.I searched in google,but found no answer yet.

According to https://github.com/mustangore/kylin-mondrian-interaction guide,I did like this:
cd saiku_path/tomcat/webapps/saiku/WEB-INF/lib/;
copy kylin-jdbc-2.4.1.jar to current dir;
copy mondrian-4.4-lagunitas-SNAPSHOT-with-kylin-dialect.jar to to current dir;
copy commons-httpclient-3.1.jar to current dir;
mv mondrian-4.3.0.1.1-SPARK.jar mondrian-4.3.0.1.1-SPARK.jar.bak;
mv commons-httpclient-20020423.jar commons-httpclient-20020423.jar.bak;
chmod +x kylin-jdbc-2.4.1.jar mondrian-4.4-lagunitas-SNAPSHOT-with-kylin-dialect.jar  commons-httpclient-3.1.jar
cd saiku_root_path; sh start-saiku.sh
login https:dn2:8080 and enter username and password, then error come in login page:
java.io.FileNotFoundException: /home/saiku/saiku-server-3.90/tomcat/webapps/saiku/WEB-INF/lib/commons-httpclient-20020423.jar (No such file or directory)

Could you help me?
https://github.com/mustangore/kylin-mondrian-interaction guide is just for kylin 1.x, not Kylin 2.x ,is it ?

looking forward your reply.

thanks



Penn
2019.2.19


回复: 答复: problems with integration kylin 2.4 with saiku 3.9

Posted by "penn@yeahka.com" <pe...@yeahka.com>.
Hi,na

I followed instructions in《kylin-mondrian-interaction》, which is listed in kylin Community Best Practices .
In sixth step, it says:  add commons-httpclient-3.1.jar and remove old Commons HTTPClient jar.

I also refered  to step 4.3 in 《kylin mondrian saiku interaction》: "delete these old jar files-- commons-httpclient-20020423.jar, mondrian-4.3.0.1-SPARK.jar".

I saw the issue-- hang at login saiku with endless loading in 《kylin-mondrian-interaction》, it is same to my problem.



Penn
 
发件人: Na Zhai
发送时间: 2019-02-20 21:59
收件人: user@kylin.apache.org
主题: 答复: problems with integration kylin 2.4 with saiku 3.9
Hi, penn
 
I saw this “mv commons-httpclient-20020423.jar commons-httpclient-20020423.jar.bak”. Why you do that, this will make commons-httpclient-20020423.jar  cannot be found.
 
发送自 Windows 10 版邮件应用
 


发件人: penn@yeahka.com <pe...@yeahka.com>
发送时间: Tuesday, February 19, 2019 4:44:28 PM
收件人: user
主题: problems with integration kylin 2.4 with saiku 3.9 
 
Hello, everyone!
I met a problem when integrating kylin2.4 with saiku 3.9.I searched in google,but found no answer yet.

According to https://github.com/mustangore/kylin-mondrian-interaction guide,I did like this:
cd saiku_path/tomcat/webapps/saiku/WEB-INF/lib/;
copy kylin-jdbc-2.4.1.jar to current dir;
copy mondrian-4.4-lagunitas-SNAPSHOT-with-kylin-dialect.jar to to current dir;
copy commons-httpclient-3.1.jar to current dir;
mv mondrian-4.3.0.1.1-SPARK.jar mondrian-4.3.0.1.1-SPARK.jar.bak;
mv commons-httpclient-20020423.jar commons-httpclient-20020423.jar.bak;
chmod +x kylin-jdbc-2.4.1.jar mondrian-4.4-lagunitas-SNAPSHOT-with-kylin-dialect.jar  commons-httpclient-3.1.jar
cd saiku_root_path; sh start-saiku.sh
login https:dn2:8080 and enter username and password, then error come in login page:
java.io.FileNotFoundException: /home/saiku/saiku-server-3.90/tomcat/webapps/saiku/WEB-INF/lib/commons-httpclient-20020423.jar (No such file or directory)

Could you help me?
https://github.com/mustangore/kylin-mondrian-interaction guide is just for kylin 1.x, not Kylin 2.x ,is it ?

looking forward your reply.

thanks



Penn
2019.2.19


答复: problems with integration kylin 2.4 with saiku 3.9

Posted by Na Zhai <na...@kyligence.io>.
Hi, penn

I saw this “mv commons-httpclient-20020423.jar commons-httpclient-20020423.jar.bak”. Why you do that, this will make commons-httpclient-20020423.jar  cannot be found.

发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用

________________________________
发件人: penn@yeahka.com <pe...@yeahka.com>
发送时间: Tuesday, February 19, 2019 4:44:28 PM
收件人: user
主题: problems with integration kylin 2.4 with saiku 3.9

Hello, everyone!
I met a problem when integrating kylin2.4 with saiku 3.9.I searched in google,but found no answer yet.

According to https://github.com/mustangore/kylin-mondrian-interaction guide,I did like this:

  1.  cd saiku_path/tomcat/webapps/saiku/WEB-INF/lib/;
  2.  copy kylin-jdbc-2.4.1.jar to current dir;
  3.  copy mondrian-4.4-lagunitas-SNAPSHOT-with-kylin-dialect.jar to to current dir;
  4.  copy commons-httpclient-3.1.jar to current dir;
  5.  mv mondrian-4.3.0.1.1-SPARK.jar mondrian-4.3.0.1.1-SPARK.jar.bak;
  6.  mv commons-httpclient-20020423.jar commons-httpclient-20020423.jar.bak;
  7.  chmod +x kylin-jdbc-2.4.1.jar mondrian-4.4-lagunitas-SNAPSHOT-with-kylin-dialect.jar  commons-httpclient-3.1.jar
  8.  cd saiku_root_path; sh start-saiku.sh
  9.  login https:dn2:8080 and enter username and password, then error come in login page:

java.io.FileNotFoundException: /home/saiku/saiku-server-3.90/tomcat/webapps/saiku/WEB-INF/lib/commons-httpclient-20020423.jar (No such file or directory)


  *   Could you help me?
  *   https://github.com/mustangore/kylin-mondrian-interaction guide is just for kylin 1.x, not Kylin 2.x ,is it ?

looking forward your reply.

thanks

________________________________
Penn
2019.2.19