GitHub user svarnau opened a pull request:
https://github.com/apache/incubator-trafodion/pull/343
[TRAFODION-1522] Consolidate HBase build dependencies
Centralized a few variables in sqenvcom.sh for version number of
dependencies
(Hive, Thrift, HBase). These are items pulled in as shared libraries and
also
as jars (via maven). We want to make sure these are consistent.
Each flavor of hbase-trx depends on distro-specific HBase for compatibility.
Other components (SQL, TM, hbase_utilities) have general dependency, so
we choose one hbase and hbase-trx to build against. We specify this in
single
location (sqenvcom.sh) for consistency.
Also removed two pom.xml files no longer used.
Minor changes to setupdir target to clarify what is happening.
Tested both methods of building: with and without install_local_hadoop prior
to build.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/svarnau/incubator-trafodion hbase1522
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/343.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 #343
----
commit e49325c83008bf39f3cbd10ab6b2029835489f1d
Author: Steve Varnau <[email protected]>
Date: 2016-02-25T17:57:26Z
[TRAFODION-1522] Consolidate HBase build dependencies
Centralized a few variables in sqenvcom.sh for version number of
dependencies
(Hive, Thrift, HBase). These are items pulled in as shared libraries and
also
as jars (via maven). We want to make sure these are consistent.
Each flavor of hbase-trx depends on distro-specific HBase for compatibility.
Other components (SQL, TM, hbase_utilities) have general dependency, so
we choose one hbase and hbase-trx to build against. We specify this in
single
location (sqenvcom.sh) for consistency.
Also removed two pom.xml files no longer used.
Minor changes to setupdir target to clarify what is happening.
Tested both methods of building: with and without install_local_hadoop prior
to build.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---