[openstack-dev] [nova] qemu1.7.1 vs qemu-kvm

2014-04-21 Thread Arindam Choudhury
Hi, As per I understand, onwards qemu 1.3 release all qemu-kvm features have been merged into upstream QEMU. So, if I use qemu 1.7.1 and use the -enable-kvm flag, the VM will use all kvm capabilities. I have a Openstack Grizzly deployment with nova-network and I want to use qemu 1.7.1. So, I c

Re: [openstack-dev] [savanna] Anti-affinity

2013-12-05 Thread Arindam Choudhury
per compute-node only. It can not evenly distribute VMs in case the number of compute nodes is lower than the desired size of Hadoop cluster. Dmitry 2013/12/5 Arindam Choudhury HI, I have 11 compute nodes. I want to create a hadoop cluster with 1 master(namenode+jobtracker) with 20 worker

Re: [openstack-dev] [savanna] This request was rate-limited. (HTTP 413)

2013-12-05 Thread Arindam Choudhury
I gave you is for Grizzly. If you are running a different release, take a look at that release doc as configuration might look different here. Dmitry 2013/12/5 Arindam Choudhury Hi, I introduced this in my nova api-paste.ini: [pipeline:openstack_compute_api_v2] pipeline = faultwrap

Re: [openstack-dev] [savanna] This request was rate-limited. (HTTP 413)

2013-12-05 Thread Arindam Choudhury
ests is directly proportional to the size of the cluster. On the other hand Nova has a protection agains users abusing API with too many requests. It is called rate limiting. You need to set limits higher than they are right now if you want to spin-up a cluster of that size. You can find de

Re: [openstack-dev] [savanna] Anti-affinity

2013-12-05 Thread Arindam Choudhury
allows to run one VM per compute-node only. It can not evenly distribute VMs in case the number of compute nodes is lower than the desired size of Hadoop cluster. Dmitry 2013/12/5 Arindam Choudhury HI, I have 11 compute nodes. I want to create a hadoop cluster with 1 master(namenode

[openstack-dev] [savanna] Anti-affinity

2013-12-05 Thread Arindam Choudhury
HI, I have 11 compute nodes. I want to create a hadoop cluster with 1 master(namenode+jobtracker) with 20 worker (datanode+tasktracker). How to configure the Anti-affinty so I can run the master in one host, while others will be hosting two worker? I tried some configuration, but I can not ach

[openstack-dev] [savanna] This request was rate-limited. (HTTP 413)

2013-12-05 Thread Arindam Choudhury
Hi, When I try to create a big hadoop cluster (21 nodes), sometimes I am getting this error: 2013-12-05 12:17:57.920 29553 ERROR savanna.context [-] Thread 'cluster-creating-8d093d9b-c675-4222-b53a-3319d54bc61f' fails with exception: 'This request was rate-limited. (HTTP 413)' 2013-12-05 12:1

[openstack-dev] [Savanna] problem starting namenode

2013-09-16 Thread Arindam Choudhury
Hi, I am trying to a custom plugin to provision hadoop 0.20.203.0 with jdk1.6u45. So I created a custom pre-installed image tweaking savanna-image-elements and a new plugin called mango. I am having this error on namenode: 2013-09-16 13:34:27,463 INFO org.apache.hadoop.hdfs.server.namenode.Name

[openstack-dev] [Savanna]Creating new plugin

2013-09-13 Thread Arindam Choudhury
Hi, I am trying to provision hadoop0.20.203.0 with jdk6u45. So, I tweaked savanna-image-elements and created a pre-installed vm image. Then I copied vanilla and edit it to create a new plugin named mango. also to include the new plugin, I edited etc/savanna/savanna.conf as follows: plugins=vani

[openstack-dev] [Savanna] supported hadoop versions

2013-09-02 Thread Arindam Choudhury
Hi, Is it possible to deploy Apache Hadoop v0.20.2 or v0.20.203.0 using OpenStack Savanna? Regards, Arindam ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin

Re: [openstack-dev] [Savanna] How to manage Hadoop configurations

2013-07-17 Thread Arindam Choudhury
group (or node group template). With 'cluster' - in cluster (or cluster template). Dmitry 2013/7/17 Arindam Choudhury Hi, Sorry for posting in wrong mailing list. Thanks for your reply. I want to know how to do it from CLI using directly the API. I think I have put it in the ng_m

Re: [openstack-dev] [Savanna] How to manage Hadoop configurations

2013-07-17 Thread Arindam Choudhury
group and cluster templates (after choosing node processes). P.S. We are now using openstack-dev mailing list instead of savanna-all. Sincerely yours, Sergey Lukjanov Savanna Technical Lead Mirantis Inc. On Jul 17, 2013, at 14:07, Arindam Choudhury wrote:Hi, Savanna is working very good. I can

Re: [openstack-dev] [savanna]error while accessing Savanna UI

2013-07-15 Thread Arindam Choudhury
anna UI > > On 07/15/2013 08:45 AM, Arindam Choudhury wrote: > > Hi, > > > > I did: > > > > git clone https://github.com/stackforge/savanna-dashboard.git > > > > cd savanna-dashboard > > > > python setup.py install > > >

[openstack-dev] [savanna]error while accessing Savanna UI

2013-07-15 Thread Arindam Choudhury
Hi, I did: git clone https://github.com/stackforge/savanna-dashboard.git cd savanna-dashboard python setup.py install pip show savannadashboard --- Name: savannadashboard Version: 0.2.rc2 Location: /usr/lib/python2.6/site-packages/savannadashboard-0.2.rc2-py2.6.egg Requires: then in /usr/sh

Re: [openstack-dev] [Savanna] How to run hadoop jobs

2013-07-13 Thread Arindam Choudhury
*openstack-dev* as a mail-list for Savanna-related questions. Just prefix the subject with [Savanna]. Thanks,Ruslan On Saturday, July 13, 2013 at 9:24 PM, Arindam Choudhury wrote: Hi, I installed savanna from