Table creation for logfile data

2013-11-23 Thread Baahu
Hi, I have a messy log file which I want to use to create a table, I am only interested to retrieve 3 columns (time,ADD,files),which are in bold. Sample entry from log file *: 13-11-23 06:23:45 [ADD] [file1.zip|file2.zip] * junkjunk|2013-11-23 06:23:44:592 EST|file3.zip xyz|2013-11-23

SET PROPERTY FOR UDF

2013-11-23 Thread Swagatika Tripathy
Hi, I want to customize the hive-site.xml to add some extra properties to be used for a UDF. The UDF is a part of the view to be created. So , i tried setting the path through hivecli as below: set hive.property.path=/Users/path of hive-testing.xml; but it does not seem to take the path and