I'm trying to split a stream of data into multiple different files based on the content date.
So imagine that you are receiving streams of logs and you want to save as a Hive partitioned table so for example all records with date 2016-01-01 into directory dt=2016-01-01. Is this even possible? Thanks
