Re: [jira] [Created] (CARBONDATA-836) Error in load using dataframe - columns containing comma

2017-04-13 Thread Sanoj MG
think you are free to create JIRA ticket if you want. > > Regards, > Jacky > > > 在 2017年4月11日,上午10:36,Sanoj MG <sanoj.george@gmail.com> 写道: > > > > Hi All, > > > > In CarbonDataFrameWriter, there is an option to load using CSV file. >

[jira] [Created] (CARBONDATA-909) Single pass option in dataframe writer

2017-04-11 Thread Sanoj MG (JIRA)
Sanoj MG created CARBONDATA-909: --- Summary: Single pass option in dataframe writer Key: CARBONDATA-909 URL: https://issues.apache.org/jira/browse/CARBONDATA-909 Project: CarbonData Issue Type

Re: [jira] [Created] (CARBONDATA-836) Error in load using dataframe - columns containing comma

2017-04-10 Thread Sanoj MG
in string columns, and so always use .option("tempCSV", "false"). In CarbonOption can we set the default value as "false" as below def tempCSV: Boolean = options.getOrElse("tempCSV", "false").toBoolean Thanks, Sanoj On Thu, Mar 30, 2017 at 12:14 PM,

[jira] [Created] (CARBONDATA-888) Dictionary include / exclude option in dataframe writer

2017-04-08 Thread Sanoj MG (JIRA)
Sanoj MG created CARBONDATA-888: --- Summary: Dictionary include / exclude option in dataframe writer Key: CARBONDATA-888 URL: https://issues.apache.org/jira/browse/CARBONDATA-888 Project: CarbonData

[jira] [Created] (CARBONDATA-854) Carbondata with Datastax / Cassandra

2017-04-04 Thread Sanoj MG (JIRA)
Sanoj MG created CARBONDATA-854: --- Summary: Carbondata with Datastax / Cassandra Key: CARBONDATA-854 URL: https://issues.apache.org/jira/browse/CARBONDATA-854 Project: CarbonData Issue Type

Carbondata with Datastax / Cassandra

2017-04-04 Thread Sanoj MG
Hi All, We have a Datastax/cassandra cluster and I am trying to see if I can get Carbondata working there. Below are the steps that I tried in spark shell. scala> import com.datastax.spark.connector._ scala> import org.apache.spark.sql.SaveMode scala> import org.apache.spark.sql.CarbonContext

Re: Dimension column of integer type - to exclude from dictionary

2017-04-04 Thread Sanoj MG
e to pad 0's for comparison operators to work. Also, will have to cast it back if I need to load it into another system. Another point, in our start schema, there are many low cardinality surrogate keys of int type as well. These are indeed dimension columns that need index, but dictionary enc

[jira] [Created] (CARBONDATA-837) Unable to delete records from carbondata table

2017-03-30 Thread Sanoj MG (JIRA)
Sanoj MG created CARBONDATA-837: --- Summary: Unable to delete records from carbondata table Key: CARBONDATA-837 URL: https://issues.apache.org/jira/browse/CARBONDATA-837 Project: CarbonData

Re: Deleting records from carabondata table

2017-03-30 Thread Sanoj MG
gt; Sounak > > On Thu, Mar 30, 2017 at 2:31 PM, Sanoj MG <sanoj.george@gmail.com> > wrote: > > > Hi All, > > > > Is delete records from carbondata table supported? > > > > > > As per below doc I am trying to delete entries from the

Deleting records from carabondata table

2017-03-30 Thread Sanoj MG
Hi All, Is delete records from carbondata table supported? As per below doc I am trying to delete entries from the table : https://github.com/apache/incubator-carbondata/blob/master/docs/dml-operation-on-carbondata.md scala> cc.sql("select * from accountentity").count res10: Long = 391351

[jira] [Created] (CARBONDATA-836) Error in load using dataframe - columns containing comma

2017-03-30 Thread Sanoj MG (JIRA)
Sanoj MG created CARBONDATA-836: --- Summary: Error in load using dataframe - columns containing comma Key: CARBONDATA-836 URL: https://issues.apache.org/jira/browse/CARBONDATA-836 Project: CarbonData

[jira] [Created] (CARBONDATA-730) unsupported type: DecimalType

2017-02-26 Thread Sanoj MG (JIRA)
Sanoj MG created CARBONDATA-730: --- Summary: unsupported type: DecimalType Key: CARBONDATA-730 URL: https://issues.apache.org/jira/browse/CARBONDATA-730 Project: CarbonData Issue Type