Github user bizmate commented on a diff in the pull request:
https://github.com/apache/nutch/pull/111#discussion_r63303587
--- Diff: docker/hbase/Dockerfile ---
@@ -94,11 +94,13 @@ RUN mv /tmp/hadoop-etc/* /opt/hadoop/etc/hadoop
RUN mv /tmp/hbase-etc/* /opt/hbase/conf/
RUN mv /tmp/nutch-etc/* /opt/apache-nutch-2.x/conf/
-
+ENV JAVA_HOME /usr
--- End diff --
I think JAVA_HOME should be
JAVA_HOME=/usr/lib/jvm/java-7-oracle/
see below
docker exec -it nutch bash -c 'su hduser'
hduser@7f3e7e0c298e:/root$ env | grep JAVA
JAVA_HOME=/usr/lib/jvm/java-7-oracle/
The above was done on purpose on line
https://github.com/apache/nutch/blob/2.x/docker/hbase/Dockerfile#L84
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---