You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Jonathan Hurley (JIRA)" <ji...@apache.org> on 2017/03/27 20:30:42 UTC

[jira] [Updated] (AMBARI-20597) Pig exectype default value seems to be not changing after upgrade

     [ https://issues.apache.org/jira/browse/AMBARI-20597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Hurley updated AMBARI-20597:
-------------------------------------
    Status: Patch Available  (was: Open)

> Pig exectype default value seems to be not changing after upgrade
> -----------------------------------------------------------------
>
>                 Key: AMBARI-20597
>                 URL: https://issues.apache.org/jira/browse/AMBARI-20597
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: trunk
>            Reporter: Jonathan Hurley
>            Assignee: Jonathan Hurley
>            Priority: Critical
>             Fix For: trunk
>
>         Attachments: AMBARI-20597.patch
>
>
> PIG in HDP 2.6 changes the default engine in {{pig-properties/content}} from MapR to Tez:
> {code}
> exectype=tez
> {code}
> However, HDP upgrades are not working correctly because of a problem with the upgrade configuration pack:
> {code}
> <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" />
> </definition>
> {code}
> There is no key named {{exectype}} in {{pig-properties}} ... there is only {{pig-properties/content}}. This key needs to be changed to find/replace



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)