[
https://issues.apache.org/jira/browse/NIFI-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16452126#comment-16452126
]
ASF GitHub Bot commented on NIFI-5071:
--------------------------------------
Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/2635
@Bright-Liu looks like you grabbed a bunch of others' commits. Try this to
correct it:
1. git checkout master
2. git pull <apache-name-here> master
3. git checkout YOUR_BRANCH
4. git rebase master
5. git push origin --force YOUR_BRANCH
That should clear it up and focus it all on your commits again.
> Create a Processor to write the contents of a FlowFile to OpenTSDB
> ------------------------------------------------------------------
>
> Key: NIFI-5071
> URL: https://issues.apache.org/jira/browse/NIFI-5071
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Affects Versions: 1.6.0
> Environment: OpenTSDB
> Reporter: bright.liu
> Priority: Major
> Labels: PutOpenTSDB
> Original Estimate: 336h
> Remaining Estimate: 336h
>
> The FlowFile of the OpenTSDB processor contails the data point Information;
> The OpenTSDB processor can write data point to OpenTSDB, using the specified
> parameters such as OpenTSDB HTTP URL、port and so on.
> Some information about the OpenTSDB HTTP API
> :http://opentsdb.net/docs/build/html/api_http/index.html
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)