Amanda Moran created TRAFODION-1921:
---------------------------------------

             Summary: HBASE name is not being parsed correctly 
                 Key: TRAFODION-1921
                 URL: https://issues.apache.org/jira/browse/TRAFODION-1921
             Project: Apache Trafodion
          Issue Type: Bug
            Reporter: Amanda Moran


 curl -k -su $ADMIN:$PASSWORD $URL/api/v1/clusters/$CLUSTER_NAME/services | 
grep name | grep hbase | sed -e 's@[,]@@'g | awk '{print $3}' | sed "s/\"//g"
hbase
http://name:7180/cmf/serviceRedirect/hbase

This parsing does not work if 'name' is found elsewhere. 

 curl -k -su $ADMIN:$PASSWORD $URL/api/v1/clusters/$CLUSTER_NAME/services | 
grep \"name | grep hbase | sed -e 's@[,]@@'g | awk '{print $3}' | sed "s/\"//g"
would work. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to