Github user amandamoran commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/76#discussion_r39092032
--- Diff: install/installer/traf_config_setup ---
@@ -550,10 +562,10 @@ else
exit -1
fi
-hadoopVersion=$(curl -su $username:$password http://$URL/api/v1/clusters |
grep version | grep -c CDH)
+hadoopVersion=$(curl -su admin:admin http://$URL/api/v1/clusters | grep
version | grep -c CDH)
--- End diff --
Sorry, I guess the merge didn't happened as I thought it would. Let me fix
and check in.
---
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.
---