Github user amandamoran commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/440#discussion_r60456998
--- Diff: install/installer/trafodion_install ---
@@ -539,7 +543,9 @@ source $TRAF_CONFIG
#============================================
#Check to make sure HBase Version is the correct version
-checkHBaseVersion
+if [[ $HADOOP_TYPE != "apache" ]]; then
+ checkHBaseVersion
+fi
#==============================================
--- End diff --
The instructions will provide the version you need, so I didn't include a
check at this time. I will write a JIRA to add that improvement.
---
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.
---