Login  Register

why there is a table name option in carbon source format?

Posted by anubhavtarar on Jan 03, 2017; 12:18pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/why-there-is-a-table-name-option-in-carbon-source-format-tp5385.html

why there is table name option in carbon source format when we are alreday giving table name with create table command

here are the logs
0: jdbc:hive2://localhost:10000> CREATE TABLE testing2(String string)USING org.apache.spark.sql.CarbonSource OPTIONS("bucketnumber"="1", "bucketcolumns"="String",tableName="testing1");

table that get created in hdfs is testing1