Apps typically do this by publishing the port in a quicklink. For example
https://github.com/apache/incubator-slider/blob/develop/app-packages/hbase/metainfo.xml#L42
where the port is pulled from
https://github.com/apache/incubator-slider/blob/develop/app-packages/hbase/appConfig-default.json#L39.
Yes. That's just a typo in my email. It's not the issue. The application
runs fine; the diagnostics command is working, but printing out the variable
name isn't useful. I want to know how I can find the value associated with
that variable.
-david
On 3/3/17, 4:38 AM, wrote:
Should i
Should it actually be "APPNAME" instead of "APPNMAE"?
On Thu, Mar 2, 2017 at 11:29 PM, David.Serafini
wrote:
> when I run : slider diagnostics --application --name
>
> "global" : {
> "site.global.port" : "${APPNMAE.ALLOCATED_PORT}{PER_CONTAINER}",
>
>
> How do I find the actual value of
when I run : slider diagnostics --application --name
"global" : {
"site.global.port" : "${APPNMAE.ALLOCATED_PORT}{PER_CONTAINER}",
How do I find the actual value of this variable?
thx,
-david