You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kylin.apache.org by RebieKong <ma...@rebiekong.com> on 2017/08/24 07:13:06 UTC

FileNotFoundException when building cube

Hey~

System Environment
Apache Hadoop 2.7.2
Apache Hbase 1.2.4
Apache Hive 2.1.1
Apache Kylin 1.6.0

In stage 3
[Extract Fact Table Distinct Columns]
I got an exception follow
java.io.FileNotFoundException: File does not exist: hdfs://hdfs-namenode:8020/tmp/mapred/staging/hadoop2052916263/.staging/job_local2052916263_0001/libjars/hive-metastore-2.1.1.jar

I had google it,some one said I should change my hadoop environment to HDP or CDH.
I got some info from this 
https://codedump.io/share/WeMZr5agFXdw/1/getting-javaiofilenotfoundexception-file-does-not-exist-hive-exec-210jar-error-while-trying-to-build-cubes-for-sample-data-in-apache-kylin
but it doesn't work.

Re: FileNotFoundException when building cube

Posted by Li Yang <li...@apache.org>.
If you can reproduce the problem in HDP sandbox, please share detailed logs
and people will be able to help.

On Thu, Aug 24, 2017 at 3:13 PM, RebieKong <ma...@rebiekong.com> wrote:

> Hey~
>
> System Environment
> Apache Hadoop 2.7.2
> Apache Hbase 1.2.4
> Apache Hive 2.1.1
> Apache Kylin 1.6.0
>
> In stage 3
> [Extract Fact Table Distinct Columns]
> I got an exception follow
> java.io.FileNotFoundException: File does not exist:
> hdfs://hdfs-namenode:8020/tmp/mapred/staging/
> hadoop2052916263/.staging/job_local2052916263_0001/libjars/
> hive-metastore-2.1.1.jar
>
> I had google it,some one said I should change my hadoop environment to HDP
> or CDH.
> I got some info from this
> https://codedump.io/share/WeMZr5agFXdw/1/getting-
> javaiofilenotfoundexception-file-does-not-exist-hive-exec-
> 210jar-error-while-trying-to-build-cubes-for-sample-data-in-apache-kylin
> but it doesn't work.