-
Notifications
You must be signed in to change notification settings - Fork 75
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
Update Dependencies #309
base: master
Are you sure you want to change the base?
Update Dependencies #309
Conversation
refactor: update Java 8 and Zookeeper installation
Can one of the admins verify this patch? |
yes |
echo "Setting up environment..." | ||
export JAVA_HOME=/usr/lib/jvm/java-8-oracle | ||
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
java-7 ? Should this be 8 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this sort of works because tomcat7 depends on java-7, so it gets auto installed. The jdk-8 install fails as it is not in the PPA for Ubuntu 14.04.
sudo -E apt-get -qq install -y oracle-java8-installer || exit $? | ||
sudo ln --force -s /usr/lib/jvm/java-8-oracle/ /usr/lib/jvm/default-java | ||
|
||
sudo -E apt-get install openjdk-8-jre |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jdk v8 is not officially supported on the version of ubuntu used by this image:
https://askubuntu.com/questions/464755/how-to-install-openjdk-8-on-14-04-lts/944260#944260
Looking for input on this. I think we should use a newer Ubuntu LTS version. I am trying "bento/ubuntu-18.04"
I'd really like this one to get in the release. I am having issues with
it. Perhaps the world has changed too much since the PR was submitted.
The issue is:
JRE/JDK v8 is not officially supported on the version of ubuntu used by
this image specified in the Vagrantfile patched in the PR. See this
summary answer:
https://askubuntu.com/questions/464755/how-to-install-openjdk-8-on-14-04-lts/944260#944260
I think we should use a newer Ubuntu LTS version. I am trying
"bento/ubuntu-18.04"
Looking for input on this.
david.
… You can view, comment on, or merge this pull request online at:
#309
File Changes
- *M* extras/vagrantExample/src/main/vagrant/Vagrantfile
<https://github.com/apache/incubator-rya/pull/309/files#diff-0> (60)
|
I am definitely going to check that as soon as possible when I have time |
refactor: update Java 8 and Zookeeper installation
Description
Tests
N/A
Links
N/A
Checklist
People To Reivew
[Add those who should review this]