[ https://issues.apache.org/jira/browse/HIVE-18972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bharathkrishna Guruvayoor Murali updated HIVE-18972: ---------------------------------------------------- Attachment: HIVE-18972.1.patch > beeline command suggestion to kill job deprecated > ------------------------------------------------- > > Key: HIVE-18972 > URL: https://issues.apache.org/jira/browse/HIVE-18972 > Project: Hive > Issue Type: Bug > Reporter: Bharathkrishna Guruvayoor Murali > Assignee: Bharathkrishna Guruvayoor Murali > Priority: Minor > Attachments: HIVE-18972.1.patch > > > When I run a beeline command that uses YARN: > {code} > INFO : The url to track the job: > http://vd0514.halxg.cloudera.com:8088/proxy/application_1488996234407_0010/ > INFO : Starting Job = job_1488996234407_0010, Tracking URL = > http://vd0514.halxg.cloudera.com:8088/proxy/application_1488996234407_0010/ > INFO : Kill Command = > /opt/cloudera/parcels/CDH-5.11.0-1.cdh5.11.0.p0.9/lib/hadoop/bin/hadoop job > -kill job_1488996234407_0010 > {code} > If I then try to kill the job using that command: > {code} > [systest@vd0514 ~]$ > /opt/cloudera/parcels/CDH-5.11.0-1.cdh5.11.0.p0.9/lib/hadoop/bin/hadoop job > -kill job_1488996234407_0010 > DEPRECATED: Use of this script to execute mapred command is deprecated. > Instead use the mapred command for it. > {code} > -- This message was sent by Atlassian JIRA (v7.6.3#76005)