What format is this date? [17/6/2015 5:50:22 5 -120]
Context: Getting date from a third party data source as below. I am using Pig script to transform this string to date. Script: a= LOAD ‘/user/hit_data.tsv’ using PigStorage(‘t’); b= FOREACH a …
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
Context: Getting date from a third party data source as below. I am using Pig script to transform this string to date. Script: a= LOAD ‘/user/hit_data.tsv’ using PigStorage(‘t’); b= FOREACH a …