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

This commit is contained in:
zhangduo 2018-07-25 09:06:53 +08:00
parent e963694259
commit 336fd14e26
2 changed files with 2 additions and 4 deletions

View File

@ -63,7 +63,6 @@ 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;
@ -79,7 +78,6 @@ 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

@ -1445,8 +1445,8 @@
<maven.min.version>3.0.4</maven.min.version>
<java.min.version>${compileSource}</java.min.version>
<!-- Dependencies -->
<hadoop-two.version>2.7.4</hadoop-two.version>
<hadoop-three.version>3.0.0</hadoop-three.version>
<hadoop-two.version>2.7.7</hadoop-two.version>
<hadoop-three.version>3.0.3</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. -->