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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15944178#comment-15944178 ] 

Hadoop QA commented on AMBARI-20597:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12860742/AMBARI-20597.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/11199//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/11199//console

This message is automatically generated.

> 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)