simlaudato / asterixdb

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

Issue with "Managix Configure" Command #846

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Inputting the required 'managix configure' statement in the terminal.

What is the expected output? What do you see instead?
- Unsure of the exact output but I see:
'-bash: managix: command not found'

What version of the product are you using? On what operating system?
AsterixDB Beta Release 0.8.6
Mac OS X 10.10.1

Please provide any additional information below.
After following the instructions to install AsterixDB, I have done the 
following:
1. Downloaded and unzipped the AsterixDB file.
2. Set JDK 7 as the default java version (Question: Would JDK 8 work?)
3. Configured the environment
4. Configured SSH

My issue is under 'Configuring Managix'. I created the sub-directory, added 
MANAGIX_HOME/bin to my PATH variable, verified that the previous steps were 
done correctly, and typed the required command "managix configure", only to see:
'-bash: managix: command not found'

Any help resolving this would be greatly appreciated. Thank you very much and 
please let me know if any additional information is needed.

Original issue reported on code.google.com by fperez19...@gmail.com on 6 Jan 2015 at 4:15

GoogleCodeExporter commented 8 years ago
Hi there! Thanks for trying out AsterixDB :)  Was this issue ever resolved? I 
think a potential solution/investigation was discussed within our development 
mailing list, but it doesn't appear like that discussion made its way here. 
I'll clip the reply and post it here for continuity:

---
The only reason this would happen is the managix command not being in the PATH 
variable.
On a new terminal window, simply echo $PATH and share the result.

Regards,
Raman
---

Original comment by ima...@uci.edu on 18 Feb 2015 at 1:45

GoogleCodeExporter commented 8 years ago
please how do i install asterisDB on windows 8 pc. i have downloaded asterix 
installer 0.8.6 binary assembly zip file and unziped it a local drive c

Original comment by opokuff...@gmail.com on 28 Apr 2015 at 1:41

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi there,
Thanks for your interest, but at the moment AsterixDB only supports Unix-like 
platforms (Linux, Mac OS X, etc..). Experimental Windows support is in the 
works however, first for YARN and then for single-user installs. Sorry about 
that! 

Original comment by ima...@uci.edu on 28 Apr 2015 at 4:57

GoogleCodeExporter commented 8 years ago
As an addendum,we do have a very experimental, temporary, "I'm feeling lucky" 
sort of way to run AsterixDB on Windows, but it lacks some of the management 
features that one would need for any "real" use of the system. It is very 
bare-bones and was created mainly as a framework for a homework in one of 
Mike's classes. However it might suffice if you want to just kick the tires and 
try things out. This is the download to it 
https://drive.google.com/file/d/0BzeFLVaOjXQYS2EzelBIdXpPT3c/view . All you 
have to do is extract that file, and then double-click on asterix.bat in the 
'bin' directory from the extracted archive. 3 command prompts/terminals should 
pop up. Wait about 20 seconds, and then visit http://localhost:19001 with the 
command windows open. You should get the AsterixDB web interface in your 
browser then, if not just let me know and I can try and help out. Once you are 
done, just close the windows and it will all shut down. 

Thanks again,
-Ian

Original comment by ima...@uci.edu on 29 Apr 2015 at 8:53