EsharEditor / ambari-hue-service

Ambari stack service for easily installing and managing Hue on HDP cluster
Apache License 2.0
107 stars 68 forks source link

Have not integrated sqoop yet? #18

Open youfans opened 7 years ago

youfans commented 7 years ago

Have not integrated sqoop yet?

EsharEditor commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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

OneCricketeer commented 7 years ago

@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