← Back to team overview

savanna-all team mailing list archive

Re: Problem with Hadoop Clusters

 

Config looks good.

Could you, please, run savanna-api with -d flag (debug=True in savanna.conf) and send me logs?

Thank you.

Sincerely yours,
Sergey Lukjanov
Software Engineer
Mirantis Inc.
GTalk: me@xxxxxxxxxxx
Skype: lukjanovsv

On May 13, 2013, at 4:29, Nazrul M <nazrul.york@xxxxxxxxx> wrote:

> Sorry. Here is the config file:
> 
> [DEFAULT]
> 
> # REST API config
> port=9000
> allow_cluster_ops=true
> 
> # Address and credentials that will be used to check auth tokens
> #paste.filter_factory = keystoneclient.middleware.auth_token:filter_factor
> os_auth_host = 192.168.88.1
> os_auth_port = 35357
> os_admin_username = savanna
> os_admin_password = XXXXX
> os_admin_tenant_name = admin
> 
> # (Optional) Name of log file to output to. If not set,
> # logging will go to stdout. (string value)
> #log_file=<None>
> log_file = /var/log/savanna.log
> #verbose=True
> debug=false
> #default_log_levels=amqplib=WARN,sqlalchemy=WARN,boto=WARN,suds=INFO,keystone=DEBUG,eventlet.wsgi.server=WARN
> 
> 
> [cluster_node]
> 
> # An existing user on Hadoop image (string value)
> username=root
> 
> # User's password (string value)
> password=swordfish
> 
> # When set to false, Savanna uses only internal IP of VMs.
> # When set to true, Savanna expects OpenStack to auto-assign
> # floating IPs to cluster nodes. Internal IPs will be used for
> # inter-cluster communication, while floating ones will be
> # used by Savanna to configure nodes. Also floating IPs will
> # be exposed in service URLs (boolean value)
> use_floating_ips=true
> 
> [sqlalchemy]
> 
> # URL for sqlalchemy database (string value)
> #database_uri=sqlite:////tmp/savanna-server.db
> database_uri = mysql://savanna:XXXXX@localhost/savanna
> 
> 
> On Mon, May 13, 2013 at 8:28 AM, Nazrul M <nazrul.york@xxxxxxxxx> wrote:
> Dear Sergey,
> 
> Each VM automatically been asigned with two IPs: One internal and one external. Here is the config file:
> 
> 
> 
> On Fri, May 10, 2013 at 8:28 PM, Sergey Lukjanov <slukjanov@xxxxxxxxxxxx> wrote:
> If Savanna doesn't change cluster status to "Active" than there are some errors… Could you, please, share some additional info:
> 
> * how many ips are auto attached to vm
> * which of the attached ips are accessible from the Savanna installation
> * share your savanna.conf
> 
> Thank you
> 
> p.s. is it ok to return to the mailing list?
> 
> Sincerely yours,
> Sergey Lukjanov
> Software Engineer
> Mirantis Inc.
> GTalk: me@xxxxxxxxxxx
> Skype: lukjanovsv
> 
> On May 10, 2013, at 16:24, Nazrul M <nazrul.york@xxxxxxxxx> wrote:
> 
>> Hi Sergey,
>> 
>> We currently installed savanna in Openstack Grizzly environment. We are not getting any errors during the launching of master vm and other vm nodes. All vms are booted properly. We can log in to all vms. Just, when we are trying to execute the sample mapreduce as stated in the documentation, we getting an error.
>> 
>> Regards
>> Nomad
>> 
>> 
>> On Fri, May 10, 2013 at 8:11 PM, Sergey Lukjanov <slukjanov@xxxxxxxxxxxx> wrote:
>> Hi Nomad,
>> 
>> are there any errors on server side? Such behavior always means that there are some problems during vm launching/configuring. Could you, please, provide more info about Savanna version?
>> 
>> Sincerely yours,
>> Sergey Lukjanov
>> Software Engineer
>> Mirantis Inc.
>> GTalk: me@xxxxxxxxxxx
>> Skype: lukjanovsv
>> 
>> On May 10, 2013, at 16:06, Nazrul M <nazrul.york@xxxxxxxxx> wrote:
>> 
>> > Dear All,
>> >
>> > We have encountered problem with the clusters. It seems that the cluster always will be in “Starting” state, never get response with status “Active”. On top of that, we have not getting serviceurl for jobtracker and namenode and node count always pointing at 0. Other information are received correctly in the horizon. Kindly help.
>> >
>> > Regards
>> > Nomad
>> > --
>> > Mailing list: https://launchpad.net/~savanna-all
>> > Post to     : savanna-all@xxxxxxxxxxxxxxxxxxx
>> > Unsubscribe : https://launchpad.net/~savanna-all
>> > More help   : https://help.launchpad.net/ListHelp
>> 
>> 
> 
> 
> 


References