This repository was archived by the owner on May 12, 2021. It is now read-only.
TAJO-1929: Can't read ORC file on hive-meta#974
Closed
eminency wants to merge 5 commits intoapache:masterfrom
Closed
TAJO-1929: Can't read ORC file on hive-meta#974eminency wants to merge 5 commits intoapache:masterfrom
eminency wants to merge 5 commits intoapache:masterfrom
Conversation
* 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. ...
* master: TAJO-2090: Bump up orc version to 0.141.
Member
|
+1 Ship it. |
| run cp -r ${project.basedir}/src/main/conf . | ||
| run rm -rf lib/tajo-*-${project.version}.jar | ||
|
|
||
| run mkdir hive |
Member
There was a problem hiding this comment.
It should be kept because org.apache.hadoop.hive.ql.metadata.Table::getSd() included in hive-apache-0.9 causes NoSuchMethod exception.
Member
|
Hi guys, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Creating table and reading ORC files are tested in Tajo with Hive catalog.
And, ORC files created from Tajo are read well on Hive.