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!

webportal link with cloudera

avatar
Explorer

Hello,

I have a question regarding connecting a webportal which will act a data source. I need to know how can i do connect it to my cluster in cloudera.

Regards,

Mubashar

3 REPLIES 3

avatar
Expert Contributor

Can you please clarify whether you want to connect the back end database of the web portal?

Or you want to consume a Web API ?

 

If the answer to the first question is yes then Sqoop is the tool you're looking for. In the other case, you can consume the data in real-time with Nifi and Kafka.

 

Thanks,

Megh

avatar
Explorer

Bascially i am working on a project related to data exchange between two users. The users will have a account in the webpotal and will upload the files on that webportal that will be stored HDFS file system. I want to know which tool is better for this use case.

avatar
Expert Contributor

@MAB,

 

If these are internal users then you can give them access to HUE (comes bundled with CDH and CDP) and they can do file exchange and much more.

 

If these are external users and you indeed want to create a separate portal for the data exchange, you can check the WebHDFS REST API.

 

Thanks,

Megh