Login  Register

Re: carbon thrift server for spark 2.0 showing unusual behaviour

Posted by anubhavtarar on Jan 04, 2017; 9:28am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/carbon-thrift-server-for-spark-2-0-showing-unusual-behaviour-tp5384p5457.html

see this

CREATE TABLE Bug2122167(bug INT)USING org.apache.spark.sql.CarbonSource OPTIONS("bucketnumber"="1", "bucketcolumns"="int","table"="t100");
+---------+--+
| Result  |
+---------+--+
+---------+--+
No rows selected (0.212 seconds)

i got the result

then see this

CREATE TABLE Bug222167(bug INT)USING org.apache.spark.sql.CarbonSource OPTIONS("bucketnumber"="1", "bucketcolumns"="int","tablee"="t 100");
+---------+--+
| Result  |
+---------+--+
+---------+--+
No rows selected (0.212 seconds)

here table is writeen as tablee my point is that for the first time when i run query from beeline first time it is validating all the checks in carbon data but second time same query fails