Hi Sparkers, I am trying to load data in spark with the following command
*sqlContext.sql("LOAD DATA LOCAL INPATH '/home/spark12/sandeep/sandeep.txt
' INTO TABLE src");*
*Getting exception below*
*Server IPC version 9 cannot communicate with client version 4*
NOte : i am using Hadoop 2.2 version and spark 1.2 and hive 0.13
