Tatiana, Attachments cannot be sent to Apache mailing lists; they are stripped automatically. As a moderator, Jon was able to see your attachment and let me know you are getting an error from the CustomAuthenticator. Did you initialize passwords for your Accumulo app instance before installing through the Ambari view? The steps below should be executed at the command line (with variables that look like <user> replaced with appropriate values for your cluster). We realize this manual step is inconvenient, and will work to make it better in the next version.
/usr/hdp/current/hadoop-client/bin/hadoop credential create root.initial.password -provider jceks://hdfs/user/<user>/accumulo-<accumulo_cluster_name>.jceks -v <root password> /usr/hdp/current/hadoop-client/bin/hadoop credential create instance.secret -provider jceks://hdfs/user/<user>/accumulo-<accumulo_cluster_name>.jceks -v <instance secret> /usr/hdp/current/hadoop-client/bin/hadoop credential create trace.token.property.password -provider jceks://hdfs/user/<user>/accumulo-<accumulo_cluster_name>.jceks -v <root password again> On Tue, Jan 27, 2015 at 6:37 AM, Jon Maron <[email protected]> wrote: > You can try to obtain the set of logs associated with the application > using the “yarn” command: > > yarn logs -applicationId <application ID> > > — Jon > > On Jan 27, 2015, at 9:33 AM, Billie Rinaldi <[email protected]> > wrote: > > > Moving this to the Slider dev list. I am not seeing the cause of the > error in the AM log. The Accumulo master process keeps failing to start, > so there may be a configuration problem. Would you be able to track down > logs for one of the failed Accumulo master containers to see what they say? > > > > On Tue, Jan 27, 2015 at 6:08 AM, Avellanet, Tatiana (HP Technology > Center) <[email protected]> wrote: > > Good morning: > > > > > > > > My name is Tatiana Avellanet and I worked for Hewlett-Packard Technology > Center in Puerto Rico. I have been trying to deploy Accumulo using Slider > View in Ambari 1.7 unsuccessfully for some time. I am using package in > http://public-repo-1.hortonworks.com/HDP/centos6/2.x/GA/2.2.0.0/slider-app-packages/accumulo/slider-accumulo-app-package-1.6.1.2.2.0.0-2041.zip. > I create the /user/yarn folder in hdfs and assigned rights to yarn user. > Then I proceed to the Slider View interface and select Create App, then > select ACCUMULO as the application type and used accumulo as the name with > all defaults configurations and then create the application: > > > > > > > > > > > > > > > > > > > > The application goes from Accepted to Running and then after about 10 > minute it fails with error: > > > > > > > > Unstable Application Instance : - failed with component ACCUMULO_MASTER > failing 6 times (0 in startup); threshold is 5 - last failure: Failure > container_1422305155071_0001_01_000014 on host ambariServer: http:// > ambariServer:19888/jobhistory/logs/ > ambariServer:45454/container_1422305155071_0001_01_000014/ctx/yarn > > > > > > > > Attached is the slider-out.txt log from Yarn. I can successfully deploy > storm using this same environment but Accumulo keeps failing. This is a > small cluster, with only 3 nodes (all of them are NodeManagers and Slider > Clients). > > > > > > > > I can’t figure out what is wrong. Can you help me with this? > > > > > > > > Thanks, > > > > > > > > Tatiana Avellanet > > > > Software Designer V > > > > ESSN SC PuertoRico - Hewlett-Packard Company > > > > Tel. : 1 787 658 4039 > > > > email : [email protected] > > > > Hwy 110 North KM 5.1, Bld 1 Aguadilla, PR 00603 > > > > > > > > > > > -- > CONFIDENTIALITY NOTICE > NOTICE: This message is intended for the use of the individual or entity to > which it is addressed and may contain information that is confidential, > privileged and exempt from disclosure under applicable law. If the reader > of this message is not the intended recipient, you are hereby notified that > any printing, copying, dissemination, distribution, disclosure or > forwarding of this communication is strictly prohibited. If you have > received this communication in error, please contact the sender immediately > and delete it from your system. Thank You. >
