[GitHub] carbondata pull request #2484: [WIP] added hadoop conf to thread local

2018-08-17 Thread kunal642
Github user kunal642 closed the pull request at: https://github.com/apache/carbondata/pull/2484 ---

[GitHub] carbondata pull request #2484: [WIP] added hadoop conf to thread local

2018-07-16 Thread kunal642
Github user kunal642 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2484#discussion_r202586005 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/impl/FileFactory.java --- @@ -43,11 +45,19 @@ */ private static

[GitHub] carbondata pull request #2484: [WIP] added hadoop conf to thread local

2018-07-16 Thread kunal642
Github user kunal642 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2484#discussion_r202585892 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/impl/FileFactory.java --- @@ -43,11 +45,19 @@ */ private static

[GitHub] carbondata pull request #2484: [WIP] added hadoop conf to thread local

2018-07-16 Thread kunal642
Github user kunal642 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2484#discussion_r202585994 --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonConfiguration.java --- @@ -0,0 +1,73 @@ +/* + * Licensed to the Apache

[GitHub] carbondata pull request #2484: [WIP] added hadoop conf to thread local

2018-07-16 Thread kunal642
Github user kunal642 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2484#discussion_r202585871 --- Diff: integration/spark-common/src/main/scala/org/apache/spark/rdd/UpdateCoalescedRDD.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to the

[GitHub] carbondata pull request #2484: [WIP] added hadoop conf to thread local

2018-07-16 Thread KanakaKumar
Github user KanakaKumar commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2484#discussion_r202582047 --- Diff: integration/spark-common/src/main/scala/org/apache/spark/rdd/UpdateCoalescedRDD.scala --- @@ -0,0 +1,89 @@ +/* + * Licensed to

[GitHub] carbondata pull request #2484: [WIP] added hadoop conf to thread local

2018-07-16 Thread KanakaKumar
Github user KanakaKumar commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2484#discussion_r202581713 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/impl/FileFactory.java --- @@ -43,11 +45,19 @@ */ private static

[GitHub] carbondata pull request #2484: [WIP] added hadoop conf to thread local

2018-07-16 Thread KanakaKumar
Github user KanakaKumar commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2484#discussion_r202580900 --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonConfiguration.java --- @@ -0,0 +1,73 @@ +/* + * Licensed to the Apache

[GitHub] carbondata pull request #2484: [WIP] added hadoop conf to thread local

2018-07-16 Thread KanakaKumar
Github user KanakaKumar commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2484#discussion_r202580853 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/impl/FileFactory.java --- @@ -43,11 +45,19 @@ */ private static

[GitHub] carbondata pull request #2484: [WIP] added hadoop conf to thread local

2018-07-11 Thread gvramana
Github user gvramana commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2484#discussion_r201614265 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonRDD.scala --- @@ -46,18 +46,12 @@ abstract class CarbonRDD[T:

[GitHub] carbondata pull request #2484: [WIP] added hadoop conf to thread local

2018-07-11 Thread gvramana
Github user gvramana commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2484#discussion_r201612604 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/NewCarbonDataLoadRDD.scala --- @@ -262,9 +223,9 @@ class

[GitHub] carbondata pull request #2484: [WIP] added hadoop conf to thread local

2018-07-11 Thread kunal642
GitHub user kunal642 opened a pull request: https://github.com/apache/carbondata/pull/2484 [WIP] added hadoop conf to thread local Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily: - [ ] Any interfaces changed?