GitHub user lhaiesp opened a pull request: https://github.com/apache/samza/pull/452
SAMZA-1623: include avro as the file suffix for hdfs producer AvroDataFileHdfsWriter should include avro as the file suffix as some pig jobs couldn't read the avro files if they don't come with the proper suffix You can merge this pull request into a Git repository by running: $ git pull https://github.com/lhaiesp/samza master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/452.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #452 ---- commit 527b49cbd0553ffbcba2a5b7459ba77ccbd1d1c2 Author: Hai Lu <halu@...> Date: 2018-03-21T18:00:01Z SAMZA-1623: AvroDataFileHdfsWriter should include avro as the file suffix ---- ---