Hi, I have a scene, there are a lot of tables need to use the sqoop import mysql, so I need to write the sqoop in the shell script, to cycle through all the tables. It still appears the same error??
------------------ ???????? ------------------ ??????: "satish saley";<[email protected]>; ????????: 2016??9??6??(??????) ????7:21 ??????: "user"<[email protected]>; ????: Re: oozie execute shell(content hive or sqoop command) Hi, For hive scripts, use hive-action. It would easy to follow the pipeline for others and to debug since oozie will show the hive job url directly in the UI. https://oozie.apache.org/docs/4.2.0/DG_HiveActionExtension.html https://oozie.apache.org/docs/4.2.0/DG_Hive2ActionExtension.html On Tue, Sep 6, 2016 at 3:21 AM, wangwei <[email protected]> wrote: > Hi: > my shell content: hive.sh > #!/bin/bash > hive -e "select count(*) from test;" > my workflow content:workflow.xml > > The following error occurred?? > > How to solve?,Please > > > >
