java - Installing cassandra without openjdk dependency -


I'm trying to install cassandra from datastax. I have installed Oracle jdk7. The first brick wall hit me:

  Install yum jna   

It attacks openjdk dependency.

  java-1.7.0-openjdk java-1.7.0-openjdk-headless   

Again, when I install cassandra:

  yum install dsc20   

I found the issue of dependency:

  java-1.7.0-openjdk java-1.7.0-openjdk - headless javapackages-tools   

How do I install datasheets cache without installing openjdk?

I've spent a lot of time trying to understand the issue and very similar And at the end of one day it seems that there are 2 options that make sense:

  1. (recommended) just install as OpenJDK dependency And then pointing to the appropriate JAVA_HOME Oracle's Java.
  2. Download and modify / modify existing RPMs with varying dependencies in your manifest. Then deploy it somewhere (own yum repo?) And install it as a regular yum package.

    Since option 1 is just a redundant package (that you JAVA_HOME ), it's okay for me.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -