namhnguyen / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

When I create an instance on a cluster of machine, I encountered two error. #726

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I set up three machines as 1 master node and 2 worker node.
I could see all 'OK' message before creating an instance.
Now I only have to create an instance like 'rainbow_asterix' in official 
website. But I couldn't.

******************** error message *****************************
ERROR: scp: /home/joe/managix-workingDir//configuration.xml: Permission denied
/home/joe/asterix-mgmt/.installer/events/file/transfer.sh: line 23: [: ==: 
unary operator expected
*****************************************************************

What is this about? And what/where should I check?

And there were some peculiar things when I create a configuration for the 
cluster.
According to a comment of the file, written as 'rainbow.xml',
it was specified that Managix create 'working_dir' and 'log_dir' if it dosen't 
exist.
But when I try to validate that file, I encountered some error, those above 
directories weren't exist.
So I made those directories directly and I could validate all.

Original issue reported on code.google.com by kiyoung....@gmail.com on 13 Mar 2014 at 10:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
In official Web site, there're some erratum about installing AsterixDB on a 
cluster of multiple machine.
1. In configuration file '$MANAGIX_HOME/rainbow_cluster/rainbow.xml',
   "<logdir>/mnt/joe/logs</logdir>" is incorrect.
   "<log_dir>/mnt/joe/logs</log_dir>" is correct.
2. To create an AsterixDB,
   "managix create -n rainbow_asterix -c $MANAGIX_HOME/clusters/rainbow.xml" is incorrect.
   "managix create -n rainbow_asterix -c $MANAGIX_HOME/rainbow_cluster/rainbow.xml" is correct.

Original comment by kiyoung....@gmail.com on 13 Mar 2014 at 10:20