Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hadoop Cluster connection to Amazon EMR

Hi,
Has anyone managed to connect successfully to Amazon EMR (apache version 2.4.0) from local open studio for Big Data 5.6.0 install?
I understand you have to create a ssh tunnel config to enable communication to Amazon EMR.
This ssh connection is successfull as the localhost routed can display the name node as below screenshot:
 
0683p000009MCmV.png


The error occurs when the check services button is clicked.
See below:
0683p000009MCqD.png


The error logs are as below:
0683p000009MCyx.png
0683p000009MCz2.png                                                                            
 



Any help here much appreciated.

Thanks,
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello,
It seems like there is a problem to dispay the EMR error message. But I think I have the solution to your problem.
On amazon 2.4.0, the namenode URI has the port 9000, and the resource manager 9022.
Could you try with the following settings:
Namenode: hdfs://localhost:9000
Resource Manage: localhost:9022
if it does not work, could you try with the full URL (don't use the internal one, use the one starting with ec2-XXX):
Namenode: hdfs://ec2-xxx.amazonaws.com:9000
Resource Manage: ec2-xxx.amazonaws.com:9022