Ambari BoF Session this Thursday at 3:30PM to 5PM

2014-06-02 Thread Yusaku Sako
Hello Ambari users and developers, There will be an Apache Ambari BoF session at San Jose Convention Center this Thursday (June 5) from 3:30PM to 5PM. This BoF session is open to everyone, free of charge (you do not need to have a pass for Hadoop Summit to attend). We hope to see you there! http

Re: Questions about ambari REST API

2014-06-02 Thread Qing Chi 79624
Hi Yusaku, Thank you for clarify this issue. -qing On 6/3/14 1:15 PM, "Yusaku Sako" wrote: >Ambari currently supports single clusters only, though the REST API >resource tree was designed with multiple cluster in mind. >If you use the Ambari Web UI, there's actually code to delete any >existin

Re: Questions about ambari REST API

2014-06-02 Thread Yusaku Sako
Ambari currently supports single clusters only, though the REST API resource tree was designed with multiple cluster in mind. If you use the Ambari Web UI, there's actually code to delete any existing cluster when deploying a new cluster. This delete logic is there to get around partial failure to

Re: Questions about ambari REST API

2014-06-02 Thread Qing Chi 79624
Hi, I did not use Ambari Blueprints API. I will use it to create cluster. Thanks for your help. -qing From: Jeff Sposetti mailto:j...@hortonworks.com>> Reply-To: mailto:user@ambari.apache.org>> Date: Mon, 2 Jun 2014 20:51:04 -0700 To: mailto:user@ambari.apache.org>> Cc: Emma Lin mailto:l...@vmwa

Re: Questions about ambari REST API

2014-06-02 Thread Jeff Sposetti
Hi, How did you create your cluster? Did you use the Ambari Blueprints API (and are using the Ambari 1.6.0 release)? https://cwiki.apache.org/confluence/display/AMBARI/Blueprints J On Mon, Jun 2, 2014 at 8:46 PM, Qing Chi 79624 wrote: > Hello guys, > > I'm working on provisioning cluster th

Questions about ambari REST API

2014-06-02 Thread Qing Chi 79624
Hello guys, I'm working on provisioning cluster through Ambari now using REST API. And I have some questions about ambari REST API. Questions,: 1. Can only manage a cluster in Ambari? 2. How to install packages of service using ambari REST API? 3. Why the cluster which created by REST A

Re: Getting started with custom stacks

2014-06-02 Thread Siddharth Wagle
Hi Pradeep, This should be a good starting point, https://cwiki.apache.org/confluence/display/AMBARI/Stacks+and+Services -Sid On Mon, Jun 2, 2014 at 3:51 PM, Pradeep Gollakota wrote: > Hi All, > > I would like to write some custom stacks. The recent release of Ambari-1.5 > has made this possi

Getting started with custom stacks

2014-06-02 Thread Pradeep Gollakota
Hi All, I would like to write some custom stacks. The recent release of Ambari-1.5 has made this possible. However, I am entirely unsure of how to go about doing this. Can you guys point me to some documentation and/or starting material? Thanks, Pradeep

Re: [ANNOUNCE] Apache Ambari 1.6.0

2014-06-02 Thread Ravi Mutyala
Yes Satish. Installed and have a working cluster. If you have any specific questions/issues, create a new thread and don't use the announce thread. Thanks. On Mon, Jun 2, 2014 at 3:30 PM, Satish Abburi wrote: > > anyone has successfully installed 1.6.0 version? Thanks. > > > On Tue, May 27, 20

Re: building trunk

2014-06-02 Thread Sumit Mohanty
I do not think the version number is stored in the branch - perhaps we should once the branch is final. Currently, the version number is applied during the build with the 4th digit being the build number. The first three are aligned with the branch name - e.g. branch-1.6.0. -Sumit On Mon, Jun 2

Re: building trunk

2014-06-02 Thread Aaron Cody
ok four digits… that worked - thanks so how do we figure out this version number for a particular branch ? is it stored in a file somewhere? From: Sumit Mohanty mailto:smoha...@hortonworks.com>> Reply-To: "user@ambari.apache.org" mailto:user@ambari.apache.org>> Dat

Re: [ANNOUNCE] Apache Ambari 1.6.0

2014-06-02 Thread Satish Abburi
anyone has successfully installed 1.6.0 version? Thanks. On Tue, May 27, 2014 at 2:41 PM, Aaron Cody wrote: > here¹s what I see: > > 2014-05-27 14:04:41,616 - Group['hadoop'] {} > 2014-05-27 14:04:41,618 - Modifying group hadoop > 2014-05-27 14:04:41,644 - Group['users'] {} > 2014-05-27 14:04:4

Re: building trunk

2014-06-02 Thread Sumit Mohanty
How are you setting the version? This is what I have used in past - mvn -B -e versions:set -DnewVersion=1.6.1.7. -Sumit On Mon, Jun 2, 2014 at 1:20 PM, Aaron Cody wrote: > what should I be setting AMBARI_VERSION to? I tried 1.6.0 but got some > regex errors… > How do I figure this out in ge

building trunk

2014-06-02 Thread Aaron Cody
what should I be setting AMBARI_VERSION to? I tried 1.6.0 but got some regex errors… How do I figure this out in general? thanks