asterixdb git commit: More consistency between the HTTP APIs

2017-03-06 Thread tillw
Repository: asterixdb Updated Branches: refs/heads/master 4c7b5bfa2 -> 6c7aad265 More consistency between the HTTP APIs Change-Id: Ie0e58cac20c1976610f38796d06f0518a3174c50 Reviewed-on: https://asterix-gerrit.ics.uci.edu/1550 Sonar-Qube: Jenkins Tested-by: Jenkins Reviewed-by: abdullah alamo

[4/7] asterixdb git commit: Configuration Revamp

2017-03-06 Thread mblow
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4c7b5bfa/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AsterixRestartIT.java -- diff --git a/asterixdb/asterix-installer/src/test/java/org/apache/

[1/7] asterixdb git commit: Configuration Revamp

2017-03-06 Thread mblow
Repository: asterixdb Updated Branches: refs/heads/master a5bfa8b4b -> 4c7b5bfa2 http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4c7b5bfa/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/src/main/java/org/apache/hyracks/control/nc/NodeControllerService.java ---

[7/7] asterixdb git commit: Configuration Revamp

2017-03-06 Thread mblow
Configuration Revamp - Ini section of node / cc details now returns ini param names instead of managix option names - Normalized command line -vs- ini file configuration parameter names - Eliminated unused parameters - Ini validation - Migrate *DB parameters out of [app] and into nc / cc section

[2/7] asterixdb git commit: Configuration Revamp

2017-03-06 Thread mblow
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4c7b5bfa/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/src/main/java/org/apache/hyracks/control/common/config/ConfigUtils.java -- diff --git a/hyracks-fullst

[5/7] asterixdb git commit: Configuration Revamp

2017-03-06 Thread mblow
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4c7b5bfa/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/NodeProperties.java -- diff --git a/asterixdb/asterix-common/src/main/java/org/apache/asterix/c

[6/7] asterixdb git commit: Configuration Revamp

2017-03-06 Thread mblow
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4c7b5bfa/asterixdb/asterix-app/src/test/java/org/apache/asterix/app/bootstrap/TestNodeController.java -- diff --git a/asterixdb/asterix-app/src/test/java/org/apache/asterix/app

[3/7] asterixdb git commit: Configuration Revamp

2017-03-06 Thread mblow
http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4c7b5bfa/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/ClusterControllerService.java -- diff --git a/hyracks-fullstac

asterixdb git commit: Fix log redirection in Ansible start cluster scripts.

2017-03-06 Thread buyingyi
Repository: asterixdb Updated Branches: refs/heads/master 7109cc18c -> a5bfa8b4b Fix log redirection in Ansible start cluster scripts. Change-Id: Ia62a9f5d313c5d7ad0629af95199c2f7b4538435 Reviewed-on: https://asterix-gerrit.ics.uci.edu/1553 Reviewed-by: Michael Blow Sonar-Qube: Jenkins Teste