Masatake Iwasaki

Results 10 issues of Masatake Iwasaki

https://issues.apache.org/jira/browse/HADOOP-18375 The hadoop-functions_test_helper.bash assumes that the value of LD_LIBRARY_PATH is blank. It is not true in the environment like [RHEL 8 with GCC 9](https://github.com/apache/hadoop/blob/06ac327e881a10f193b1fff14a1eaadf16e08e44/BUILDING.txt#L458-L460). ``` $ grep LD_LIBRARY_PATH /opt/rh/gcc-toolset-9/enable export...

https://issues.apache.org/jira/browse/TEZ-4319 Implicit dependency on snappy-java-1.0.5 was added by TEZ-4113. It causes error on platforms like aarch64 for which snappy binary is not provided. Adding explicit dependency on recent snappy-java supporting...

https://issues.apache.org/jira/browse/BIGTOP-3840 Short circuit local read is important feature for data store like HBase. It should be enabled by Puppet provisioner for testing the feature of libhadoop.so.

https://issues.apache.org/jira/browse/BIGTOP-3928 `./gradlew hive-pkg` fails due to unresolved dependency on javax.el. ``` [ERROR] Failed to execute goal on project hive-hbase-handler: Could not resolve dependencies for project org.apache.hive:hive-hbase-handler:jar:3.1.3: Failed to collect dependencies...

https://issues.apache.org/jira/browse/BIGTOP-4122 testSparkR failed due to lack of R deployment on openEuler. Since R package is not provided for latest openEuler 22.03, we need to install R from source code. See...

https://issues.apache.org/jira/browse/BIGTOP-4084 This PR bumps the verison of Tez to 0.10.3. We can remove most of the patch needed for Tez 0.10.2. * TEZ-4492, TEZ-4493, TEZ-4520 are contained in Tez 0.10.3....

### What changes are proposed in this pull request? Fix the following error caused by mismatch of Jersey version between Alluxio and Hadoop when mounting HDFS by `webhdfs://` schema (enabled...

https://issues.apache.org/jira/browse/BIGTOP-4249 We need backport of [HADOOP-19116](https://issues.apache.org/jira/browse/HADOOP-19116) to add exclusions to test invariants. ``` [ERROR] Found artifact with unexpected contents: '/root/bigtop/output/hadoop/hadoop-3.3.6/hadoop-client-modules/hadoop-client-minicluster/target/hadoop-client-minicluster-3.3.6.jar' Please check the following and either correct the build or...