Awesome. Happy to get you up and running.
So I presume you were able to get the JSON dump for the quicklinks command
line. This is what I get in my local vm.
{
"org.apache.slider.jmx" :
"http://c6410.ambari.apache.org:56329/api/v1/cluster/summary",
"org.apache.slider.metrics" :
"http://c6410.ambari.apache.org:6188/ws/v1/timeline/metrics",
"nimbus.host_port" : "http://c6410.ambari.apache.org:43987",
"org.apache.slider.monitor" : "http://c6410.ambari.apache.org:56329"
}
You can go to the link of the property org.apache.slider.monitor and get
to the Storm UI. The UI does throw some exception if you access it early
before Storm instances come up. But keep refreshing and the page will show
up.
By the way did you use Ambari? If yes, then you can use Ambari Views for
Slider and deploy apps in a much faster, cleaner and visual way. It also
provides links in the Slider View UI to the quicklinks once your app is
running. You can also enable metrics in the UI and get some basic graphs
which can be extended if required.
-Gour
On 4/9/15, 8:29 AM, "Chackravarthy Esakkimuthu" <[email protected]>
wrote:
>Thanks steve, I was running with 'yarn' user while creating storm
>application on YARN, but forgot to run as 'yarn' user while checking the
>application status.
>And yeah, connected to zookeeper and checked under "/registry/users". (as
>well as the way you suggested)
>
>Thanks all, Now I could able to submit sample topology on deployed storm
>also. :)
>
>I will try other actions like stopping/killing the running instance.
>Thanks
>guys again!!
>
>
>On Thu, Apr 9, 2015 at 7:03 PM, Steve Loughran <[email protected]>
>wrote:
>
>>
>> On 9 Apr 2015, at 12:51, Chackravarthy Esakkimuthu
>><[email protected]
>> <mailto:[email protected]>> wrote:
>>
>> *2015-04-09 17:14:44,667 [main] ERROR main.ServiceLauncher -
>> /registry/users/chackaravarthy.e/services/org-apache-slider/storm2*
>> *2015-04-09 17:14:44,671 [main] INFO util.ExitUtil - Exiting with
>>status
>> 44*
>>
>>
>> 44 is our exit code "not found" (== 404); it's saying the registry entry
>> did not exist in zookeeper
>>
>> Looking at the path, I worry about the username chackaravarthy.e ; maybe
>> its registering under a different user.
>>
>>
>> 1. Can you get to the Slider AM page via the RM?
>> 2. Can you then look at the listing of exported URLs there?
>>Especially
>> one "registry".
>> 3. Click on that and you can then browse a JSON view of the registry;
>> 4. add /users to the end of the path to get the listing of all users,
>> /users/chackaravarthy.e/ to see the services you have under you ... you
>> should be able to continue down to see if there is a storm2 service
>>entry
>>
>>
>>