Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
trunk
-
None
Description
PIG in HDP 2.6 changes the default engine in pig-properties/content from MapR to Tez:
exectype=tez
However, HDP upgrades are not working correctly because of a problem with the upgrade configuration pack:
<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>
There is no key named exectype in pig-properties ... there is only pig-properties/content. This key needs to be changed to find/replace
Attachments
Attachments
Issue Links
- links to