Repository: ambari Updated Branches: refs/heads/trunk 3286b00f3 -> 8d38f1638
AMBARI-15175: Hide Custom configuration category for files which does not support custom configuration in HAWQ and PXF (bhuvnesh2703 via jaoki) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8d38f163 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8d38f163 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8d38f163 Branch: refs/heads/trunk Commit: 8d38f163852e07318ef15a46cc1baf4f7cba055d Parents: 3286b00 Author: Jun Aoki <[email protected]> Authored: Mon Feb 29 13:51:03 2016 -0800 Committer: Jun Aoki <[email protected]> Committed: Mon Feb 29 13:51:03 2016 -0800 ---------------------------------------------------------------------- .../common-services/HAWQ/2.0.0/configuration/hawq-env.xml | 5 ++--- .../HAWQ/2.0.0/configuration/hawq-sysctl-env.xml | 2 +- .../common-services/PXF/3.0.0/configuration/pxf-profiles.xml | 2 +- .../PXF/3.0.0/configuration/pxf-public-classpath.xml | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8d38f163/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml index a948bae..e40caca 100644 --- a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml +++ b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-env.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<configuration> +<configuration supports_adding_forbidden="true"> <property> <name>hawq_password</name> @@ -31,5 +31,4 @@ </value-attributes> </property> -</configuration> - \ No newline at end of file +</configuration> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ambari/blob/8d38f163/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-sysctl-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-sysctl-env.xml b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-sysctl-env.xml index 32ae5a5..d33d314 100644 --- a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-sysctl-env.xml +++ b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-sysctl-env.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<configuration> +<configuration supports_adding_forbidden="true"> <property> <name>kernel.shmmax</name> <value>500000000</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/8d38f163/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-profiles.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-profiles.xml b/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-profiles.xml index 8319741..c87ce17 100644 --- a/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-profiles.xml +++ b/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-profiles.xml @@ -20,7 +20,7 @@ */ --> -<configuration supports_final="false"> +<configuration supports_final="false" supports_adding_forbidden="true"> <property> <name>content</name> http://git-wip-us.apache.org/repos/asf/ambari/blob/8d38f163/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-public-classpath.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-public-classpath.xml b/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-public-classpath.xml index 7538ee5..7b7e6c4 100644 --- a/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-public-classpath.xml +++ b/ambari-server/src/main/resources/common-services/PXF/3.0.0/configuration/pxf-public-classpath.xml @@ -20,7 +20,7 @@ */ --> -<configuration supports_final="false"> +<configuration supports_final="false" supports_adding_forbidden="true"> <property> <name>content</name>
