jingtao created KYLIN-1707:
------------------------------

             Summary: Error When reinstall kylin
                 Key: KYLIN-1707
                 URL: https://issues.apache.org/jira/browse/KYLIN-1707
             Project: Kylin
          Issue Type: Bug
            Reporter: jingtao


I want to reinstall kylin.
Then, I delete all tables in hive, 
                       the meta table in hbase, 
                       and  remove /kylin derictory in hdfs;
Finally, I reinstall.
But, when i build cube, it error. 
the message is follwing:

OS command error exit with 5 -- hive -e "USE default;
DROP TABLE IF EXISTS 
kylin_intermediate_kylin_sales_cube_desc_20120101000000_20160502000000;

CREATE EXTERNAL TABLE IF NOT EXISTS 
kylin_intermediate_kylin_sales_cube_desc_20120101000000_20160502000000
(
DEFAULT_KYLIN_SALES_PART_DT date
,DEFAULT_KYLIN_SALES_LEAF_CATEG_ID bigint
,DEFAULT_KYLIN_SALES_LSTG_SITE_ID int
,DEFAULT_KYLIN_CATEGORY_GROUPINGS_META_CATEG_NAME string
,DEFAULT_KYLIN_CATEGORY_GROUPINGS_CATEG_LVL2_NAME string
,DEFAULT_KYLIN_CATEGORY_GROUPINGS_CATEG_LVL3_NAME string
,DEFAULT_KYLIN_SALES_LSTG_FORMAT_NAME string
,DEFAULT_KYLIN_SALES_PRICE decimal(19,4)
,DEFAULT_KYLIN_SALES_SELLER_ID bigint
)
ROW FORMAT DELIMITED FIELDS TERMINATED BY '\177'
STORED AS SEQUENCEFILE
LOCATION 
'/kylin/kylin_metadata/kylin-5020d91f-3114-421b-929b-f733d438411a/kylin_intermediate_kylin_sales_cube_desc_20120101000000_20160502000000';

SET dfs.replication=2;
SET dfs.block.size=33554432;
SET hive.exec.compress.output=true;
SET hive.auto.convert.join.noconditionaltask=true;
SET hive.auto.convert.join.noconditionaltask.size=300000000;
SET 
mapreduce.map.output.compress.codec=org.apache.hadoop.io.compress.SnappyCodec;
SET 
mapreduce.output.fileoutputformat.compress.codec=org.apache.hadoop.io.compress.SnappyCodec;
SET hive.merge.mapfiles=true;
SET hive.merge.mapredfiles=true;
SET mapred.output.compression.type=BLOCK;
SET hive.merge.size.per.task=256000000;
SET hive.support.concurrency=false;
SET mapreduce.job.split.metainfo.maxsize=-1;
INSERT OVERWRITE TABLE 
kylin_intermediate_kylin_sales_cube_desc_20120101000000_20160502000000 SELECT
KYLIN_SALES.PART_DT
,KYLIN_SALES.LEAF_CATEG_ID
,KYLIN_SALES.LSTG_SITE_ID
,KYLIN_CATEGORY_GROUPINGS.META_CATEG_NAME
,KYLIN_CATEGORY_GROUPINGS.CATEG_LVL2_NAME
,KYLIN_CATEGORY_GROUPINGS.CATEG_LVL3_NAME
,KYLIN_SALES.LSTG_FORMAT_NAME
,KYLIN_SALES.PRICE
,KYLIN_SALES.SELLER_ID
FROM DEFAULT.KYLIN_SALES as KYLIN_SALES 
INNER JOIN DEFAULT.KYLIN_CAL_DT as KYLIN_CAL_DT
ON KYLIN_SALES.PART_DT = KYLIN_CAL_DT.CAL_DT
INNER JOIN DEFAULT.KYLIN_CATEGORY_GROUPINGS as KYLIN_CATEGORY_GROUPINGS
ON KYLIN_SALES.LEAF_CATEG_ID = KYLIN_CATEGORY_GROUPINGS.LEAF_CATEG_ID AND 
KYLIN_SALES.LSTG_SITE_ID = KYLIN_CATEGORY_GROUPINGS.SITE_ID
WHERE (KYLIN_SALES.PART_DT >= '2012-01-01' AND KYLIN_SALES.PART_DT < 
'2016-05-02')
;

"
shell-init: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
Unable to determine Hadoop version information.
'hadoop version' returned:
shell-init: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent 
directories: No such file or directory
Error occurred during initialization of VM java.lang.Error: Properties init: 
Could not determine current working directory. at 
java.lang.System.initProperties(Native Method) at 
java.lang.System.initializeSystemClass(System.java:1119)







--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to