Hi, I have a confusion here.
1 and 2 steps are done through one beeline session and 3,4 and 5 are done from another beeline session? And also can you try it on the current master branch if the same issue exists? Regards, Ravindra. On 13 September 2017 at 15:14, dylan <[email protected]> wrote: > > hello ravipesala: > thanks for your reply, > i am use carbondata version is 1.1.0 and spark version is 1.6.0. > and I reproduce in accordance with the official quick-start-guide case > again, > 1.Creating a Table > cc.sql("create table IF NOT EXISTS carbondb.test_table(id string,name > String,city String,age int) stored by 'carbondata' ") > > 2.load data into table > cc.sql("load data inpath 'hdfs://nameservice1/user/zz/sample.csv' into > table carbondb.test_table") > > 3.start carbonthriftserver > /home/zz/spark-1.6.0-bin-hadoop2.6/bin/spark-submit --master local[*] > --driver-java-options="-Dcarbon.properties.filepath=/ > home/zz/spark-1.6.0-bin-hadoop2.6/conf/carbon.properties" > --executor-memory 4G --driver-memory 2g --conf > spark.serializer=org.apache.spark.serializer.KryoSerializer --conf > "spark.sql.shuffle.partitions=3" --conf spark.speculation=true --class > org.apache.carbondata.spark.thriftserver.CarbonThriftServer > /home/zz/spark-1.6.0-bin-hadoop2.6/carbonlib/carbondata_2.10-1.1.0-shade- > hadoop2.2.0.jar > hdfs://nameservice1/user/zz/rp_carbon_store > > 4.Connecting to CarbonData Thrift Server Using Beeline. > > <http://chuantu.biz/t6/47/1505284993x2890202558.jpg> > > 5.drop table > cc.sql("drop table carbondb.test_table") > > 6.recreate table and load data > cc.sql("create table IF NOT EXISTS carbondb.test_table(id string,name > String,city String,age int) stored by 'carbondata' ") > cc.sql("load data inpath 'hdfs://nameservice1/user/zz/sample.csv' into > table carbondb.test_table") > > 7.select data use beeline > <http://chuantu.biz/t6/47/1505284937x1034817476.jpg> > Like the above error, the cache is not updated > > and last i want to ask a question, > if i not do step 5 and I executed the reloading data directly,query data > is ok, > but the data is added, not covered, is the design is like this, or a > bug? > > > Trouble to help me see thank you! > > > > > -- > Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556. > n5.nabble.com/ > -- Thanks & Regards, Ravi
