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:
parent
3dd83adb51
commit
a9346982bf
|
@ -63,6 +63,7 @@ import org.junit.BeforeClass;
|
||||||
import org.junit.ClassRule;
|
import org.junit.ClassRule;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.experimental.categories.Category;
|
import org.junit.experimental.categories.Category;
|
||||||
import org.junit.rules.TestName;
|
import org.junit.rules.TestName;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -78,6 +79,7 @@ import org.apache.hbase.thirdparty.io.netty.channel.socket.nio.NioSocketChannel;
|
||||||
|
|
||||||
@RunWith(Parameterized.class)
|
@RunWith(Parameterized.class)
|
||||||
@Category({ MiscTests.class, LargeTests.class })
|
@Category({ MiscTests.class, LargeTests.class })
|
||||||
|
@Ignore
|
||||||
public class TestSaslFanOutOneBlockAsyncDFSOutput {
|
public class TestSaslFanOutOneBlockAsyncDFSOutput {
|
||||||
|
|
||||||
@ClassRule
|
@ClassRule
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -1321,8 +1321,8 @@
|
||||||
<maven.min.version>3.0.4</maven.min.version>
|
<maven.min.version>3.0.4</maven.min.version>
|
||||||
<java.min.version>${compileSource}</java.min.version>
|
<java.min.version>${compileSource}</java.min.version>
|
||||||
<!-- Dependencies -->
|
<!-- Dependencies -->
|
||||||
<hadoop-two.version>2.7.7</hadoop-two.version>
|
<hadoop-two.version>2.7.4</hadoop-two.version>
|
||||||
<hadoop-three.version>3.0.3</hadoop-three.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.
|
<!-- 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
|
They ought to match the values found in our default hadoop profile, which is
|
||||||
currently "hadoop-2.0". See HBASE-15925 for more info. -->
|
currently "hadoop-2.0". See HBASE-15925 for more info. -->
|
||||||
|
|
Loading…
Reference in New Issue