You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
执行 sh /dss/dss_linkis/linkis/bin/linkis-cli-hive -code "show databases" 出错
错误信息:
=====Java Start Command=====
exec /usr/local/java/jdk1.8.0_141/bin/java -server -Xms32m -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/dss/dss_linkis/linkis/logs/linkis-cli -XX:ErrorFile=/dss/dss_linkis/linkis/logs/linkis-cli/ps_err_pid%p.log -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=80 -XX:+DisableExplicitGC -classpath /dss/dss_linkis/linkis/conf/linkis-cli:/dss/dss_linkis/linkis/lib/linkis-computation-governance/linkis-client/linkis-cli/*:/dss/dss_linkis/linkis/lib/linkis-commons/public-module/*:.:/usr/local/java/jdk1.8.0_141/lib/dt.jar:/usr/local/java/jdk1.8.0_141/lib -Dconf.root=/dss/dss_linkis/linkis/conf/linkis-cli -Dconf.file=linkis-cli.properties -Dlog.path=/dss/dss_linkis/linkis/logs/linkis-cli -Dlog.file=linkis-client.root.log.20220729151606603372955 org.apache.linkis.cli.application.LinkisClientApplication '-engineType hive-2.3.3 -codeType hql -code show databases'
[INFO] LogFile path: /dss/dss_linkis/linkis/logs/linkis-cli/linkis-client.root.log.20220729151606603372955
[INFO] User does not provide usr-configuration file. Will use default config
[INFO] user does not specify submit-user, will use current Linux user "root" by default.
[INFO] user does not specify proxy-user, will use current submit-user "root" by default.
[INFO] connecting to linkis gateway:http://dssnode1:9001
JobId:56
TaskId:56
ExecId:exec_id018013linkis-cg-entrancedssnode1:9104LINKISCLI_root_hive_3
[INFO] Job is successfully submitted!
2022-07-29 15:16:09.016 INFO Program is substituting variables for you
2022-07-29 15:16:09.016 INFO Variables substitution ended successfully
2022-07-29 15:16:10.016 WARN The code you submit will not be limited by the limit
Job with jobId : LINKISCLI_root_hive_3 and execID : LINKISCLI_root_hive_3 submitted
2022-07-29 15:16:10.016 INFO You have submitted a new job, script code (after variable substitution) is
************************************SCRIPT CODE************************************
show databases
************************************SCRIPT CODE************************************
2022-07-29 15:16:10.016 INFO Your job is accepted, jobID is LINKISCLI_root_hive_3 and jobReqId is 56 in ServiceInstance(linkis-cg-entrance, dssnode1:9104). Please wait it to be scheduled
job is scheduled.
2022-07-29 15:16:10.016 INFO Your job is Scheduled. Please wait it to run.
Your job is being scheduled by orchestrator.
2022-07-29 15:16:10.016 INFO job is running.
2022-07-29 15:16:10.016 INFO Your job is Running now. Please wait it to complete.
2022-07-29 15:16:10.016 INFO Job with jobGroupId : 56 and subJobId : 54 was submitted to Orchestrator.
2022-07-29 15:16:10.016 INFO Background is starting a new engine for you,execId astJob_3_codeExec_3 mark id is mark_3, it may take several seconds, please wait
2022-07-29 15:16:10.016 ERROR Job with execId-LINKISCLI_root_hive_3 + subJobId : 54 execute failed,21304, Task is Failed,errorMsg: errCode: 12003 ,desc: dssnode1:9101_3 Failed to async get EngineNode AMErrorException: errCode: 30001 ,desc: Failed to createEngine ask em ServiceInstance(linkis-cg-engineconnmanager, dssnode1:9102) ,ip: dssnode1 ,port: 9101 ,serviceKind: linkis-cg-linkismanager ,ip: dssnode1 ,port: 9104 ,serviceKind: linkis-cg-entrance
2022-07-29 15:16:10.016 INFO job is completed.
2022-07-29 15:16:10.016 INFO Task creation time(任务创建时间): 2022-07-29 15:16:09, Task scheduling time(任务调度时间): 2022-07-29 15:16:10, Task start time(任务开始时间): 2022-07-29 15:16:10, Mission end time(任务结束时间): 2022-07-29 15:16:10
2022-07-29 15:16:10.016 INFO Your mission(您的任务) 56 The total time spent is(总耗时时间为): 1.0 秒
2022-07-29 15:16:10.016 INFO Sorry. Your job completed with a status Failed. You can view logs for the reason.
[INFO] Job status is not success but 'FAILED'. Will not try to retrieve any Result
[INFO] Job failed! Will not try get execute result.
============Result:================
TaskId:56
ExecId: exec_id018013linkis-cg-entrancedssnode1:9104LINKISCLI_root_hive_3
User:root
Current job status:FAILED
extraMsg:
errDesc: 21304, Task is Failed,errorMsg: errCode: 12003 ,desc: dssnode1:9101_3 Failed to async get EngineNode AMErrorException: errCode: 30001 ,desc: Failed to createEngine ask em ServiceInstance(linkis-cg-engineconnmanager, dssnode1:9102) ,ip: dssnode1 ,port: 910
[INFO] JobStatus is not 'success'. Will not retrieve result-set.
############Execute Error!!!########
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
执行
sh /dss/dss_linkis/linkis/bin/linkis-cli-hive -code "show databases"
出错错误信息:
linkis-client.root.log
Beta Was this translation helpful? Give feedback.
All reactions