[GitHub] carbondata pull request #2623: [HOTFIX] add sk ak to file factory on creatio...

classic Classic list List threaded Threaded
177 messages Options
123456789
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/7973/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2623: [CARBONDATA-2844] add sk ak to file factory o...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user KanakaKumar commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2623#discussion_r211930856
 
    --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonScanRDD.scala ---
    @@ -435,14 +436,16 @@ class CarbonScanRDD[T: ClassTag](
                   "true")
                 if (carbonRecordReader == null) {
                   new CarbonRecordReader(model,
    -                format.getReadSupportClass(attemptContext.getConfiguration), inputMetricsStats)
    +                format.getReadSupportClass(attemptContext.getConfiguration),
    --- End diff --
   
    Can we use the same conf in both places ?


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/6697/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2623: [CARBONDATA-2844] add sk ak to file factory o...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user KanakaKumar commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2623#discussion_r211931833
 
    --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonScanRDD.scala ---
    @@ -435,14 +436,16 @@ class CarbonScanRDD[T: ClassTag](
                   "true")
                 if (carbonRecordReader == null) {
                   new CarbonRecordReader(model,
    -                format.getReadSupportClass(attemptContext.getConfiguration), inputMetricsStats)
    +                format.getReadSupportClass(attemptContext.getConfiguration),
    +                inputMetricsStats,
    +                getConf)
                 } else {
                   carbonRecordReader
                 }
               } else {
                 new CarbonRecordReader(model,
                   format.getReadSupportClass(attemptContext.getConfiguration),
    -              inputMetricsStats)
    +              inputMetricsStats, getConf)
    --- End diff --
   
    In the executor side avoid calling getConf  multiple times. Instead we can take from FileFactory.


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6325/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/6700/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/7976/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/7978/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/6702/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6327/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6328/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/6703/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/7979/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6329/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/7980/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/6704/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6333/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/7984/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/6334/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2623: [CARBONDATA-2844] add sk ak to file factory on creat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2623
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/6708/



---
123456789