Re: java.io.FileNotFoundException: file:/data/carbon_data/default/carbon_table/Metadata/schema.write

2017-04-18 Thread xm_zzc
Hi: https://github.com/apache/incubator-carbondata/pull/813 this pr has resolved this problem. Now it works fine. -- View this message in context:

Re: java.io.FileNotFoundException: file:/data/carbon_data/default/carbon_table/Metadata/schema.write

2017-04-18 Thread xm_zzc
Hi: After removing 'file://', the error 'FileNotFoundException' disappeared when loading data into table. But when I execute select query, there is an error: 'java.io.IOException: Dictionary file does not exist:

Re: java.io.FileNotFoundException: file:/data/carbon_data/default/carbon_table/Metadata/schema.write

2017-04-17 Thread xm_zzc
Hi: val METASTORE_DB: String = "/data/carbon_meta" val SPARK_WAREHOUSE: String = "file:///data/spark-warehouse-carbon" val CARBON_FILES: String = "file:///data/carbon_data" The permissions on above paths: drwxrwxrwx 3 myubuntu myubuntu 4096 4月 17 17:50 /data/carbon_data/

Re: java.io.FileNotFoundException: file:/data/carbon_data/default/carbon_table/Metadata/schema.write

2017-04-17 Thread xm_zzc
Hi Liang Chen: Thanks for your reply. I have added the '777' right to paths of 'Constants.CARBON_FILES' and 'Constants.METASTORE_DB'. but the error still exists. I have not idea how to resolve. -- View this message in context:

java.io.FileNotFoundException: file:/data/carbon_data/default/carbon_table/Metadata/schema.write

2017-04-14 Thread xm_zzc
Hi all: Please help. I directly ran a CarbonData demo program on Eclipse, which copy from carbondata-examples-spark2/src/main/scala/org/apache/carbondata/examples/CarbonSessionExample.scala, but the error occurred, as follows: *Exception in thread "main" java.io.FileNotFoundException:

Re: [DISCUSSION] Initiating Apache CarbonData-1.1.0 incubating Release

2017-03-26 Thread xm_zzc
Hi, Liang: Thanks for your reply. -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/Re-DISCUSSION-Initiating-Apache-CarbonData-1-1-0-incubating-Release-tp9672p9680.html Sent from the Apache CarbonData Mailing List archive mailing list

Re: [DISCUSSION] Initiating Apache CarbonData-1.1.0 incubating Release

2017-03-26 Thread xm_zzc
Hi, does this version support for the updating and deleting with spark-2.1? Seems like it does not support, what time is it planned to support it? -- Original -- From: "ravipesala [via Apache CarbonData Mailing List