HBASE-20538 Upgrade our hadoop versions to 2.7.7 and 3.0.3

This commit is contained in:
zhangduo 2018-07-25 09:06:53 +08:00
parent e8cd3c4b95
commit df256223d6
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.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;
@ -79,7 +78,6 @@ 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

View File

@ -1445,8 +1445,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.4</hadoop-two.version> <hadoop-two.version>2.7.7</hadoop-two.version>
<hadoop-three.version>3.0.0</hadoop-three.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. <!-- 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. -->