You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by eminency <gi...@git.apache.org> on 2016/03/09 06:47:12 UTC

[GitHub] tajo pull request: TAJO-1929: Can't read ORC file on hive-meta

GitHub user eminency opened a pull request:

    https://github.com/apache/tajo/pull/974

    TAJO-1929: Can't read ORC file on hive-meta

    Creating table and reading ORC files are tested in Tajo with Hive catalog.
    And, ORC files created from Tajo are read well on Hive.

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

    $ git pull https://github.com/eminency/tajo hive_catalog_orc

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

    https://github.com/apache/tajo/pull/974.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 #974
    
----
commit 3938810aefb687bb4a46fc8fbea79a0bc6cf55c7
Author: Jongyoung Park <em...@gmail.com>
Date:   2016-01-08T01:58:07Z

    test is added

commit 715576dd6adc793d8e935d904d906d4a3520c43a
Author: Jongyoung Park <em...@gmail.com>
Date:   2016-01-08T01:58:29Z

    Missing parts

commit 11aaf44c0e6c48926d4537227c7bc9b0ea8e8e61
Author: Jongyoung Park <em...@gmail.com>
Date:   2016-03-09T03:15:44Z

    Merge branch 'master' into hive_catalog_orc
    
    * master: (39 commits)
      TAJO-1793: result row count unmatched for UNION ALL.
      TAJO-2089: Improve null handling in UDF.
      TAJO-2082: Aggregation on a derived table which includes union can cause incorrect result.
      TAJO-2081: Incorrect task locality on single node.
      TAJO-2088: Change QueryTestCaseBase.runSimpleTests() to return a set of TajoResultSetBase.
      TAJO-2080: ArrayIndexOutOfBoundsException when performing aggregation on an union block.
      TAJO-2078: TestTajoCli.testSelectResultWithNullTrueDeprecated occasionally fails.
      TAJO-2077: Join condition causes incorrect result, when a table has an empty row file.
      TAJO-2033: Printing out query status with progress bar in TSQL.
      TAJO-2076: Add backward compatibility testing with hadoop on travis.
      TAJO-2074: Upgrade hadoop and netty.
      TAJO-1939: Implement PgSQLTablespace::getTableVolume() method.
      TAJO-2017: Replace manual array copy with Collection.
      TAJO-2073: Upgrade parquet-mr to 1.8.1.
      TAJO-2072: The constructor of RegionSizeCalculator changes for HBase 1.0.0 compatibility.
      TAJO-858: Support for hadoop kerberos authentication in Tajo.
      TAJO-2070: Remove unnecessarily version property in maven pom.
      Updated the site for release 0.11.1. (missing change)
      Updated the site for release 0.11.1. (add license)
      Updated the site for release 0.11.1.
      ...

commit 5db03c3581a944a9bb83a8e12917a5f5a9e3882e
Author: Jongyoung Park <em...@gmail.com>
Date:   2016-03-09T05:36:18Z

    remove useless code

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1929: Can't read ORC file on hive-meta

Posted by jinossy <gi...@git.apache.org>.
Github user jinossy commented on the pull request:

    https://github.com/apache/tajo/pull/974#issuecomment-200121122
  
    Hi guys,
    This issue is solved by https://github.com/apache/tajo/pull/985



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1929: Can't read ORC file on hive-meta

Posted by eminency <gi...@git.apache.org>.
Github user eminency closed the pull request at:

    https://github.com/apache/tajo/pull/974


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1929: Can't read ORC file on hive-meta

Posted by hyunsik <gi...@git.apache.org>.
Github user hyunsik commented on the pull request:

    https://github.com/apache/tajo/pull/974#issuecomment-196459659
  
    I tested this patch. This patch works when we create a table. But, it does not work when an user get a table. Could you check it?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1929: Can't read ORC file on hive-meta

Posted by hyunsik <gi...@git.apache.org>.
Github user hyunsik commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/974#discussion_r56074222
  
    --- Diff: tajo-dist/pom.xml ---
    @@ -154,9 +154,6 @@
                           run cp -r ${project.basedir}/src/main/conf .
                           run rm -rf lib/tajo-*-${project.version}.jar
     
    -                      run mkdir hive
    --- End diff --
    
    It should be kept because org.apache.hadoop.hive.ql.metadata.Table::getSd() included in hive-apache-0.9 causes NoSuchMethod exception.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1929: Can't read ORC file on hive-meta

Posted by hyunsik <gi...@git.apache.org>.
Github user hyunsik commented on the pull request:

    https://github.com/apache/tajo/pull/974#issuecomment-194469533
  
    +1 Ship it.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---