Github user svarnau commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/440#discussion_r60450966
--- Diff: install/installer/traf_config_check ---
@@ -545,7 +545,7 @@ else
hadoopVersion=$(curl -k -su $ADMIN:$PASSWORD $URL/api/v1/clusters |
grep version | grep -c CDH)
- if [[ $hadoopVersion -ne "1" ]]; then
+ if [[ $hadoopVersion -lt "1" ]]; then
hadoopVersion=$(curl -k -su $ADMIN:$PASSWORD $URL/api/v1/clusters |
grep version | grep -c HDP)
--- End diff --
will numeric compare work if hadoop version has mre than two parts?
---
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.
---