Skip to content

Commit

Permalink
AMBARI-20597 - Pig exectype default value seems to be not changing af…
Browse files Browse the repository at this point in the history
…ter upgrade (jonathanhurley)
  • Loading branch information
Jonathan Hurley committed Mar 27, 2017
1 parent 1e9cebb commit 54a823f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@
Will only be written to the local file system if Atlas is present. -->
<definition xsi:type="configure" id="hdp_2_5_0_0_add_sqoop_atlas_security_configs">
<type>sqoop-atlas-application.properties</type>
<set key="atlas.jaas.KafkaClient.option.useTicketCache" value="true"
<set key="atlas.jaas.KafkaClient.option.useTicketCache" value="true"
if-type="cluster-env" if-key="security_enabled" if-value="true"/>

<set key="atlas.jaas.KafkaClient.option.renewTicket" value="true"
<set key="atlas.jaas.KafkaClient.option.renewTicket" value="true"
if-type="cluster-env" if-key="security_enabled" if-value="true"/>
</definition>
</changes>
Expand All @@ -132,7 +132,7 @@
<changes>
<definition xsi:type="configure" id="hdp_2_6_0_0_pig_use_tez">
<type>pig-properties</type>
<replace key="exectype" find="exectype=mapreduce" replace-with="exectype=tez" />
<regex-replace key="content" find=" *#* *exectype=(\w+)" replace-with="exectype=tez" />
</definition>
</changes>
</component>
Expand Down Expand Up @@ -278,8 +278,8 @@
</definition>

<definition xsi:type="configure" id="hdp_2_5_0_0_set_external_solrCloud_flag">
<type>ranger-env</type>
<set key="is_external_solrCloud_enabled" value="true"
<type>ranger-env</type>
<set key="is_external_solrCloud_enabled" value="true"
if-type="ranger-env" if-key="is_solrCloud_enabled" if-value="true"/>
</definition>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
Will only be written to the local file system if Atlas is present. -->
<definition xsi:type="configure" id="hdp_2_5_0_0_add_sqoop_atlas_security_configs">
<type>sqoop-atlas-application.properties</type>
<set key="atlas.jaas.KafkaClient.option.useTicketCache" value="true"
<set key="atlas.jaas.KafkaClient.option.useTicketCache" value="true"
if-type="cluster-env" if-key="security_enabled" if-value="true"/>

<set key="atlas.jaas.KafkaClient.option.renewTicket" value="true"
if-type="cluster-env" if-key="security_enabled" if-value="true"/>
<set key="atlas.jaas.KafkaClient.option.renewTicket" value="true"
if-type="cluster-env" if-key="security_enabled" if-value="true"/>
</definition>
</changes>
</component>
Expand All @@ -67,7 +67,7 @@
<changes>
<definition xsi:type="configure" id="hdp_2_6_0_0_pig_use_tez">
<type>pig-properties</type>
<replace key="exectype" find="exectype=mapreduce" replace-with="exectype=tez" />
<regex-replace key="content" find=" *#* *exectype=(\w+)" replace-with="exectype=tez" />
</definition>
</changes>
</component>
Expand Down Expand Up @@ -168,8 +168,8 @@
</definition>

<definition xsi:type="configure" id="hdp_2_5_0_0_set_external_solrCloud_flag">
<type>ranger-env</type>
<set key="is_external_solrCloud_enabled" value="true"
<type>ranger-env</type>
<set key="is_external_solrCloud_enabled" value="true"
if-type="ranger-env" if-key="is_solrCloud_enabled" if-value="true"/>
</definition>

Expand Down Expand Up @@ -390,7 +390,7 @@
<transfer operation="delete" delete-key="xasecure.audit.destination.db.batch.filespool.dir" />
</definition>


<definition xsi:type="configure" id="hdp_2_5_0_0_upgrade_storm_1.0">
<type>storm-site</type>
<replace key="_storm.thrift.nonsecure.transport" find="backtype.storm.security.auth.SimpleTransportPlugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<replace key="content" find="&lt;appender name=&quot;FILE&quot; class=&quot;org.apache.log4j.DailyRollingFileAppender&quot;&gt;" replace-with="&lt;appender name=&quot;FILE&quot; class=&quot;org.apache.log4j.DailyRollingFileAppender&quot;&gt;\n&lt;param name=&quot;MaxFileSize&quot; value=&quot;{{atlas_log_max_backup_size}}MB&quot; /&gt;"/>
<replace key="content" find="&lt;appender name=&quot;FILE&quot; class=&quot;org.apache.log4j.DailyRollingFileAppender&quot;&gt;" replace-with="&lt;appender name=&quot;FILE&quot; class=&quot;org.apache.log4j.DailyRollingFileAppender&quot;&gt;\n&lt;param name=&quot;MaxFileSize&quot; value=&quot;{{atlas_log_number_of_backup_files}}&quot; /&gt;"/>
</definition>

<definition xsi:type="configure" id="hdp_2_5_4_0_atlas_exclude_tls_protocol" summary="Excluding TLS v1.2 Protocol">
<type>application-properties</type>
<set key="atlas.ssl.exclude.protocols" value="TLSv1.2" if-type="application-properties" if-key="atlas.ssl.exclude.protocols" if-key-state="absent"/>
Expand Down Expand Up @@ -396,7 +396,7 @@
<changes>
<definition xsi:type="configure" id="hdp_2_6_0_0_pig_use_tez">
<type>pig-properties</type>
<replace key="exectype" find="exectype=mapreduce" replace-with="exectype=tez" />
<regex-replace key="content" find=" *#* *exectype=(\w+)" replace-with="exectype=tez" />
</definition>
</changes>
</component>
Expand Down

0 comments on commit 54a823f

Please sign in to comment.