[jira] [Commented] (SLIDER-732) Allow more parameters to be passed to HBase thrift2 gateway

2014-12-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14260276#comment-14260276 ] ASF subversion and git services commented on SLIDER-732: Commit

[jira] [Commented] (SLIDER-668) slider package CLI command to offer package management operations

2014-12-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14260286#comment-14260286 ] Ted Yu commented on SLIDER-668: --- {code} - * @param installPkgInfo the arguments needed to

[jira] [Commented] (SLIDER-668) slider package CLI command to offer package management operations

2014-12-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14260296#comment-14260296 ] Ted Yu commented on SLIDER-668: --- Patch v3 doesn't apply cleanly. After the above comments

Re: how to get get the port of memcached

2014-12-29 Thread Yong Feng
Thanks Ted, and sorry for late response. The information showed by above link actually is the info of AppMaster of Slider instead of entry point of application created by slider. I use my environment and hbase application as an example ( https://github.com/luckyfengyong/vagrant-hadoop are the

Re: how to get get the port of memcached

2014-12-29 Thread Jon Maron
I used memcached as a basis for a node.js app package and I do find the host_port under the publisher link: http://host:port/proxy/application_1419345382641_0014/ws/v1/slider/publisher/slider/servers {description:Servers,updated:0,entries:{host_port:c6404.ambari.apache.org:59737},empty:false}

Re: how to get get the port of memcached

2014-12-29 Thread Yong Feng
BTW, I saw http://slider.incubator.apache.org/docs/slider_specs/specifying_exports.html and tried something like curl http://.../proxy/application_.../ws/v1/slider /publisher/exports/, but no luck. Thanks, Yong On Mon, Dec 29, 2014 at 4:43 PM, Yong Feng fengyong...@gmail.com wrote: Thanks

Re: how to get get the port of memcached

2014-12-29 Thread Yong Feng
Hi Jon, Thanks for your reply. I use hbase and tried curl http://.../proxy/ application_.../ws/v1/slider/publisher/exports/ before. The following is what I get. So by design it should shows the exported info. Somehow it just does not work for my hbase application. I will dig more and maybe just

Re: how to get get the port of memcached

2014-12-29 Thread Jon Maron
Do you see it under http://.../proxy/application_.../ws/v1/slider/publisher/exports/quicklinks or http://.../proxy/application_.../ws/v1/slider/publisher/exports/quicklinks/org.apache.slider.monitor? — Jon On Dec 29, 2014, at 5:00 PM, Yong Feng fengyong...@gmail.com wrote: Hi Jon, Thanks

Re: how to get get the port of memcached

2014-12-29 Thread Yong Feng
Thanks Jon. It works by curl http://node2:8089/proxy/application_1419653295411_0004/ws/v1/slider/publisher/exports/quicklinks;, and I get the following info. I think it will be heleful if there is a slider command to show a well-formatted exported info of slider application.