cloudera / hue

Open source SQL Query Assistant service for Databases/Warehouses
https://cloudera.com
Apache License 2.0
1.17k stars 366 forks source link

workflow sqoop about job xml propertites #376

Closed polingsky closed 8 years ago

polingsky commented 8 years ago

Hi

I want to use sqoop to import data from database to hbase using workflow But when I set credentials to hbase, it has a tips 'Requires hbase-site.xml in job path' In propertites tab, I can not find a JOB XML column for me to include hbase-site.xml?

image

I try to include hbase-site.xml in files, but it doesn't work.

If I use pig to insert data to hbase. In pig propertites, there is a JOB XML for me to include hbase-site.xml. so my pig job will succeed.

image

why sqoop workflow is no JOB XML?

thanks.

sai-krish commented 8 years ago

What version of Hue is this ? I see it in Hue 3.9

On Wed, May 18, 2016 at 3:16 AM, polingsky notifications@github.com wrote:

Hi

I want to use sqoop to import data from database to hbase using workflow But when I set credentials to hbase, it has a tips 'Requires hbase-site.xml in job path' In propertites tab, I can not find a JOB XML column for me to include hbase-site.xml?

[image: image] https://cloud.githubusercontent.com/assets/7900367/15355249/2afe7484-1d24-11e6-9a1e-ead58d496322.png

I try to include hbase-site.xml in files, but it doesn't work.

If I use pig to insert data to hbase. In pig propertites, there is a JOB XML for me to include hbase-site.xml. so my pig job will succeed.

[image: image] https://cloud.githubusercontent.com/assets/7900367/15355302/71327fb8-1d24-11e6-8a48-2d4770355ee4.png

why sqoop workflow is no JOB XML?

thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/cloudera/hue/issues/376

polingsky commented 8 years ago

yes, 3.9

sai-krish commented 8 years ago

Like I said above, I see it in Hue 3.9.

sqoop-job-xml

Are you seeing any Javascript errors ?

polingsky commented 8 years ago

!!!!!!!!!!!! like the image. sqoop

only this error.

sai-krish commented 8 years ago

@polingsky any progress? Did you try re-deploying the static files by running "./build/env/bin/hue collectstatic"

polingsky commented 8 years ago

Run "./build/env/bin/hue collectstatic" command, it still no JOB XML propertites strange....

but If no other suggestions, it's ok, I find I can use global settings to set the propertites.

Thanks.