You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/07/18 15:02:53 UTC

[17/50] [abbrv] ambari git commit: AMBARI-21462. Readd TITAN, R4ML, SYSTEMML, JNBG to BigInsights - addendum: schema-validity

AMBARI-21462. Readd TITAN, R4ML, SYSTEMML, JNBG to BigInsights - addendum: schema-validity


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

Branch: refs/heads/branch-feature-AMBARI-21450
Commit: a389f85b6e2a0cb23ff7fcf629fd55ab4e203560
Parents: a7b6d5a
Author: Attila Doroszlai <ad...@hortonworks.com>
Authored: Thu Jul 13 18:10:09 2017 +0200
Committer: Attila Doroszlai <ad...@hortonworks.com>
Committed: Thu Jul 13 18:10:31 2017 +0200

----------------------------------------------------------------------
 .../common-services/JNBG/0.2.0/configuration/jnbg-env.xml          | 1 +
 .../BigInsights/4.2/services/TITAN/configuration/titan-env.xml     | 2 ++
 .../4.2/services/TITAN/configuration/titan-hbase-solr.xml          | 1 +
 .../BigInsights/4.2/services/TITAN/configuration/titan-log4j.xml   | 1 +
 4 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a389f85b/ambari-server/src/main/resources/common-services/JNBG/0.2.0/configuration/jnbg-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/JNBG/0.2.0/configuration/jnbg-env.xml b/ambari-server/src/main/resources/common-services/JNBG/0.2.0/configuration/jnbg-env.xml
index f9da01e..ed49b26 100755
--- a/ambari-server/src/main/resources/common-services/JNBG/0.2.0/configuration/jnbg-env.xml
+++ b/ambari-server/src/main/resources/common-services/JNBG/0.2.0/configuration/jnbg-env.xml
@@ -75,6 +75,7 @@
     <value>/apps/jnbg/spark-warehouse</value>
     <display-name>spark.sql.warehouse.dir</display-name>
     <description>Warehouse for Notebook applications</description>
+    <on-ambari-upgrade add="false"/>
   </property>
   <property>
     <name>jkg_port</name>

http://git-wip-us.apache.org/repos/asf/ambari/blob/a389f85b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-env.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-env.xml
index 86e09f1..dda05e4 100755
--- a/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-env.xml
+++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-env.xml
@@ -27,6 +27,7 @@
     <description>User to run Titan as</description>
     <property-type>USER</property-type>
     <value>titan</value>
+    <on-ambari-upgrade add="false"/>
   </property>
 
   <property>
@@ -41,6 +42,7 @@ export HADOOP_CONF_DIR={{hadoop_config_dir}}
 export HBASE_CONF_DIR={{hbase_config_dir}}
 CLASSPATH=$HADOOP_CONF_DIR:$HBASE_CONF_DIR:$CLASSPATH
     </value>
+    <on-ambari-upgrade add="false"/>
   </property>
 
 </configuration>

http://git-wip-us.apache.org/repos/asf/ambari/blob/a389f85b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-hbase-solr.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-hbase-solr.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-hbase-solr.xml
index 0ca6807..2a7b366 100755
--- a/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-hbase-solr.xml
+++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-hbase-solr.xml
@@ -61,6 +61,7 @@ index.search.solr.configset=titan
     <value-attributes>
       <show-property-name>false</show-property-name>
     </value-attributes>
+    <on-ambari-upgrade add="false"/>
   </property>
 
 </configuration>

http://git-wip-us.apache.org/repos/asf/ambari/blob/a389f85b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-log4j.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-log4j.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-log4j.xml
index 3363d81..a5522f3 100755
--- a/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-log4j.xml
+++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/TITAN/configuration/titan-log4j.xml
@@ -60,6 +60,7 @@
     <value-attributes>
       <show-property-name>false</show-property-name>
     </value-attributes>
+    <on-ambari-upgrade add="false"/>
   </property>
 
 </configuration>