-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33438/
-----------------------------------------------------------
Review request for Ambari and Dmytro Sen.
Bugs: AMBARI-10663
https://issues.apache.org/jira/browse/AMBARI-10663
Repository: ambari
Description
-------
New configuration property in Dal:
Config property name: tez.runtime.sorter.class
Description: Which sorter implementation to use.
Type: Advanced configuration
Valid Values: "PIPELINED", "LEGACY"
Default value: "PIPELINED"
Related values:
"tez.runtime.pipelined.sorter.sort.threads" - only relevant for pipelined,
default value 2.
"tez.runtime.io.sort,mb" - for legacy, this values need to be 2047 MB or
below. For pipelined, this can exceed 2 GB.
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.3/services/TEZ/configuration/tez-site.xml
660b44b
ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py
bffbc26
Diff: https://reviews.apache.org/r/33438/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk