[jira] [Created] (CARBONDATA-1410) Thread leak issue in case of data loading failure

2017-08-27 Thread kumar vishal (JIRA)
kumar vishal created CARBONDATA-1410:


 Summary: Thread leak issue in case of data loading failure
 Key: CARBONDATA-1410
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1410
 Project: CarbonData
  Issue Type: Bug
Reporter: kumar vishal
Assignee: kumar vishal


Thread leak issue in case of data loading failure



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


[GitHub] carbondata issue #1284: [CARBONDATA-1330] Not able to drop temporary table b...

2017-08-27 Thread PannerselvamVelmyl
Github user PannerselvamVelmyl commented on the issue:

https://github.com/apache/carbondata/pull/1284
  
retest this please


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1278: [CARBONDATA-1326] Fixed high priority findbug issues

2017-08-27 Thread PannerselvamVelmyl
Github user PannerselvamVelmyl commented on the issue:

https://github.com/apache/carbondata/pull/1278
  
retest this please


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1266: [CARBONDATA-1393] Avoid to throw NPE when execute 'f...

2017-08-27 Thread zzcclp
Github user zzcclp commented on the issue:

https://github.com/apache/carbondata/pull/1266
  
@CarbonDataQA @jackylk @ravipesala can anyone review this pr?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1278: [CARBONDATA-1326] Fixed high priority findbug issues

2017-08-27 Thread PannerselvamVelmyl
Github user PannerselvamVelmyl commented on the issue:

https://github.com/apache/carbondata/pull/1278
  
retest this please


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1284: [CARBONDATA-1330] Not able to drop temporary table b...

2017-08-27 Thread PannerselvamVelmyl
Github user PannerselvamVelmyl commented on the issue:

https://github.com/apache/carbondata/pull/1284
  
retest this please


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1284: [CARBONDATA-1330] Not able to drop temporary table b...

2017-08-27 Thread PannerselvamVelmyl
Github user PannerselvamVelmyl commented on the issue:

https://github.com/apache/carbondata/pull/1284
  
retest this please


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1230: [WIP]corrected sdv test cases

2017-08-27 Thread sraghunandan
Github user sraghunandan commented on the issue:

https://github.com/apache/carbondata/pull/1230
  
retest this please


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1259: [Review][CARBONDATA-1381] Add test cases for missing...

2017-08-27 Thread sraghunandan
Github user sraghunandan commented on the issue:

https://github.com/apache/carbondata/pull/1259
  
Please refer ApacheSDVTests/300


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata pull request #1242: [CARBONDATA-1389]Offheap sort size validation

2017-08-27 Thread sraghunandan
Github user sraghunandan commented on a diff in the pull request:

https://github.com/apache/carbondata/pull/1242#discussion_r135423319
  
--- Diff: 
integration/spark-common/src/main/scala/org/apache/spark/sql/hive/DistributionUtil.scala
 ---
@@ -115,7 +115,9 @@ object DistributionUtil {
   sparkContext: SparkContext): Seq[String] = {
 val confExecutors: Int = getConfiguredExecutors(sparkContext)
 LOGGER.info(s"Executors configured : $confExecutors")
-val requiredExecutors = if (nodesOfData < 1 || nodesOfData > 
confExecutors) {
+val requiredExecutors = if (nodesOfData < 1) {
+  1
+} else if (nodesOfData > confExecutors) {
--- End diff --

This is worked over 1241.When 1241 is merged, this change will not reflect


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1242: [CARBONDATA-1389]Offheap sort size validation

2017-08-27 Thread sraghunandan
Github user sraghunandan commented on the issue:

https://github.com/apache/carbondata/pull/1242
  
retest this please


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1287: Fix Findbugs

2017-08-27 Thread sraghunandan
Github user sraghunandan commented on the issue:

https://github.com/apache/carbondata/pull/1287
  
retest this please


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1259: [Review][CARBONDATA-1381] Add test cases for missing...

2017-08-27 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue:

https://github.com/apache/carbondata/pull/1259
  
SDV Build Failed with Spark 2.1, Please check CI 
http://144.76.159.231:8080/job/ApacheSDVTests/298/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1259: [Review][CARBONDATA-1381] Add test cases for missing...

2017-08-27 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue:

https://github.com/apache/carbondata/pull/1259
  
Build Success with Spark 2.1.0, Please check CI 
http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/3426/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1259: [Review][CARBONDATA-1381] Add test cases for missing...

2017-08-27 Thread sraghunandan
Github user sraghunandan commented on the issue:

https://github.com/apache/carbondata/pull/1259
  
ok to test


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1259: [Review][CARBONDATA-1381] Add test cases for missing...

2017-08-27 Thread sraghunandan
Github user sraghunandan commented on the issue:

https://github.com/apache/carbondata/pull/1259
  
ok to test


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1259: [Review][CARBONDATA-1381] Add test cases for missing...

2017-08-27 Thread sraghunandan
Github user sraghunandan commented on the issue:

https://github.com/apache/carbondata/pull/1259
  
ok to test


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1259: [Review][CARBONDATA-1381] Add test cases for missing...

2017-08-27 Thread sraghunandan
Github user sraghunandan commented on the issue:

https://github.com/apache/carbondata/pull/1259
  
ok to test


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1259: [Review][CARBONDATA-1381] Add test cases for missing...

2017-08-27 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue:

https://github.com/apache/carbondata/pull/1259
  
SDV Build Failed with Spark 2.1, Please check CI 
http://144.76.159.231:8080/job/ApacheSDVTests/296/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1259: [Review][CARBONDATA-1381] Add test cases for missing...

2017-08-27 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue:

https://github.com/apache/carbondata/pull/1259
  
Build Success with Spark 2.1.0, Please check CI 
http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/3425/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1259: [Review][CARBONDATA-1381] Add test cases for missing...

2017-08-27 Thread sraghunandan
Github user sraghunandan commented on the issue:

https://github.com/apache/carbondata/pull/1259
  
ok to test


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Resolved] (CARBONDATA-1403) Compaction log is not correct

2017-08-27 Thread Jacky Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/CARBONDATA-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacky Li resolved CARBONDATA-1403.
--
   Resolution: Fixed
Fix Version/s: 1.2.0

> Compaction log is not correct
> -
>
> Key: CARBONDATA-1403
> URL: https://issues.apache.org/jira/browse/CARBONDATA-1403
> Project: CarbonData
>  Issue Type: Bug
>Reporter: chenerlu
>Assignee: chenerlu
>Priority: Minor
> Fix For: 1.2.0
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>




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


[GitHub] carbondata pull request #1285: [CARBONDATA-1403] Compaction log is not corre...

2017-08-27 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/carbondata/pull/1285


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Closed] (CARBONDATA-1409) data loading quotechar should support empty

2017-08-27 Thread zhouguangcheng (JIRA)

 [ 
https://issues.apache.org/jira/browse/CARBONDATA-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zhouguangcheng closed CARBONDATA-1409.
--
   Resolution: Invalid
Fix Version/s: (was: 1.2.0)
   1.1.1

it is already support when load data specify quotechar = ' ' give a space to 
this value.

> data loading quotechar should support empty
> ---
>
> Key: CARBONDATA-1409
> URL: https://issues.apache.org/jira/browse/CARBONDATA-1409
> Project: CarbonData
>  Issue Type: Improvement
>  Components: data-load
>Reporter: zhouguangcheng
>Assignee: zhouguangcheng
>Priority: Minor
> Fix For: 1.1.1
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> now the the default data loading quotechar is a quotes ", so for the 
> following schema and data cannot loading properly. 
> schema:  (id int, name string, address string)
> data: 
> 1001, "bill01, add01.
> if load this data to the schema name column will be "bill01, add01" and 
> address column value is null because the default quotechar is ", if support 
> empty quotechar that can loading data properly.



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


[GitHub] carbondata issue #1291: [CARBONDATA-1343] Hive can't query data when the car...

2017-08-27 Thread cenyuhai
Github user cenyuhai commented on the issue:

https://github.com/apache/carbondata/pull/1291
  
@anubhav100 @chenliang613 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1291: [CARBONDATA-1343] Hive can't query data when the car...

2017-08-27 Thread cenyuhai
Github user cenyuhai commented on the issue:

https://github.com/apache/carbondata/pull/1291
  
retest this please


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (CARBONDATA-1409) data loading quotechar should support empty

2017-08-27 Thread zhouguangcheng (JIRA)
zhouguangcheng created CARBONDATA-1409:
--

 Summary: data loading quotechar should support empty
 Key: CARBONDATA-1409
 URL: https://issues.apache.org/jira/browse/CARBONDATA-1409
 Project: CarbonData
  Issue Type: Improvement
  Components: data-load
Reporter: zhouguangcheng
Assignee: zhouguangcheng
Priority: Minor
 Fix For: 1.2.0


now the the default data loading quotechar is a quotes ", so for the following 
schema and data cannot loading properly. 
schema:  (id int, name string, address string)
data: 
1001, "bill01, add01.
if load this data to the schema name column will be "bill01, add01" and address 
column value is null because the default quotechar is ", if support empty 
quotechar that can loading data properly.



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


[GitHub] carbondata issue #1291: [CARBONDATA-1343] Hive can't query data when the car...

2017-08-27 Thread cenyuhai
Github user cenyuhai commented on the issue:

https://github.com/apache/carbondata/pull/1291
  
retest this please


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1239: [CARBONDATA-1343] Hive can't query data when the car...

2017-08-27 Thread cenyuhai
Github user cenyuhai commented on the issue:

https://github.com/apache/carbondata/pull/1239
  
I make a mistake, I use an old branch to commit code...  So close this pr, 
use another pr #1291 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata pull request #1239: [CARBONDATA-1343] Hive can't query data when ...

2017-08-27 Thread cenyuhai
Github user cenyuhai closed the pull request at:

https://github.com/apache/carbondata/pull/1239


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata pull request #1291: [CARBONDATA-1343] Hive can't query data when ...

2017-08-27 Thread cenyuhai
GitHub user cenyuhai opened a pull request:

https://github.com/apache/carbondata/pull/1291

[CARBONDATA-1343] Hive can't query data when the carbon table info is store 
in hive metastore

add tableInfo to CarbonHiveInputSplit and no need to get schema from file 
in map process.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/cenyuhai/incubator-carbondata CARBONDATA-1343

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/carbondata/pull/1291.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1291


commit 97b103d162120bc1f9be52b807da6063b4ce398e
Author: CenYuhai 
Date:   2017-08-27T07:37:29Z

add tableInfo to CarbonHiveInputSplit and no need to get schema from file 
in map process.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] carbondata issue #1239: [CARBONDATA-1343] Hive can't query data when the car...

2017-08-27 Thread cenyuhai
Github user cenyuhai commented on the issue:

https://github.com/apache/carbondata/pull/1239
  
@anubhav100 hive example is ok because #1231 is merged. But this exception 
still exists.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---