[GitHub] carbondata pull request #1749: [CARBONDATA-1968] Add external table support

classic Classic list List threaded Threaded
44 messages Options
123
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1749
 
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1528/



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2867/



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

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



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1538/



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2877/



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2878/



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2783/



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1550/



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

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



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1554/



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    @jackylk I can see other commits from other closed PR , is it accidentally added or you want to merge those commits here?
    And also can you answer this question
    How the external table feature works for enabling carbon hive metastore option. Schema will not be stored in file if hive metastore is enabled so we cannot create external table from it.


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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    I think the first commit of these 5 commits (hash code 177d6d26c58e0d06c2cdb93d4a03a27472884559) need to be drop, and squash other 4 commits.


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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    If the table data is generated without enabling carbon hive metastore option, the table data includes schema file, so this table folder can be used to create another external table.
   
    If the table data is generated with enabling carbon hive metastore option, the table data does not include schema file. When creating external table using such table folder, we can generate the schema file by either deserializing the carbonSchema string in hive metastore or read the header of data file.
    This is not implemented in this PR.



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    LGTM


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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2908/



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

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



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

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



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2858/



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

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



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

[GitHub] carbondata issue #1749: [CARBONDATA-1968] Add external table support

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

    https://github.com/apache/carbondata/pull/1749
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2941/



---
123