Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: $ curl "http://localhost:8080/api/v1/clusters/TestCluster/configurations?type=core-site&tag=version1426078485279" -s -H 'X-Requested-By: X-Requested-By' -u admin:admin | grep key10 "key10" : "value101", "key100" : "value100", $ ./find_prop_value.sh key10 core localhost:8080 admin:admin TestCluster value101, key100 : value100 but result from this command should be just: "value101". This problem is solved by proposed patch. Version-Release number of selected component (if applicable): rhs-hadoop-install-2_44-1.el6rhs.noarch How reproducible: 100% Proposed patch: 39c39 < | grep $prop)" --- > | grep \"$prop\")"
I agree with your patch. Good catch.
fixed in 2.45
Tested with rhs-hadoop-install-2_47-1.el6rhs.noarch and it works -->VERIFIED
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-0761.html