1. 09 12月, 2019 1 次提交
  2. 25 6月, 2019 1 次提交
  3. 16 2月, 2019 1 次提交
  4. 16 12月, 2018 1 次提交
    • D
      Broke Pulsar-IO::HDFS into 3.x and 2.x versions (#2966) · 2ccf7ff2
      David Kjerrumgaard 提交于
      ### Motivation
      
      A user was attempting to use the existing HDFS connector to connect to a 2.x version of HDFS, but the current connector only supported 3.x version of HDFS. 
      
      ### Modifications
      
      To address this issue, we renamed the current HDFS connector to HDFS3, and created a new 2.x compatible connector named HDFS2. 
      
      The code in both of these are nearly identical with 2 notable exceptions. First and foremost, they both use different versions of the Hadoop-client library. And secondly, the HDFS2 version creates the FSDataOutputStream object directly, whereas the HDFS3 version leverages the FSDataOutputStreamBuilder class for this purpose, as it is the preferred method going forward.
      
      ### Result
      
      There will be be support for connecting to both 2.x and 3.x version of HDFS. However, there MAY BE some library conflicts in the released jar due to the different versions of the same library in the different modules. Hopefully the NAR packaging will address this.
      2ccf7ff2
  5. 11 10月, 2018 1 次提交
  6. 21 9月, 2018 1 次提交
  7. 11 9月, 2018 1 次提交
    • D
      Elastic connector (#2546) · 928c3e1a
      David Kjerrumgaard 提交于
      ### Motivation
      
      Added a sink connector that writes JSON documents into ElasticSearch
      
      ### Modifications
      
      Added new pulsar-io module and associated integration tests
      
      ### Result
      
      An ElasticSearch sink connector will be available for use.
      928c3e1a
  8. 07 9月, 2018 1 次提交
    • D
      Added HDFS Sink (#2409) · 261eab12
      David Kjerrumgaard 提交于
      * Added HDFS Sink
      
      * Fixed issues identified during PR review
      
      * Fixed comment
      
      * Added HDFS Container to externalServices
      
      * Ignoring HdfsSink test for now
      
      * Removed HDFS Container to externalServices
      
      * Fixed ASL licensing
      
      * Fixed compile errors
      
      * Added HDFS to SinkType Enum
      261eab12
  9. 02 7月, 2018 1 次提交
  10. 26 6月, 2018 1 次提交
  11. 22 6月, 2018 1 次提交
    • S
      Remove pulsar-common dependency from pulsar-io-core module and cleanup... · 7c3a3242
      Sijie Guo 提交于
      Remove pulsar-common dependency from pulsar-io-core module and cleanup pulsar-common dependency references (#2020)
      
      *Motivation*
      
      With pulsar-common shading in pulsar-client, conflicts observed when using pulsar-client with connectors. Because pulsar-client shades its dependencies,
      while pulsar-io implementations pull in pulsar-common which depends on non-shaded dependencies.
      
      *Changes*
      
      - Move KeyValue class to pulsar-io-core, since all pulsar-io is using it.
      - Remove pulsar-common from all pulsar-io implementation modules
      - Cleanup all direct usage of pulsar-common when pulsar-client-original is in the place.
      7c3a3242
  12. 09 5月, 2018 1 次提交
    • L
      Pulsar IO rename (#1747) · 17f74150
      Luc Perkins 提交于
      * begin renaming process
      
      * more class and directory renames
      
      * move Record classes into pulsar-io
      
      * apply rename to Maven configs
      
      * rename java imports
      
      * update versions in maven configs
      
      * add missing imports
      
      * remove Message class from pulsar-io
      
      * add missing import
      
      * add Reflections util import
      
      * add Utils import
      
      * add missing Record import
      
      * supply missing Record imports
      17f74150
  13. 03 5月, 2018 1 次提交
  14. 13 4月, 2018 1 次提交
  15. 11 4月, 2018 2 次提交
  16. 10 4月, 2018 1 次提交
    • S
      Pulsar Connect (#1520) · 027b424f
      Sanjeev Kulkarni 提交于
      * Added Pulsar Connect interfaces that define connectors that push data into pulsar and take data from pulsar
      
      * Added Twitter connector
      
      * Added hbc core version mapping
      
      * Addressed comments
      
      * Fixed build
      
      * Fixed license header
      027b424f
  17. 04 3月, 2018 6 次提交
  18. 14 2月, 2018 1 次提交
  19. 29 11月, 2017 1 次提交
  20. 25 10月, 2017 1 次提交
  21. 06 10月, 2017 1 次提交
  22. 02 8月, 2017 1 次提交
  23. 30 6月, 2017 1 次提交
  24. 25 6月, 2017 1 次提交
  25. 24 6月, 2017 1 次提交
  26. 23 6月, 2017 1 次提交
  27. 18 6月, 2017 1 次提交
  28. 17 6月, 2017 1 次提交
  29. 31 3月, 2017 2 次提交
  30. 09 2月, 2017 1 次提交
  31. 03 2月, 2017 2 次提交
  32. 19 10月, 2016 1 次提交