Skip to content

Cascading 3 support

Compare
Choose a tag to compare
@rubanm rubanm released this 08 Feb 18:49
· 23 commits to master since this release
  • Adds Cascading 3 support #463
  • Restores API compatibility for ThriftBinaryProtocol/ThriftBinaryDeserializer #461

Upgrade notes:

  1. The following have been moved from elephant-bird-cascading2 to elephant-bird-cascading-protobuf module:
    ProtobufComparator, ProtobufDeserializer, ProtobufReflectionUtil, ProtobufSerialization, ProtobufSerializer
    Namespace change:
    com.twitter.elephantbird.cascading2.io.protobuf => com.twitter.elephantbird.cascading.protobuf
  2. cascading-hadoop is now marked as provided, so if you depend on elephant-bird-cascading2, you should explicitly add it to your build deps.