[jira] [Created] (CARBONDATA-1283) Carbon should continue with the default value if wrong value is set for the configurable parameter.

2017-07-10 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-1283:


 Summary: Carbon should continue with the default value if wrong 
value is set for the configurable parameter.
 Key: CARBONDATA-1283
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1283
 Project: CarbonData
  Issue Type: Bug
Reporter: Mohammad Shahid Khan


Carbon should continue with the default value if wrong value is set for the 
configurable parameters.
for example for below parameters if wrong value is configured then the 
executions is failing in the respective scenarios.
enable.unsafe.sort
carbon.custom.block.distribution
carbon.enable.vector.reader
carbon.lock.type
carbon.csv.read.buffersize.byte 






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1258) CarbonData should not allow loading Date Type values violating the boundary condition ("0001-01-01" through "9999-12-31")

2017-07-03 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-1258:


 Summary: CarbonData should not allow loading Date Type values 
violating the boundary condition ("0001-01-01" through "-12-31")
 Key: CARBONDATA-1258
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1258
 Project: CarbonData
  Issue Type: Bug
Reporter: Mohammad Shahid Khan
Assignee: Mohammad Shahid Khan
Priority: Critical


CarbonData should not allow loading Date Type values violating the boundary 
condition ("0001-01-01" through "-12-31")
For Date Type the value  X being loaded must be   X >= "0001-01-01" and X <= 
"-12-31".





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1252) Add BAD_RECORD_PATH options in Load options in the Carbon Help doc

2017-06-29 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-1252:


 Summary: Add BAD_RECORD_PATH options in Load options in the Carbon 
Help doc
 Key: CARBONDATA-1252
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1252
 Project: CarbonData
  Issue Type: Sub-task
Reporter: Mohammad Shahid Khan
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1249) Wrong order of columns i n redirected csv for bad records

2017-06-29 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-1249:


 Summary: Wrong order of columns i n redirected csv for bad records
 Key: CARBONDATA-1249
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1249
 Project: CarbonData
  Issue Type: Bug
Reporter: Mohammad Shahid Khan
Assignee: Mohammad Shahid Khan
Priority: Critical






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1239) Add validation for set command parameters

2017-06-27 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-1239:


 Summary: Add validation for set command parameters
 Key: CARBONDATA-1239
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1239
 Project: CarbonData
  Issue Type: Bug
Reporter: Mohammad Shahid Khan
Assignee: Mohammad Shahid Khan
Priority: Minor


Add validation for set command parameters
1.Correct the validation message for  carbon.options.bad.records.action param
2. Correct message for carbon.options.global.sort options
3. Add path validation for  carbon.options.bad.record.path
4. Add range validation for  carbon.options.global.sort.patitions
5. Remove  carbon.options.dateformat from set option supported param.





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1218) In case of data-load failure the BadRecordsLogger.badRecordEntry map holding the task Status is not removing the task Entry.

2017-06-22 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-1218:


 Summary: In case of data-load failure the 
BadRecordsLogger.badRecordEntry map holding the task Status is not removing the 
task Entry.
 Key: CARBONDATA-1218
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1218
 Project: CarbonData
  Issue Type: Bug
Reporter: Mohammad Shahid Khan


In case of data-load failure the BadRecordsLogger.badRecordEntry map holding 
the task Status is not removing the task Entry.
Because of this the next load is getting  failed even though the data being 
loaded has no bad records.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1210) Exception should be thrown on bad record write failure to log file or csv file.

2017-06-21 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-1210:


 Summary: Exception should be thrown on bad record write failure to 
log file or csv file.
 Key: CARBONDATA-1210
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1210
 Project: CarbonData
  Issue Type: Bug
Reporter: Mohammad Shahid Khan
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1207) Resource leak problem in CarbonDictionaryWriter

2017-06-21 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-1207:


 Summary: Resource leak problem in CarbonDictionaryWriter
 Key: CARBONDATA-1207
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1207
 Project: CarbonData
  Issue Type: Bug
  Components: data-load
Reporter: Mohammad Shahid Khan
Assignee: Mohammad Shahid Khan


If in load during dictionary generation some exception happens during the 
dictionary writing or dictionary meta data writing, then stream will never be 
closed.
This will load DOS on the incremental load.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (CARBONDATA-1101) Avoid widening between wrapper classes

2017-05-28 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-1101:


 Summary: Avoid widening between wrapper classes
 Key: CARBONDATA-1101
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1101
 Project: CarbonData
  Issue Type: Bug
Reporter: Mohammad Shahid Khan
Assignee: Mohammad Shahid Khan


UnsafeIntermediateFileMerger.writeDataTofile does widening between Short, 
Integer, and Long wrapper classes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CARBONDATA-1077) ColumnDict and ALL_DICTIONARY_PATH must be used with SINGLE_PASS='true'

2017-05-22 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-1077:


 Summary: ColumnDict  and ALL_DICTIONARY_PATH must be used with 
SINGLE_PASS='true'
 Key: CARBONDATA-1077
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1077
 Project: CarbonData
  Issue Type: Bug
Reporter: Mohammad Shahid Khan
Priority: Minor


Add validation that ColumnDict  and ALL_DICTIONARY_PATH must be used with 
SINGLE_PASS='true'.
Problem:
If columndict is used without single path, and if the external dictionary file 
does not have all the values present in the actual raw data to be loaded then 
load will not have proper data.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CARBONDATA-1061) If AL_DICTIONARY_PATH is used in load option then by SINGLE_PASS must be used.

2017-05-17 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-1061:


 Summary: If AL_DICTIONARY_PATH is used in load option then by 
SINGLE_PASS must be used.
 Key: CARBONDATA-1061
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1061
 Project: CarbonData
  Issue Type: Bug
  Components: data-load
Affects Versions: 1.1.0
Reporter: Mohammad Shahid Khan
Assignee: Mohammad Shahid Khan






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CARBONDATA-1049) avoid logging data into log file

2017-05-12 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-1049:


 Summary: avoid logging data into log file
 Key: CARBONDATA-1049
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1049
 Project: CarbonData
  Issue Type: Bug
Reporter: Mohammad Shahid Khan






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CARBONDATA-1027) insert into/data load failing for numeric dictionary included column having null value

2017-05-05 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-1027:


 Summary: insert into/data load failing for numeric dictionary 
included column having null value
 Key: CARBONDATA-1027
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1027
 Project: CarbonData
  Issue Type: Bug
Reporter: Mohammad Shahid Khan
Assignee: Mohammad Shahid Khan


insert into/data load failing for numeric dictionary included column having 
null value




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CARBONDATA-991) add test case for validation the bad record log file creation at the configured bad store location

2017-04-26 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-991:
---

 Summary: add test case for validation the bad record log file 
creation at the configured bad store location
 Key: CARBONDATA-991
 URL: https://issues.apache.org/jira/browse/CARBONDATA-991
 Project: CarbonData
  Issue Type: Bug
Reporter: Mohammad Shahid Khan
Priority: Trivial






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (CARBONDATA-965) dataload fail message is not correct when there is no good data to load

2017-04-20 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-965:
---

 Summary: dataload fail message is not correct when there is no 
good data to load
 Key: CARBONDATA-965
 URL: https://issues.apache.org/jira/browse/CARBONDATA-965
 Project: CarbonData
  Issue Type: Bug
Reporter: Mohammad Shahid Khan
Assignee: Mohammad Shahid Khan
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)