Revert "HBASE-20538 Upgrade our hadoop-two.version to 2.7.7 and 3.0.3"

This reverts commit 3dd83adb51.
This commit is contained in:
zhangduo 2018-07-29 20:20:20 +08:00
parent 3dd83adb51
commit a9346982bf
2 changed files with 4 additions and 2 deletions

View File

@ -63,6 +63,7 @@ import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Rule;
import org.junit.Test;
import org.junit.Ignore;
import org.junit.experimental.categories.Category;
import org.junit.rules.TestName;
import org.junit.runner.RunWith;
@ -78,6 +79,7 @@ import org.apache.hbase.thirdparty.io.netty.channel.socket.nio.NioSocketChannel;
@RunWith(Parameterized.class)
@Category({ MiscTests.class, LargeTests.class })
@Ignore
public class TestSaslFanOutOneBlockAsyncDFSOutput {
@ClassRule

View File

@ -1321,8 +1321,8 @@
<maven.min.version>3.0.4</maven.min.version>
<java.min.version>${compileSource}</java.min.version>
<!-- Dependencies -->
<hadoop-two.version>2.7.7</hadoop-two.version>
<hadoop-three.version>3.0.3</hadoop-three.version>
<hadoop-two.version>2.7.4</hadoop-two.version>
<hadoop-three.version>3.0.0</hadoop-three.version>
<!-- These must be defined here for downstream build tools that don't look at profiles.
They ought to match the values found in our default hadoop profile, which is
currently "hadoop-2.0". See HBASE-15925 for more info. -->