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!

[SOLVED] Using an External Source in Cloudbreak

avatar
New Member

Hi All,

Trying to add an Azure Database for Postgres (v10). I am able to access it using psql from my host however when trying to add it to Hortonworks as an External Source gives the following issue:

107141-1552492174828.png


Kind Regards,

Nathaniel Vala

1 ACCEPTED SOLUTION

avatar
4 REPLIES 4

avatar
New Member

Hi Nathaniel,

This issue discovered and fixed in Cloudbreak 2.7.2. You can update to this version easily, here are the steps:

1. Navigate to your deployment directory

2. Run the following commands:

 export CBD_VERSION=2.7.2
 curl -Ls public-repo-1.hortonworks.com/HDP/cloudbreak/cloudbreak-deployer_${CBD_VERSION}_$(uname)_x86_64.tgz | tar -xz -C /bin cbd
  • $(uname) will be replaced automatically with Linux or Darwin according to the OS you are running it

> If you would like to download via browser, replace2.7.2 and $(uname) in the URL and then paste the URL in the browser and extract into the /bin directory

3.Verify the version

  cbd version 

4.Next, restart Cloudbreak by using:

  cbd restart 

Let me know if you need any help!


Br,

Gergely

avatar
New Member

Hi @Gergely Topolyai, Thanks for the recommendation, I upgraded to 2.9.0 however was still not able to connect. However this time I got a more verbose message, looks like it is an Azure routing / compatibility issue.

107263-screen-shot-2019-03-19-at-100254-am.png

avatar

@Nathaniel Vala This might be of help.

avatar
New Member

Thanks! This solved the issue. Once I had removed the SQL service endpoint from the VNet that hosted my cloudbreak VM everything worked fine 🙂

107357-1553584467311.png