Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Deployment application limitations with Analytical Applications

avatar

Hi All,

I hope you are doing well.

I would like from you the support in explain these limitations.

Limitations with Analytical Applications

This topic lists all the limitations associated with the Applications feature.

  • Port availability
    Cloudera AI exposes only 2 ports per workload. Therefore, you can run a maximum of 2 web applications simultaneously, on these ports:
    • CDSW_APP_PORT
    • CDSW_READONLY_PORT

    By default, third-party browser-based editors run on CDSW_APP_PORT. Therefore, for projects that are already using browser-based editors, you are left with only one other port to run applications on: CDSW_READONLY_PORT.

 

How can I integrate these ports to my web application?

Best wishes,

Salim 

1 REPLY 1

avatar
Expert Contributor

Hello, I am not sure I understand what you are trying to do.

Those ports are already established when a Cloudera AI session starts up, you can see this by starting a session, then in the code editor, type:

!env | grep -i port

You can then use these in your code, like in the example here:
https://docs.cloudera.com/machine-learning/1.5.4/projects/topics/ml-projects-embedded-web-applicatio...