I am trying to execute the below shell scripts using PLINK on MachineB from
MachineA(Windows Machine)

*#!/bin/bash*
*HIVE_OPTS="$HIVE_OPTS -hiveconf mapred.job.queue.name=hdmi-technology"*
*export HIVE_OPTS*
*hive -S -e 'SELECT count(*) from testingtable1' > attachment22.txt*
*
*

*Below is the way I am doing currently using plink*

C:\PLINK>plink uname@MachineB -m count.sh
Using keyboard-interactive authentication.
Password:
Using keyboard-interactive authentication.
Your Kerberos password will expire in 73 days.

*And this is the below error I am getting? And I have no idea what does
that means.. Can anyone help me out here?*
*
*
/apache/hive/bin/hive: line 107: [: too many arguments

Reply via email to