Merge Operation Fails -gpload utility greenplum

守給你的承諾、 提交于 2019-12-12 03:44:57

问题


We would like try to describe my problem below: We have small gpdb cluster. In that,we are trying for Data integration using Talend tool.

We are trying to load the incremental from a table to another table, quite simple... I thought...

Job Data Flow is

         tgreenplumconnection
                  | 
tmssqlinput--->thdfsoutput-->tmap-->tgreenplumgpload--tgreenplumcommit

Getting error

Exception in thread "Thread-1" java.lang.RuntimeException: Cannot run program "gpload": CreateProcess error=2, The system cannot find the file specified
    at bigdata.sormaster_stg0_copy_0_1.SorMaster_stg0_Copy$2.run(SorMaster_stg0_Copy.java:6425)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
    at java.lang.ProcessImpl.create(Native Method)
    at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
    at java.lang.ProcessImpl.start(ProcessImpl.java:137)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
    at java.lang.Runtime.exec(Runtime.java:620)
    at java.lang.Runtime.exec(Runtime.java:528)
    at bigdata.sormaster_stg0_copy_0_1.SorMaster_stg0_Copy$2.run(SorMaster_stg0_Copy.java:6413)

来源:https://stackoverflow.com/questions/39978870/merge-operation-fails-gpload-utility-greenplum

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!