[jira] [Created] (CARBONDATA-897) Redundant Fields Inside * **Global Dictionary Configurations** in Configuration-parameters.md

2017-04-11 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-897: Summary: Redundant Fields Inside * **Global Dictionary Configurations** in Configuration-parameters.md Key: CARBONDATA-897 URL: https://issues.apache.org/jira/browse

[jira] [Created] (CARBONDATA-885) Inconsistent usage of " " in queries in ddl operations on Carbondata

2017-04-07 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-885: Summary: Inconsistent usage of " " in queries in ddl operations on Carbondata Key: CARBONDATA-885 URL: https://issues.apache.org/jira/browse/CARB

[jira] [Created] (CARBONDATA-878) Inconsistent stylin in quick-start.md file

2017-04-06 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-878: Summary: Inconsistent stylin in quick-start.md file Key: CARBONDATA-878 URL: https://issues.apache.org/jira/browse/CARBONDATA-878 Project: CarbonData

[jira] [Created] (CARBONDATA-775) Update Documentation for Supported Datatypes

2017-03-15 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-775: Summary: Update Documentation for Supported Datatypes Key: CARBONDATA-775 URL: https://issues.apache.org/jira/browse/CARBONDATA-775 Project: CarbonData

[jira] [Created] (CARBONDATA-710) Add content to Faqs and Troubleshooting

2017-02-16 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-710: Summary: Add content to Faqs and Troubleshooting Key: CARBONDATA-710 URL: https://issues.apache.org/jira/browse/CARBONDATA-710 Project: CarbonData

[jira] [Created] (CARBONDATA-670) Add new MD files for Data Types and File Structure.

2017-01-20 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-670: Summary: Add new MD files for Data Types and File Structure. Key: CARBONDATA-670 URL: https://issues.apache.org/jira/browse/CARBONDATA-670 Project: CarbonData

[jira] [Created] (CARBONDATA-631) Select Query Failure for table created in 0.2 with data loaded in 1.0

2017-01-12 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-631: Summary: Select Query Failure for table created in 0.2 with data loaded in 1.0 Key: CARBONDATA-631 URL: https://issues.apache.org/jira/browse/CARBONDATA-631

Dictionary file is locked for Updation, unable to Load

2017-01-02 Thread Pallavi Singh
g.apache.spark.rdd.RDD.withScope(RDD.scala:316) at org.apache.spark.rdd.RDD.collect(RDD.scala:926) at org.apache.carbondata.spark.util.GlobalDictionaryUtil$.generateGlobalDictionary(GlobalDictionaryUtil.scala:769) -- Regards | Pallavi Singh Software Consultant Knoldus Software LLP pallavi.si...@knoldus.in +91-9911235949

Re: 回复: Dictionary file is locked for updation

2017-01-02 Thread Pallavi Singh
-Dcarbon.properties.filepath=carbon.properties > > > > > > > > > > > > -- > > View this message in context: > > http://apache-carbondata-mailing-list-archive.1130556. > n5.nabble.com/Dictionary-file-is-locked-for-updation-tp5076p5092.html > &

[jira] [Created] (CARBONDATA-585) Dictionary file is locked for Updation

2017-01-02 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-585: Summary: Dictionary file is locked for Updation Key: CARBONDATA-585 URL: https://issues.apache.org/jira/browse/CARBONDATA-585 Project: CarbonData

[jira] [Created] (CARBONDATA-578) CarbonData V2 Format Default Behavior

2016-12-29 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-578: Summary: CarbonData V2 Format Default Behavior Key: CARBONDATA-578 URL: https://issues.apache.org/jira/browse/CARBONDATA-578 Project: CarbonData

[jira] [Created] (CARBONDATA-529) Add Unit Tests for processing.newflow.parser package

2016-12-13 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-529: Summary: Add Unit Tests for processing.newflow.parser package Key: CARBONDATA-529 URL: https://issues.apache.org/jira/browse/CARBONDATA-529 Project

[jira] [Created] (CARBONDATA-428) Remove Redundant Condition Checks

2016-11-20 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-428: Summary: Remove Redundant Condition Checks Key: CARBONDATA-428 URL: https://issues.apache.org/jira/browse/CARBONDATA-428 Project: CarbonData Issue

[jira] [Created] (CARBONDATA-426) replace if else with conditional operator

2016-11-20 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-426: Summary: replace if else with conditional operator Key: CARBONDATA-426 URL: https://issues.apache.org/jira/browse/CARBONDATA-426 Project: CarbonData

[jira] [Created] (CARBONDATA-414) Access array elements using index than Loop

2016-11-16 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-414: Summary: Access array elements using index than Loop Key: CARBONDATA-414 URL: https://issues.apache.org/jira/browse/CARBONDATA-414 Project: CarbonData

Load Data with Spaces

2016-11-06 Thread Pallavi Singh
? -- Regards | Pallavi Singh Software Consultant Knoldus Software LLP pallavi.si...@knoldus.in +91-9911235949

Re: Int accepting range of BigInt

2016-11-04 Thread Pallavi Singh
Please find the image as an attachment On Thu, Nov 3, 2016 at 11:06 PM, Kumar Vishal wrote: > Hi Pallavi, >Currently in carbon int data type is stored as big int. Can > u please re-upload the image. > > -Regards > Kumar Vishal > > On Thu, Nov 3, 2016 at

Re: Int accepting range of BigInt

2016-11-04 Thread Pallavi Singh
; On Thu, Nov 3, 2016 at 10:09 AM, Pallavi Singh > wrote: > > > Hi, > > > > I would like to know when we execute the query : > > create table employee(id int, name String) stored by 'carbondata'; > > the table created is : > > > > [imag

Load Array and Struct data into carbon

2016-11-04 Thread Pallavi Singh
Hi, Carbon Supports Array and Struct data, so can you please elaborate on how to load array and struct data into carbondata from CSV files -- Regards | Pallavi Singh Software Consultant Knoldus Software LLP pallavi.si...@knoldus.in +91-9911235949

List of File Formats supported to Load Data

2016-11-03 Thread Pallavi Singh
Hi, Can you please specify what all file formats are supported for Loading Data into Carbon other than CSV. -- Regards | Pallavi Singh

Int accepting range of BigInt

2016-11-02 Thread Pallavi Singh
Hi, I would like to know when we execute the query : create table employee(id int, name String) stored by 'carbondata'; the table created is : [image: Inline image 1] the Int is converted into BigInt and Int supports range beyond (-2147483648 to 2147483647) -- Regards | Pallavi Singh

Re: List the supported datatypes in carbondata

2016-11-02 Thread Pallavi Singh
ontext: http://apache-carbondata- > > mailing-list-archive.1130556.n5.nabble.com/List-the- > > supported-datatypes-in-carbondata-tp2419.html > > Sent from the Apache CarbonData Mailing List archive mailing list archive > > at Nabble.com. > > > > > > -- > Thanks & Regards, > Ravi > -- Regards | Pallavi Singh Software Consultant Knoldus Software LLP pallavi.si...@knoldus.in +91-9911235949