ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

Start/Stop scripts for Hyracks #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Description of the desired feature(s) (incl. use cases, if applicable)
Start/stop scripts for hyracks, just as what Hadoop has done before. It will 
ease the efforts to deploy a cluster (or pseudo-cluster) by taking care of all 
configurations. 

I believe that we already have a bunch of scripts for these purposes from the 
existing experiments. Maybe we can share all of these scripts here under this 
issue, and have someone combine them into fully-functioned scripts, and 
included into the release of hyracks?

Original issue reported on code.google.com by jarod...@gmail.com on 13 Apr 2012 at 3:32

GoogleCodeExporter commented 9 years ago
Feature request: Can we also get an option to systematically set Java debug 
ports for CC and NCs?

Original comment by alexande...@gmail.com on 13 Apr 2012 at 5:28

GoogleCodeExporter commented 9 years ago
I did it by setting the JAVA_OPTS for CC and NC in an environment script 
(-Xdebug -X...).

Original comment by jarod...@gmail.com on 13 Apr 2012 at 5:37

GoogleCodeExporter commented 9 years ago
I attached the PACT compatibility layer scripts that I have demonstrated 
earlier. They might be a potential starting point for a more general solution.

Original comment by thomas.o...@gmail.com on 13 Apr 2012 at 10:28

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks Thomas! I think the scripts posted are quite good. We may need some 
extra work to extra some asterix-cluster-specific configurations out and put 
them into a global configuration file. 

I attached the environment script I am using. It is quite simple, with just 
necessary configurations I need now. And I just call this script to setup these 
environmental variables before starting cc/nc. However I think it may be a hint 
to a more complex/flexible script for the same purpose...

Original comment by jarod...@gmail.com on 15 Apr 2012 at 9:04

Attachments: