Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
publishing fixes from branch-3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrand committed Mar 21, 2021
1 parent 2be8350 commit 302e949
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@
import org.apache.hadoop.util.Progressable;
import org.apache.hadoop.yarn.security.AMRMTokenIdentifier;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;

import static org.junit.Assert.*;

@Ignore
public class TestPipeApplication {
private static File workSpace = new File("target",
TestPipeApplication.class.getName() + "-workSpace");
Expand Down
9 changes: 2 additions & 7 deletions hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1931,11 +1931,6 @@
<fork>true</fork>
<source>${javac.version}</source>
<target>${javac.version}</target>
<compilerArguments>
<Xlint/>
<Xlint:-unchecked/>
<Xmaxwarns>9999</Xmaxwarns>
</compilerArguments>
</configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -2040,7 +2035,7 @@
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>${hbase-server-artifactid}</artifactId>
<artifactId>hadoop-yarn-server-timelineservice-hbase-server-1</artifactId>
<version>${hadoop.version}</version>
</dependency>
</dependencies>
Expand All @@ -2067,7 +2062,7 @@
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>${hbase-server-artifactid}</artifactId>
<artifactId>hadoop-yarn-server-timelineservice-hbase-server-2</artifactId>
<version>${hadoop.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 302e949

Please sign in to comment.