hadoop - How to store Avro format in HDFS using PIG? -
hadoop - How to store Avro format in HDFS using PIG? -
after processing input data, i've java object. i've created avro schema storing object in avro file. i'm stuck @ writing object using schema hdfs. can walk me through process of writing object using pig script & corresponding udf?
i suppose using udf if utilize java.
so have homecoming result of udf pig tuple.
then relation info ready store.
finally can utilize store command using avrostorage.
hadoop apache-pig avro
Comments
Post a Comment