I hereby claim:
- I am oza on github.
- I am ozw (https://keybase.io/ozw) on keybase.
- I have a public key ASBEgZ5dBs8y7vz5MdexvhUgBH9vijrAse0P2YodzXZxxQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
$ unzip hadoop-shaded-thirdparty-3.0.0-alpha3-SNAPSHOT.jar | |
Archive: hadoop-shaded-thirdparty-3.0.0-alpha3-SNAPSHOT.jar | |
creating: META-INF/ | |
inflating: META-INF/MANIFEST.MF | |
inflating: META-INF/LICENSE.txt | |
creating: META-INF/maven/ | |
inflating: META-INF/maven/remote-resources.xml | |
creating: META-INF/maven/org.apache.hadoop/ | |
creating: META-INF/maven/org.apache.hadoop/hadoop-shaded-thirdparty/ | |
inflating: META-INF/maven/org.apache.hadoop/hadoop-shaded-thirdparty/pom.xml |
find . -name "*.java" | xargs sed -i -e "s/import\ com\.google\.common\./import org.apache.hadoop.shaded.com.google.common./"
find . -name "*.java" | xargs sed -i -e "s/import\ static\ com\.google\.common\./import static org.apache.hadoop.shaded.com.google.common./"
git diff --ignore-space-change > 1.patch
<configuration> | |
<property> | |
<name>tez.am.am-rm.heartbeat.interval-ms.max</name> | |
<value>250</value> | |
</property> | |
<property> | |
<name>tez.am.container.idle.release-timeout-max.millis</name> | |
<value>20000</value> |
11.44% libz.so.1.2.8 [.] crc32 | |
4.33% [kernel] [k] isolate_freepages_block | |
2.04% [kernel] [k] copy_user_enhanced_fast_string | |
1.55% [kernel] [k] _raw_spin_unlock_irqrestore | |
1.27% libjvm.so [.] SpinPause | |
1.18% libc-2.19.so [.] __memcpy_sse2_unaligned | |
0.85% [kernel] [k] __reset_isolation_suitable | |
0.78% [kernel] [k] get_page_from_freelist | |
0.71% [kernel] [k] clear_page_c_e | |
0.61% [kernel] [k] compaction_alloc |
<?xml version="1.0"?> | |
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> | |
<!-- Put site-specific property overrides in this file. --> | |
<configuration> | |
<property> | |
<name>mapreduce.framework.name</name> | |
<value>yarn</value> |
<?xml version="1.0" encoding="UTF-8"?> | |
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> | |
<!-- | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software |