Giter Club home page Giter Club logo

Comments (12)

tagomoris avatar tagomoris commented on May 23, 2024 1

This plugin doesn't support standard formatter plugins... It'll be supported when this plugin supports Fluentd v0.14 plugin API (and formatter_single_value included in Fluentd v0.14).

from fluent-plugin-webhdfs.

tagomoris avatar tagomoris commented on May 23, 2024 1

I've just released 0.6.0rc1 version, which fully supports Fluentd v0.14 including <format> section like below:

<match mytag>
  @type webhdfs
  host my.namenode.hostname.local
  path /my/path/on/hdfs
  <format>
    @type single_value
    message_key my_whole_data_in_a_field
  </format>
</match>

It can be installed via command gem install fluent-plugin-webhdfs --prerelease.
@jiaqianjing Can you try this version? I want to release this version as a stable one after someone confirms that it works fine (and update README).

from fluent-plugin-webhdfs.

jiaqianjing avatar jiaqianjing commented on May 23, 2024

thx,guy

from fluent-plugin-webhdfs.

jiaqianjing avatar jiaqianjing commented on May 23, 2024

Hi, @tagomoris ,I need your help
Now,I have upgraded to the fluentd-v0.14 version... But how to achieve my needs

from fluent-plugin-webhdfs.

tagomoris avatar tagomoris commented on May 23, 2024

@jiaqianjing it's needed to release a new version which uses v0.14 APIs... code exists here #44, so I'll do it right after I finished some more work about Fluentd v0.14 core.

from fluent-plugin-webhdfs.

jiaqianjing avatar jiaqianjing commented on May 23, 2024

@tagomoris thx a lot . I got it. But I mean can I merge it ( local ) and install in my fluentd(v 0.14.11) ?
However ,I have no idea about suorce code #44 installed . Just the following operations:

1. git clone fluent-plugin-webhdfs(V0.52)
2. git fetch origin pull/44/head:migrate-to-v0.14-api
3. mv SOURCE_CODE_DIR /opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/

hdfs.conf

<source>
...
</source>
<match>
  ...
 output_data_type single_value
  ...
</match>

from fluent-plugin-webhdfs.

jiaqianjing avatar jiaqianjing commented on May 23, 2024

@tagomoris now I have installed #44 by RubyGems

gem uninstall fluent-plugin-webhdfs
gem build fluent-plugin-webhdfs.gemspec
gem install fluent-plugin-webhdfs-0.5.1.gem --local

But something has been wrong! It didn't work correctly...
And how can I write a configuration file,which one param, format single_value (info: not use) or output_data_type single_value( seems like wrong +_+)

from fluent-plugin-webhdfs.

tagomoris avatar tagomoris commented on May 23, 2024

I re-checked #44 and confirmed that it doesn't enable APIs about formatting (and some others expected in v0.14).
So I'll work about it and release new version for Fluentd v0.14 at early next week. Please wait a little.

from fluent-plugin-webhdfs.

jiaqianjing avatar jiaqianjing commented on May 23, 2024

3q , happy new year !!!

from fluent-plugin-webhdfs.

jiaqianjing avatar jiaqianjing commented on May 23, 2024

66666666666666666 @tagomoris I mean good job Dutch.
And it works gracefully . Thanks a lot

from fluent-plugin-webhdfs.

tagomoris avatar tagomoris commented on May 23, 2024

Thank you to check it! I'll release the new version soon.

from fluent-plugin-webhdfs.

tagomoris avatar tagomoris commented on May 23, 2024

I've just released v1.0.0 for Fluentd v0.14.

from fluent-plugin-webhdfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.