[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

[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

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 arin...@live.com HI, I have 11 compute nodes. I want to create a hadoop cluster with 1

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

2013-12-05 Thread Arindam Choudhury
limits higher than they are right now if you want to spin-up a cluster of that size. You can find details in the Nova docs: http://docs.openstack.org/grizzly/openstack-compute/admin/content//configuring-compute-API.html Dmitry 2013/12/5 Arindam Choudhury arin...@live.com Hi, When I try

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 arin...@live.com Hi, I introduced this in my nova api-paste.ini: [pipeline:openstack_compute_api_v2] pipeline

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 arin...@live.com HI, I have 11 compute nodes. I want to create a hadoop cluster with 1 master(namenode+jobtracker

[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

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

[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

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

2013-07-15 Thread Arindam Choudhury
/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 pip show savannadashboard --- Name: savannadashboard Version: 0.2.rc2 Location: /usr/lib/python2.6/site

[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:

[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