[
https://issues.apache.org/jira/browse/TRAFODION-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amanda Moran reassigned TRAFODION-1921:
---------------------------------------
Assignee: Amanda Moran
> 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
> Components: installer
> Reporter: Amanda Moran
> Assignee: 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)