Repository: incubator-trafodion Updated Branches: refs/heads/master 19b4f1fe7 -> 8fc5ffb13
[TRAFODION-1917] Trafodion fails to build HDP related jar files Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/c0b85f3e Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/c0b85f3e Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/c0b85f3e Branch: refs/heads/master Commit: c0b85f3e8e4d80536ff9c52918b523101264e08e Parents: 370d8dd Author: selvaganesang <[email protected]> Authored: Mon Apr 4 17:25:03 2016 +0000 Committer: selvaganesang <[email protected]> Committed: Mon Apr 4 17:25:03 2016 +0000 ---------------------------------------------------------------------- core/sqf/sqenvcom.sh | 4 ++-- core/sqf/src/seatrans/hbase-trx/pom.xml.hdp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/c0b85f3e/core/sqf/sqenvcom.sh ---------------------------------------------------------------------- diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh index 3295b30..5c0b5a0 100644 --- a/core/sqf/sqenvcom.sh +++ b/core/sqf/sqenvcom.sh @@ -142,8 +142,8 @@ export SQ_HOME=$PWD # set common version to be consistent between shared lib and maven dependencies export HBASE_DEP_VER_CDH=1.0.0-cdh5.4.4 export HIVE_DEP_VER_CDH=1.1.0-cdh5.4.4 -export HBASE_DEP_VER_HDP=1.1.2.2.3.2.0-2950 -export HIVE_DEP_VER_HDP=1.2.1.2.3.2.0-2950 +export HBASE_DEP_VER_HDP=1.1.2 +export HIVE_DEP_VER_HDP=1.2.1 export HBASE_DEP_VER_APACHE=1.0.2 export HIVE_DEP_VER_APACHE=1.1.0 export HBASE_TRX_ID_CDH=hbase-trx-cdh5_4 http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/c0b85f3e/core/sqf/src/seatrans/hbase-trx/pom.xml.hdp ---------------------------------------------------------------------- diff --git a/core/sqf/src/seatrans/hbase-trx/pom.xml.hdp b/core/sqf/src/seatrans/hbase-trx/pom.xml.hdp index 045772c..8592b58 100755 --- a/core/sqf/src/seatrans/hbase-trx/pom.xml.hdp +++ b/core/sqf/src/seatrans/hbase-trx/pom.xml.hdp @@ -49,7 +49,7 @@ </repositories> <properties> - <hadoop.version>2.7.1.2.3.2.0-2950</hadoop.version> + <hadoop.version>2.7.1</hadoop.version> <hbase.version>${env.HBASE_DEP_VER_HDP}</hbase.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.7</java.version>
