[jira] [Created] (SLIDER-850) Add tracer zk node to slider-accumulo default configs

2015-04-09 Thread Billie Rinaldi (JIRA)
Billie Rinaldi created SLIDER-850: - Summary: Add tracer zk node to slider-accumulo default configs Key: SLIDER-850 URL: https://issues.apache.org/jira/browse/SLIDER-850 Project: Slider Issue

Re: Need help in starting storm on yarn using slider

2015-04-09 Thread Steve Loughran
On 9 Apr 2015, at 12:51, Chackravarthy Esakkimuthu mailto:chaku.mi...@gmail.com>> 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*

Re: Need help in starting storm on yarn using slider

2015-04-09 Thread Jon Maron
Is the registry enabled? Look for the following properties: 1. hadoop.registry.zk.quorum 2. hadoop.registry.rm.enabled=true IIRC, both should be set in yarn-site.xml On Apr 9, 2015, at 7:51 AM, Chackravarthy Esakkimuthu mailto:chaku.mi...@gmail.com>> wrote: Gour, Yes there is a progre

[jira] [Resolved] (SLIDER-600) RoleHistory to support reloads with different # of roles from current set

2015-04-09 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved SLIDER-600. --- Resolution: Fixed Fix Version/s: (was: Slider 2.0.0) Slider 0.80

[jira] [Commented] (SLIDER-600) RoleHistory to support reloads with different # of roles from current set

2015-04-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487294#comment-14487294 ] ASF subversion and git services commented on SLIDER-600: Commit b2

[jira] [Commented] (SLIDER-600) RoleHistory to support reloads with different # of roles from current set

2015-04-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487296#comment-14487296 ] ASF subversion and git services commented on SLIDER-600: Commit c4

[jira] [Issue Comment Deleted] (SLIDER-742) Slider AM secure configuration

2015-04-09 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SLIDER-742: Comment: was deleted (was: I don't know. I would like to give user more choices if designed by me) > Slider

[jira] [Resolved] (SLIDER-611) Über-JIRA : placement phase 2

2015-04-09 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved SLIDER-611. --- Resolution: Fixed > Über-JIRA : placement phase 2 > - > >

[jira] [Commented] (SLIDER-849) role history reload to act on names:ID map persisted in history JSON

2015-04-09 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487277#comment-14487277 ] Steve Loughran commented on SLIDER-849: --- add: # handle reloading a history in whic

[jira] [Created] (SLIDER-849) role history reload to validate names in history JSON

2015-04-09 Thread Steve Loughran (JIRA)
Steve Loughran created SLIDER-849: - Summary: role history reload to validate names in history JSON Key: SLIDER-849 URL: https://issues.apache.org/jira/browse/SLIDER-849 Project: Slider Issue

[jira] [Commented] (SLIDER-600) RoleHistory to support reloads with different # of roles from current set

2015-04-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487298#comment-14487298 ] ASF subversion and git services commented on SLIDER-600: Commit 16

Re: Need help in starting storm on yarn using slider

2015-04-09 Thread Gour Saha
You don¹t need to do su . There is an option --user which you can provide on the command line. storm-slider script is a wrapper on top of slider command line. It has a syntax mapping issue. You can use slider command line directly to do the same and much much more. For e.g. Running this fetches yo

[jira] [Updated] (SLIDER-742) Slider AM secure configuration

2015-04-09 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SLIDER-742: Description: Running in secured Hadoop cluster, when I don't set secured-related configuration for SliderAM

SLIDER-600: better role history save/load

2015-04-09 Thread Steve Loughran
FYI, I've just committed SLIDER-600 for better load/save of histories. This iteration -saves the map of rolename:priority as a new record, and reloads i -handles loading of a history record with new roles entries than before simply by discard

[jira] [Resolved] (SLIDER-828) Redundant container request from slider causing high load on busy cluster

2015-04-09 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved SLIDER-828. --- Resolution: Fixed Assignee: Steve Loughran > Redundant container request from slider cau

[jira] [Commented] (SLIDER-600) RoleHistory to support reloads with different # of roles from current set

2015-04-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487306#comment-14487306 ] ASF subversion and git services commented on SLIDER-600: Commit 16

Re: Need help in starting storm on yarn using slider

2015-04-09 Thread Gour Saha
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

[jira] [Created] (SLIDER-851) Support instance level configuration

2015-04-09 Thread Siyuan Hua (JIRA)
Siyuan Hua created SLIDER-851: - Summary: Support instance level configuration Key: SLIDER-851 URL: https://issues.apache.org/jira/browse/SLIDER-851 Project: Slider Issue Type: New Feature

[jira] [Updated] (SLIDER-849) role history reload to act on names:ID map persisted in history JSON

2015-04-09 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated SLIDER-849: -- Summary: role history reload to act on names:ID map persisted in history JSON (was: role histor

Re: Need help in starting storm on yarn using slider

2015-04-09 Thread Chackravarthy Esakkimuthu
I did manual installation only to try out. Will try Ambari to install the same. And yeah got the usage of slider command. On Thu, Apr 9, 2015 at 9:59 PM, Gour Saha wrote: > You don¹t need to do su . There is an option --user which you can > provide on the command line. storm-slider script is a w

[jira] [Commented] (SLIDER-600) RoleHistory to support reloads with different # of roles from current set

2015-04-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487295#comment-14487295 ] ASF subversion and git services commented on SLIDER-600: Commit 9d

[jira] [Commented] (SLIDER-600) RoleHistory to support reloads with different # of roles from current set

2015-04-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487293#comment-14487293 ] ASF subversion and git services commented on SLIDER-600: Commit f1

[jira] [Commented] (SLIDER-600) RoleHistory to support reloads with different # of roles from current set

2015-04-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487297#comment-14487297 ] ASF subversion and git services commented on SLIDER-600: Commit 96

Re: Need help in starting storm on yarn using slider

2015-04-09 Thread Jon Maron
Aside from the yarn issue you discovered wrt HA, if you have any recommendations for usability/diagnosability, please feel free to let us know or file JIRAs (e.g. perhaps the error message below should add “Please make sure you are logged in as the application owner” :) ) — Jon > On Apr 9, 20

[jira] [Commented] (SLIDER-742) Slider AM secure configuration

2015-04-09 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487108#comment-14487108 ] Steve Loughran commented on SLIDER-742: --- # Slider 0.70 has a no-keytab option; the a

[jira] [Updated] (SLIDER-742) Slider AM secure configuration

2015-04-09 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SLIDER-742: Description: Running in secured Hadoop cluster, when I don't set secured-related configuration for SliderAM

Re: Need help in starting storm on yarn using slider

2015-04-09 Thread Chackravarthy Esakkimuthu
sure, in this case may be the following doc can be updated to use 'su ' of respective user for these commands. Because all other commands have clear 'usage' template. http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.2.0/YARN_RM_v22/running_applications_on_slider/index.html#Item1.1 On Thu, Apr

[jira] [Updated] (SLIDER-847) Add unit and functional test cases

2015-04-09 Thread thomas liu (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] thomas liu updated SLIDER-847: -- Description: Scenarios: Invalid inputs: * --addon option missing package name or zip file path * --addo

Re: Need help in starting storm on yarn using slider

2015-04-09 Thread Chackravarthy Esakkimuthu
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 su

Re: Need help in starting storm on yarn using slider

2015-04-09 Thread Chackravarthy Esakkimuthu
Gour, Yes there is a progress :) I disabled RM HA and then installed the same storm cluster. Now, AM link works and provides the info. But still I could not come to the conclusion whether installation of storm successful or not. Because I tried to get the status of installed cluster using storm-s