Re: Failed to APPEND_FILE, hadoop.hdfs.protocol.AlreadyBeingCreatedException
Posted by
ffpeng90 on
Jan 20, 2017; 2:40am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Failed-to-APPEND-FILE-hadoop-hdfs-protocol-AlreadyBeingCreatedException-tp5433p6843.html
I have met the same problem.
I load data for three times and this exception always throws at the third time.
I use the branch-1.0 version from git.
Table :
cc.sql(s"create table if not exists flightdb15(ID Int, date string, country string, name string, phonetype string, serialname string, salary Int) ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe' STORED BY 'org.apache.carbondata.format' TBLPROPERTIES ('table_blocksize'='256 MB')")
Exception: