[
https://issues.apache.org/jira/browse/TRAFODION-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15633600#comment-15633600
]
ASF GitHub Bot commented on TRAFODION-2293:
-------------------------------------------
Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/810#discussion_r86402101
--- Diff: core/sqf/sql/scripts/install_local_hadoop ---
@@ -1554,7 +1554,7 @@ echo "$MY_LOCAL_SW_DIST/${HBASE_TAR}"
org.apache.hadoop.hbase.security.visibility.VisibilityController"
fi
- if [[ "$HBASE_DISTRO" != "APACHE1.2" || "$HBASE_DISTRO" != "CDH5.7"]];
then
+ if [[ "$HBASE_DISTRO" != "APACHE1.2" && "$HBASE_DISTRO" != "CDH5.7"]];
then
--- End diff --
There needs to be a space added after "CDH5.7". Without that some shells
give a syntax error.
> apache hbase trx jar file name should not contain the minor version number.
> ---------------------------------------------------------------------------
>
> Key: TRAFODION-2293
> URL: https://issues.apache.org/jira/browse/TRAFODION-2293
> Project: Apache Trafodion
> Issue Type: Improvement
> Reporter: Eason Zhang
> Assignee: mashengchen
>
> Currently the apache version of trx jar file name format is
> hbase-trx-apache1_x_x-2.0.0.jar, trafodion is only care about the major
> version of hbase, for example, 1.0, 1.1, so it should be better to set hbase
> trx format like this: hbase-trx-apache1_x-2.0.0.jar
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)