Revert "AMBARI-8949. Summary:Patch to fix knox install issue. (Velmurugan 
Periasamy via yusaku)"

This reverts commit 4d71477d10193fcc48030093914fa69793297292.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3f2a91b4
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3f2a91b4
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3f2a91b4

Branch: refs/heads/trunk
Commit: 3f2a91b469048578dafe278bf6bc2f28cc772a83
Parents: fe3f405
Author: Jaimin Jetly <jai...@hortonworks.com>
Authored: Mon Jan 19 11:59:50 2015 -0800
Committer: Jaimin Jetly <jai...@hortonworks.com>
Committed: Mon Jan 19 12:45:51 2015 -0800

----------------------------------------------------------------------
 .../ranger-knox-plugin-properties.xml           | 156 -------------------
 1 file changed, 156 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3f2a91b4/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/ranger-knox-plugin-properties.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/ranger-knox-plugin-properties.xml
 
b/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/ranger-knox-plugin-properties.xml
deleted file mode 100644
index b744658..0000000
--- 
a/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/ranger-knox-plugin-properties.xml
+++ /dev/null
@@ -1,156 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
--->
-<configuration supports_final="true">
-
-       <property>
-               <name>common.name.for.certificate</name>
-               <value>-</value>
-               <description>Used for repository creation on ranger 
admin</description>
-       </property>
-
-    <property>
-        <name>ranger-knox-plugin-enabled</name>
-        <value>No</value>
-        <description>Enable ranger knox plugin ?</description>
-    </property>
-
-       <property>
-               <name>REPOSITORY_CONFIG_USERNAME</name>
-               <value>admin</value>
-               <description>Used for repository creation on ranger 
admin</description>
-       </property>     
-
-       <property>
-               <name>REPOSITORY_CONFIG_PASSWORD</name>
-               <value>admin-password</value>
-               <property-type>PASSWORD</property-type>
-               <description>Used for repository creation on ranger 
admin</description>
-       </property>     
-
-       <property>
-               <name>KNOX_HOME</name>
-               <value>/usr/hdp/current/knox-server</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>XAAUDIT.DB.IS_ENABLED</name>
-               <value>true</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>XAAUDIT.HDFS.IS_ENABLED</name>
-               <value>false</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>XAAUDIT.HDFS.DESTINATION_DIRECTORY</name>
-               
<value>hdfs://__REPLACE__NAME_NODE_HOST:8020/ranger/audit/%app-type%/%time:yyyyMMdd%</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>XAAUDIT.HDFS.LOCAL_BUFFER_DIRECTORY</name>
-               <value>__REPLACE__LOG_DIR/hadoop/%app-type%/audit</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>XAAUDIT.HDFS.LOCAL_ARCHIVE_DIRECTORY</name>
-               
<value>__REPLACE__LOG_DIR/hadoop/%app-type%/audit/archive</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>XAAUDIT.HDFS.DESTINTATION_FILE</name>
-               <value>%hostname%-audit.log</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>XAAUDIT.HDFS.DESTINTATION_FLUSH_INTERVAL_SECONDS</name>
-               <value>900</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>XAAUDIT.HDFS.DESTINTATION_ROLLOVER_INTERVAL_SECONDS</name>
-               <value>86400</value>
-               <description></description>
-       </property>
-
-       <property>
-               
<name>XAAUDIT.HDFS.DESTINTATION_OPEN_RETRY_INTERVAL_SECONDS</name>
-               <value>60</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>XAAUDIT.HDFS.LOCAL_BUFFER_FILE</name>
-               <value>%time:yyyyMMdd-HHmm.ss%.log</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>XAAUDIT.HDFS.LOCAL_BUFFER_FLUSH_INTERVAL_SECONDS</name>
-               <value>60</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>XAAUDIT.HDFS.LOCAL_BUFFER_ROLLOVER_INTERVAL_SECONDS</name>
-               <value>600</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>XAAUDIT.HDFS.LOCAL_ARCHIVE_MAX_FILE_COUNT</name>
-               <value>10</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>SSL_KEYSTORE_FILE_PATH</name>
-               <value>/etc/hadoop/conf/ranger-plugin-keystore.jks</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>SSL_KEYSTORE_PASSWORD</name>
-               <value>myKeyFilePassword</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>SSL_TRUSTSTORE_FILE_PATH</name>
-               <value>/etc/hadoop/conf/ranger-plugin-truststore.jks</value>
-               <description></description>
-       </property>
-
-       <property>
-               <name>SSL_TRUSTSTORE_PASSWORD</name>
-               <value>changeit</value>
-               <description></description>
-       </property>
-
-</configuration>
\ No newline at end of file

Reply via email to