I installed Python 2.7.6 and reran the test - it passed. +1 from me on this RC.
On Tue, May 27, 2014 at 9:47 PM, Sumit Mohanty <[email protected]>wrote: > You may need to install argparse or use python 2.7. > > -Sumit > > > On Tue, May 27, 2014 at 9:28 PM, Ted Yu <[email protected]> wrote: > > > When running TestAgentEcho, I saw the following error several times: > > > > 2014-05-28 03:55:34,757 [ContainersLauncher #1] WARN > > nodemanager.DefaultContainerExecutor > > (DefaultContainerExecutor.java:launchContainer(213)) - Exception from > > container-launch with container ID: > container_1401249324170_0001_01_000002 > > and exit code: 1 > > org.apache.hadoop.util.Shell$ExitCodeException: Traceback (most recent > call > > last): > > File > > "/homes/hortonzy/slider/slider-core/./src/test/python/agent/main.py", > line > > 24, in <module> > > import argparse > > ImportError: No module named argparse > > > > at org.apache.hadoop.util.Shell.runCommand(Shell.java:505) > > at org.apache.hadoop.util.Shell.run(Shell.java:418) > > at > > org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:650) > > > > The test failed. > > Do I need to install argparse myself ? > > > > Cheers > > > > > > On Tue, May 27, 2014 at 8:10 PM, Sumit Mohanty <[email protected] > > >wrote: > > > > > Hello folks, > > > > > > This is a call for a vote on Apache Slider 0.30 incubating release. > > Thanks > > > to everyone who have contributed to this release. > > > > > > Here's a summary of what's new in Slider 0.30: > > > * Slider application registry that allow registration and discovery of > > > application > > > configuration and URLs (such as jmx endpoints and management UI) for > > > client consumption. > > > * Move to a .zip packaging for Slider application packages. > > > * Richer metadata support for start/install ordering and arbitrary > > > templates that can > > > be published after application activation. > > > * Dynamic port allocation and registration > > > * Updated application definition packages for HBase, Accumulo, and > Storm. > > > > > > Git source tag: > > > > > > > > > https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;a=shortlog;h=refs/tags/release-0.30-rc0 > > > > > > Staging site: > > > http://people.apache.org/~smohanty/slider-release-0.30-rc0/ > > > > > > PGP release keys (signed using 791FDAB0) > > > > http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0xECFC8276791FDAB0 > > > > > > One can look into the issues fixed in this release at: > > > > > > > > > https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%22Slider%200.30%22%20AND%20Status%20%3D%20Resolved > > > > > > Note that this is a source only release and we are voting on the > source. > > > > > > Vote will be open for 72 hours > > > > > > [ ] +1 approve > > > [ ] +0 no opinion > > > [ ] -1 disapprove (and reason why) > > > > > > +1 from my side for the release. > > > > > > > > > thanks > > > Sumit > > > > > > -- > > > 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. > > > > > > > -- > 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. >
