Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Some Problems About Cloudera Manager Java API

avatar
Explorer

Hi everyone,who can help me to solve the following questions

1. How do I deploy and run Cloudera Manager Java API Client open source code ,which  from this URL:https://github.com/cloudera/cm_api , in Windows with MyEclipse ?

2. I want to modify Cloudera Manager's web interface to meet the user requirements, but is it feasible? If feasible,what I should do?

3. Where can I get Cloudera Manager open source code?

Thanks.

1 ACCEPTED SOLUTION

avatar
Cloudera Employee

1. Import the https://github.com/cloudera/cm_api/tree/master/java code into your workspace and covert it to a maven project and it should build.

 

2 -3. CDH is open source but Cloudera Manager is not.  If you have a specific request, please file a Jira  at https://issues.cloudera.org/browse/CM.

View solution in original post

3 REPLIES 3

avatar
Cloudera Employee

1. Import the https://github.com/cloudera/cm_api/tree/master/java code into your workspace and covert it to a maven project and it should build.

 

2 -3. CDH is open source but Cloudera Manager is not.  If you have a specific request, please file a Jira  at https://issues.cloudera.org/browse/CM.

avatar
Explorer

Thanks.

avatar
Explorer

Hi ,Thanks for your reply.Now I have a problem: Before importing java code into my MyEclipse or Eclipse workspace,  I should be creating a Java project or Maven project? Thanks