I have a 3 nodes cluster and I am getting following error while running some HIVE query
FAILED: Error in metadata: MetaException(message:Unable to create
database path file:/user/hive/warehouse/db_dut.db, failed to create
database db_dut) FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask
My hive-site.xml contains following property
<property
hi Guys ,
i have installed New Bt5R3 and i am unable to understand this line when i type " apt-get upgrade"
" Setting up yardradius (1.1.2-4) ...
yardradius not configured
invoke-rc.d: initscript yardradius, action "start" failed.
dpkg: error processing yardradius (--configure):
subprocess installed post-installation script returned error exit status 1
Errors wer
i have a script which takes input from user, if user gives either Y/y then it should continue, else it should quit by displaying user cancelled.
Code:
#!/bin/sh
echo " Enter your choice to continue y/Y OR n/N to quit "
read A
if [ "$A" = "y" || "$A" = "Y" ]
then
echo " user requested to continue "
##some commands
e
hi
i am new to shell scripting.
i was going thru the part option and arguments.
Hi guys...was trying to use while loop and a sentry to prompt user input again if an invalid option was entered...but somehow I got a "while" unmatched error...The code is as below:
Code:
#!/system/bin/sh
finsh=0
while [ $finish -ne 0 ]
do
echo "Please select an option: "
echo "1. One" echo "2. Two"
echo "3. Three"
echo "4.
Since my last update im not able to load any ssl webpage from my system.If i try with curl or wget, i get various SSL errors like"OpenSSL: error:0407006A:rsa routines: RSA_padding_check_PKCS1_type_1:block type is not 01""OpenSSL: error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check failed""OpenSSL: error:1408D07B:SSL routines:SSL3_GET_KEY_EXCHANGE:bad signature
I was running a music app to listen to music on my F16 box, and got an error that it ran out of memory, so I rebooted it (via "restart"), and it booted back up fine, however the two drive mappings I have in /etc/fstab that mount to a Windows box would not mount.
Am trying to burn an audio disk but K3B is failing with an error that "cdrecord has no permission to open the device"
If I try running the same but as root, K3B returns "Unable to find growisofs executable" and a warning about running it as root.
I also tried converting the mp3 files to wav in order to write the disk from terminal but when I run it fails with
Code:
sh-4
Having issues with a new install of Fedora 11 on one of my server. I am getting this error when trying to install a new VM.
Quote:
Starting install...
ERROR internal error unable to start guest: qemu: could not open serial device 'pty': Permission denied
Domain installation may not have been