Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have not integrated sqoop yet? #18

Open
youfans opened this issue Apr 13, 2017 · 4 comments
Open

Have not integrated sqoop yet? #18

youfans opened this issue Apr 13, 2017 · 4 comments

Comments

@youfans
Copy link

youfans commented Apr 13, 2017

Have not integrated sqoop yet?

@EsharEditor
Copy link
Owner

Yes, the version of sqoop in Ambari is different from the version in Hue.(Ambari-sqoop:1.x, HUE-sqoop:2.x). So I have not integrated sqoop.

@schwxd
Copy link

schwxd commented May 10, 2017

May I wonder if I have sqoop2.x installed manually in HDP2.5, how to integrate sqoop in ambari-hue? I removed the 'sqoop' from app_blacklists in "package/scripts/params.py", but it doesn't work. Thanks.

@EsharEditor
Copy link
Owner

Hi schwxd:
I suggest you modify the configuration for hue in Ambari.
【hue】-【Configs】-【Advanced】-【Advanced pseudo-distributed.ini】-【[sqoop]】

@OneCricketeer
Copy link

@schwxd

You'll need to have something like this in your config

[sqoop]
  server_url=http://SQOOP_HOST:12000/sqoop
  ## sqoop_conf_dir=/etc/sqoop2/conf

And can first check that http://SQOOP_HOST:12000/sqoop/version is accessible to be sure the server is running.

I would also recommend you see the Sqoop 5 Minute Demo as well as issue HUE-5128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants