You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Amanda Moran (JIRA)" <ji...@apache.org> on 2016/05/12 22:03:12 UTC

[jira] [Assigned] (TRAFODION-1921) HBASE name is not being parsed correctly

     [ 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)