Hi, I am pretty new to Hadoop.
I am trying to load my log file into HCatalog. Following is the format of my log file.
Time: 2014-10-28 06:32:34Z
UserID: arun
GroupID: admin
Page: welcome.aspx
.
.
.
Message: Login successful
Time: 2014-10-28 06:32:34Z
UserID: arun
GroupID: admin
Page: main.aspx
.
.
.
Message: menu load
Do i need to write a SerDe to parse this or can this me achieved via regex.