<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: TEZ  Parameter Error on RUNTIME in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/TEZ-Parameter-Error-on-RUNTIME/m-p/106464#M69342</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/3731/sureshbk.html" nodeid="3731"&gt;@suresh krish&lt;/A&gt;&lt;P&gt;if you look at white list param,this param(&lt;STRONG&gt;tez.shuffle-vertex-manager.min-src-fraction&lt;/STRONG&gt;) is not in white list so the following piece of code(HiveConf.java) throws cannot modify exception.&lt;/P&gt;&lt;PRE&gt;public void verifyAndSet(String name, String value) throws IllegalArgumentException {
  if (modWhiteListPattern != null) {
    Matcher wlMatcher = modWhiteListPattern.matcher(name);
    if (!wlMatcher.matches()) {
      throw new IllegalArgumentException("Cannot modify " + name + " at runtime. "+ "It is not in list of params that are allowed to be modified at runtime");
    }
  }
  if (restrictList.contains(name)) {
    throw new IllegalArgumentException("Cannot modify " + name + " at runtime. It is in the list"+ "of parameters that can't be modified at runtime");
  }
  isSparkConfigUpdated = isSparkRelatedConfig(name);
  set(name, value);
}&lt;/PRE&gt;</description>
    <pubDate>Fri, 01 Jul 2016 19:09:12 GMT</pubDate>
    <dc:creator>rajkumar_singh</dc:creator>
    <dc:date>2016-07-01T19:09:12Z</dc:date>
  </channel>
</rss>

