tez
tez copied to clipboard
Apache Tez
Bumps hadoop-common from 3.3.1 to 3.3.3. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
https://issues.apache.org/jira/browse/TEZ-4441
https://issues.apache.org/jira/browse/TEZ-4440
we have installed hadoop 3.2.X and hive 3.1.2 and tez installed 0.10 getting below error 2021-06-30 10:15:45,132 [ERROR] [main] |app.DAGAppMaster|: Error starting DAGAppMaster java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V at org.apache.hadoop.conf.Configuration.set(Configuration.java:1357) at org.apache.hadoop.conf.Configuration.set(Configuration.java:1338) at...
tested: built tez-javadoc-tools procject ``` cd tez-runtime-library mvn site ``` checked ./target/site/apidocs/configs/tez-runtime-default-template.xml
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...
As of now the codebase doesn't match the checkstyle configuration. I updated the config file to be sometimes stricter, sometimes more permissive compared to the previous version. As the code...