nm.log: 13/10/14 19:22:49 INFO nodemanager.NodeManager: STARTUP_MSG: /************************************************************ STARTUP_MSG: Starting NodeManager STARTUP_MSG: host = Worthys-MacBook-Pro-2.local/10.252.27.133 STARTUP_MSG: args = [] STARTUP_MSG: version = 2.0.5-alpha
rm.log: 13/10/14 19:22:49 INFO resourcemanager.ResourceManager: STARTUP_MSG: /************************************************************ STARTUP_MSG: Starting ResourceManager STARTUP_MSG: host = Worthys-MacBook-Pro-2.local/10.252.27.133 STARTUP_MSG: args = [] STARTUP_MSG: version = 2.0.5-alpha On Tue, Oct 15, 2013 at 9:34 AM, Chris Riccomini <[email protected]>wrote: > Hey Worthy, > > What do the deploy/yarn/logs/rm.log and deploy/yarn/logs/nm.log files say? > > I'm a bit stumped. We might have to mail the YARN mailing list for help. I > ran a clean checkout for hello-samza last night, and fixed one bug (which > is now up on Github), but I don't believe it's related to your issue. > Other than that one bug, I was able to startup and run successfully > without seeing this problem. > > Cheers, > Chris > > P.S. Bug fix was > https://github.com/linkedin/hello-samza/commit/4d35f4e664a3afea75e7a399e65b > 8308cc2ed8a6 > > On 10/14/13 10:36 PM, "Worthy LaFollette" <[email protected]> wrote: > > >I just ran the example as specified, no changes on what otherwise should > >have been a clean machine (Mac OS - 10.8.5). > > > >1) No > >2) Former - just bin/grid > >3) No > >4) No > > > >Also confirmed that no Network filters were in play to prevent the > >connection. > > > > > >On Mon, Oct 14, 2013 at 8:19 PM, Chris Riccomini > ><[email protected]>wrote: > > > >> Hey Worthy, > >> > >> Hmm. That's exciting. A few questions: > >> > >> 1. Do you have kerberos setup on your machine? Running `klist` should > >>give > >> you a list of Kerberos credentials. > >> 2. Are you simply running the bin/grid script, or are you trying to run > >> Samza jobs on a "real" YARN cluster? > >> 3. Did you change the yarn-site.xml configuration at all? > >> 4. Do you have any Hadoop-related environment variables set? ($ env | > >>grep > >> HADOOP, $ env | grep YARN). > >> > >> Cheers, > >> Chris > >> ________________________________________ > >> From: Worthy LaFollette [[email protected]] > >> Sent: Monday, October 14, 2013 7:37 PM > >> To: [email protected] > >> Subject: Re: Hello Samza example > >> > >> Rebuilt and it worked... Now getting a different error: > >> > >> Application application_1381794085727_0001 failed 1 times due to Error > >> launching appattempt_1381794085727_0001_000001. Got exception: > >> java.lang.reflect.UndeclaredThrowableException > >> at > >> > >> > >>org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteExceptionPBImpl.unwra > >>pAndThrowException(YarnRemoteExceptionPBImpl.java:135) > >> > >> at > >> > >> > >> > org.apache.hadoop.yarn.api.impl.pb.client.ContainerManagerPBClientImpl.st > >>artContainer(ContainerManagerPBClientImpl.java:109) > >> > >> at > >> > >> > >>org.apache.hadoop.yarn.server.resourcemanager.amlauncher.AMLauncher.launc > >>h(AMLauncher.java:111) > >> > >> at > >> > >> > >>org.apache.hadoop.yarn.server.resourcemanager.amlauncher.AMLauncher.run(A > >>MLauncher.java:255) > >> > >> at > >> > >> > >>java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java > >>:1145) > >> > >> at > >> > >> > >>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav > >>a:615) > >> > >> at java.lang.Thread.run(Thread.java:722) > >> Caused by: com.google.protobuf.ServiceException: > >> java.util.ServiceConfigurationError: > >> org.apache.hadoop.security.SecurityInfo: Error reading configuration > >>file > >> at > >> > >> > >>org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine. > >>java:212) > >> > >> at com.sun.proxy.$Proxy72.startContainer(Unknown Source) > >> at > >> > >> > >> > org.apache.hadoop.yarn.api.impl.pb.client.ContainerManagerPBClientImpl.st > >>artContainer(ContainerManagerPBClientImpl.java:106) > >> > >> ... 5 more > >> > >> > >> > >> On Mon, Oct 14, 2013 at 5:40 PM, Chris Riccomini > >><[email protected] > >> >wrote: > >> > >> > Hey Worthy, > >> > > >> > This was a bug that I introduced last week. We received a pull > >>request on > >> > the GH repo, which got merged in about 8 hours ago. > >> > > >> > https://github.com/linkedin/hello-samza/pull/5 > >> > > >> > Let me know if it still isn't working (or send a new pull request :). > >> > > >> > Cheers, > >> > Chris > >> > > >> > On 10/14/13 5:24 PM, "Worthy LaFollette" <[email protected]> wrote: > >> > > >> > >On a related note - I am getting the following for the wikipedia > >>buildt. > >> > >I > >> > >am suspecting I have something misconfigured somewhere.. > >> > > > >> > >****** > >> > > > >> > >ERROR] Failed to execute goal > >> > >org.apache.maven.plugins:maven-compiler-plugin:3.1:compile > >> > >(default-compile) on project samza-wikipedia: Compilation failure > >> > >[ERROR] > >> > > >> > >>>/Users/worthylafollette/repos/incubator-samza/hello-samza/samza-wikipedi > >>>a/ > >> > > >> > >>>src/main/java/samza/examples/wikipedia/system/WikipediaSystemAdmin.java: > >>>[3 > >> > >2,8] > >> > >samza.examples.wikipedia.system.WikipediaSystemAdmin is not abstract > >>and > >> > >does not override abstract method > >> > >getLastOffsets(java.util.Set<java.lang.String>) in > >> > >org.apache.samza.system.SystemAdmin > >> > >[ERROR] -> [Help 1] > >> > >[ERROR] > >> > >[ERROR] To see the full stack trace of the errors, re-run Maven with > >>the > >> > >-e > >> > >switch. > >> > >[ERROR] Re-run Maven using the -X switch to enable full debug > >>logging. > >> > >[ERROR] > >> > >[ERROR] For more information about the errors and possible solutions, > >> > >please read the following articles: > >> > >[ERROR] [Help 1] > >> > > > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > >> > >[ERROR] > >> > >[ERROR] After correcting the problems, you can resume the build with > >>the > >> > >command > >> > >[ERROR] mvn <goals> -rf :samza-wikipedia > >> > > > >> > > > >> > >On Mon, Oct 14, 2013 at 12:15 PM, Jakob Homan <[email protected]> > >> wrote: > >> > > > >> > >> Can you post exactly what's missing? If it's short, here would be > >> fine. > >> > >> If it's longer, github gists would be good. > >> > >> > >> > >> Thanks, > >> > >> jakob > >> > >> > >> > >> > >> > >> On Mon, Oct 14, 2013 at 11:40 AM, Isabelly Rocha < > >> [email protected] > >> > >> >wrote: > >> > >> > >> > >> > Hey, > >> > >> > > >> > >> > I want to use Samza and I started downloading this "Hello Sanza" > >> > >>example, > >> > >> > but when I run the grid script I get a lot of file missing error > >> > >> messages.. > >> > >> > Is it not updated or it's probably me doing something wrong? > >> > >> > > >> > >> > Thanks for your attention, > >> > >> > Isabelly Rocha > >> > >> > > >> > >> > >> > > >> > > >> > >
