br1ghtyang / asterixdb

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

[TRIVIAL] How to get version of Asterix/managix ? #522

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I have several Asterix binaries on my machine and it would be great to have a 
command which could tell me which version I am working with.. something like 
"hadoop version" or "java -version". 

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Asterix 0.8.0 running on Ubuntu 12.10, single node setup.

Please provide any additional information below.

Original issue reported on code.google.com by tejas.pa...@gmail.com on 8 Jun 2013 at 8:00

GoogleCodeExporter commented 8 years ago
./managix describe -admin

Does this help ? We already have this.

Original comment by khfaraaz82 on 8 Jun 2013 at 8:21

GoogleCodeExporter commented 8 years ago
Thanks. I could get the version using this "bin/managix describe -admin | grep 
"version". 

My point: That command is not a obvious to anyone (except few wizards of 
Asterix). We could document that but that will be a overkill. Instead follow 
the "Convention over configuration" principle.

Original comment by tejas.pa...@gmail.com on 8 Jun 2013 at 8:34

GoogleCodeExporter commented 8 years ago
So we should have "managix version"?
Sounds good to me.

Original comment by westm...@gmail.com on 10 Jun 2013 at 5:59

GoogleCodeExporter commented 8 years ago
yes, I will add that. 

Original comment by RamanGro...@gmail.com on 11 Jun 2013 at 1:54

GoogleCodeExporter commented 8 years ago
fixed in branch raman/master_feeds_merge.

Original comment by ram...@uci.edu on 16 Nov 2013 at 2:37