Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

How to disable JDK installation when using Cloudera Director

New Contributor

Hi,

 

I am using Cloudera Director for deploying CDH in AWS. But it installed JDK 1.7 by default. Is there a switch to disable that in Cloudera Director configuration files?

 

- Sameer

1 ACCEPTED SOLUTION

Expert Contributor

There is, actually! In the cloudera-manager section, you can set javaInstallationStrategy to NONE:

 

...
cloudera-manager {

    javaInstallationStrategy: NONE
    ...
}

Keep in mind that you'll need to install Java yourself, either by including it with your AMI of choice or using a bootstrap script. If you use a bootstrap script, you may be interested in this instance bootstrap script sample, which will install Java 8 on your Cloudera Manager/cluster.

View solution in original post

2 REPLIES 2

Expert Contributor

There is, actually! In the cloudera-manager section, you can set javaInstallationStrategy to NONE:

 

...
cloudera-manager {

    javaInstallationStrategy: NONE
    ...
}

Keep in mind that you'll need to install Java yourself, either by including it with your AMI of choice or using a bootstrap script. If you use a bootstrap script, you may be interested in this instance bootstrap script sample, which will install Java 8 on your Cloudera Manager/cluster.

New Contributor

Thank you Mike! I have a custom AMI with JDK pre-installed.

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.