Add thrift_base64_transport which writes base64 encoded data
authorDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:12:31 +0000 (01:12 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 11 Jun 2008 01:12:31 +0000 (01:12 +0000)
commit844540669eca6b2c65e2d916d261a02602026d92
tree5adefc43dff35dcc5a912d8e9b0efc260f620257
parent65cf720b19f2dc2fc6a9cd18ee274a34f87c96b5
Add thrift_base64_transport which writes base64 encoded data

Summary:
  This is to make it easy to run Hadoop mapreduces using Hadoop Streaming on thrift-serialized structs
  without implementing any special file splitter or anything

Test plan: test_disklog:t_base64()

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666466 13f79535-47bb-0310-9956-ffa450edef68
lib/alterl/src/thrift_base64_transport.erl [new file with mode: 0644]
lib/alterl/src/thrift_buffered_transport.erl
test/erl/src/test_disklog.erl