Skip to content

compile on Red Hat Enterprise Linux #171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hadoop-client-modules/hadoop-client-check-invariants/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-runtime</artifactId>
</dependency>
</dependency> -->
</dependencies>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions hadoop-client-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<!-- Should be used at test scope for those that need access to mini cluster that works with above api and runtime -->
<module>hadoop-client-minicluster</module>
<!-- Checks invariants above -->
<module>hadoop-client-check-invariants</module>
<module>hadoop-client-check-test-invariants</module>
<!-- <module>hadoop-client-check-invariants</module>
<module>hadoop-client-check-test-invariants</module> -->
<!-- Attempt to use the created libraries -->
<module>hadoop-client-integration-tests</module>
</modules>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-hdfs-project/hadoop-hdfs-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>org.apache.hadoop</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.6.2</version>
</dependency>
Expand Down
5 changes: 5 additions & 0 deletions hadoop-hdfs-project/hadoop-hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
</properties>

<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion start-build-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN ln -s /home/${USER_NAME}/voltadb/voltdb-ent-8.4.2/bin/sqlcmd /usr/local/bin/
RUN rm -rf /home/${USER_NAME}/voltadb/voltdb-ent-8.4.2.tar.gz

ENV CLASSPATH $CLASSPATH:/home/${USER_NAME}/java/postgresql-42.2.5.jar:/home/${USER_NAME}/voltadb/voltdb-ent-8.4.2/voltdb/voltdb-8.4.2.jar:/home/${USER_NAME}/voltadb/voltdb-ent-8.4.2/voltdb/voltdbclient-8.4.2.jar
ENV PATH $PATH:/opt/cmake/bin:/opt/protobuf/bin
ENV PATH $PATH:/opt/cmake/bin:/opt/protobuf/bin:/bin
ENV JAVA_HOME /usr/lib/jvm/java-1.8.0-openjdk-amd64
ENV HADOOP_HOME /home/${USER_NAME}/hadoop/hadoop-dist/target/hadoop-3.3.0-SNAPSHOT/
ENV HADOOP_HDFS_HOME /home/${USER_NAME}/hadoop/hadoop-dist/target/hadoop-3.3.0-SNAPSHOT/
Expand Down