I have a txt file say elec.txt in my HDFS (Hadoop Distributed File System)
With the help of hadoop mapreduce and hive query I need to update the txt file
Is it possible to do so?
Is it possible to write a mapreduce program in hadoop to implement a HIVE Query?