我正试图建立Kylin立方体,但我所有的Kylin立方体都在同一阶段失败:
# 18 Step Name: Build Cube
我查看了应用程序日志:
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /usr/local/hadoop/logs/userlogs/application_1485160852580_1133/container_1485160852580_1133_01_000001 (Is a directory)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:133)
at org.apache.log4j.FileAppender.setFile(FileAppender.java:294)
at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165)
有时它也会因以下例外情况而失败:
Exception: java.net.ConnectException: Call From xxxxxx/192.168.1.136 to 0.0.0.0:10020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
java.net.ConnectException: Call From xxxxxxxxxx/192.168.1.136 to 0.0.0.0:10020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
我无法找到生成失败的原因。
有人能帮我吗?
update:now i 我能够成功地创建kylin多维数据集。现在我正在尝试每15分钟自动重建一次kylin多维数据集,以便从配置单元获取刷新的数据。每次使用kylin restfulapi的curl命令时,我的kylin多维数据集重建都会成功,但数据没有从配置单元导入kylin多维数据集。我无法找到原因,使用curl命令需要任何配置。我正在使用以下url:
http://kylin.apache.org/docs16/howto/howto_build_cube_with_restapi.htmlhttpshttp://kyligence.gitbooks.io/kap-manual//en/rest/authentication.en.html
感谢您的帮助。
1条答案
按热度按时间bkhjykvo1#
如果无法访问10020,则应启动hadoop mrjob history服务器