The tag builds fine, and launching a cluster from the dist the right way
works. That said, if you aren't using properties files, a missing param
could be a bit harsh:
host-78-65-196-230:whirr-0.2.0-incubating adriancole$ whirr launch-cluster
--service-name hadoop --cluster-name adrian --provider ec2 --identity
XXXXXXX --credential XXXXXXXX
Launching adrian cluster
Configuring template
Exception in thread "main" java.lang.NullPointerException
at
com.google.common.base.Preconditions.checkNotNull(Preconditions.java:187)
at
org.apache.whirr.service.hadoop.HadoopService.launchCluster(HadoopService.java:110)
at
org.apache.whirr.service.hadoop.HadoopService.launchCluster(HadoopService.java:61)
at
org.apache.whirr.cli.command.LaunchClusterCommand.run(LaunchClusterCommand.java:61)
at org.apache.whirr.cli.Main.run(Main.java:65)
at org.apache.whirr.cli.Main.main(Main.java:91)
Looking at the code, this is due to a missing parameter
(--instance-templates), but I think it could be handled more gracefully.
That said, rtfm would not have resulted in a NPE. Should we address this or
list as a known issue and push on?
Did anyone try with a windows machine? I'm just curious.
Cheers,
-Adrian
On Mon, Nov 8, 2010 at 6:14 PM, Patrick Hunt <[email protected]> wrote:
> Anyone else can take a few to try the release and provide some
> feedback/votes?
>
> Thanks,
>
> Patrick
>
> On Thu, Nov 4, 2010 at 11:12 PM, Patrick Hunt <[email protected]> wrote:
> > I did similar and it all checked out for me. +1
> >
> > On Thu, Nov 4, 2010 at 10:11 PM, Tom White <[email protected]>
> wrote:
> >> +1
> >>
> >> I checked the signatures and checksums for all the files. I looked to
> >> see that license files were in place. I also exercised the CLI by
> >> starting and stopping a Hadoop cluster.
> >>
> >> Tom
> >>
> >> On Wed, Nov 3, 2010 at 9:40 PM, Patrick Hunt <[email protected]>
> wrote:
> >>> This is the second incubator release for Apache Whirr, version
> >>> 0.2.0-incubating.
> >>>
> >>> It fixes the following issues:
> >>>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311110&styleName=Html&version=12315339
> >>>
> >>> *** Please download, test and vote by [3 working days after sending].
> >>>
> >>> Note that we are voting upon the source (tag), binaries are provided
> >>> for convenience.
> >>>
> >>> Source and binary files:
> >>> http://people.apache.org/~phunt/whirr-0.2.0-candidate-0/<http://people.apache.org/%7Ephunt/whirr-0.2.0-candidate-0/>
> >>>
> >>> Maven staging repo:
> >>> https://repository.apache.org/content/repositories/orgapachewhirr-032
> >>>
> >>> The tag to be voted upon:
> >>>
> http://svn.apache.org/repos/asf/incubator/whirr/tags/release-0.2.0-incubating
> >>>
> >>> Note that the Incubator PMC needs to vote upon the release after a
> >>> successful PPMC vote before any release can be made official.
> >>>
> >>
> >
>