[
https://issues.apache.org/jira/browse/NIFI-4731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16350100#comment-16350100
]
ASF GitHub Bot commented on NIFI-4731:
--------------------------------------
Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/2420
It's whack-a-mole. To see many/all of them at once do this from the source
root:
`mvn clean install -Pcontrib-check :nifi-gcp-processors`
(I didn't look closely. I'm assuming `nifi-gcp-processors` was the maven
module that was failing. It needs to be the failing maven module's maven name +
`:` at the start to tell Maven to only build that one module w/ the full
contrib-check profile)
Then you just keep changing until you make stylecheck happy.
> BigQuery processors
> -------------------
>
> Key: NIFI-4731
> URL: https://issues.apache.org/jira/browse/NIFI-4731
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Mikhail Sosonkin
> Priority: Major
>
> NIFI should have processors for putting data into BigQuery (Streaming and
> Batch).
> Initial working processors can be found this repository:
> https://github.com/nologic/nifi/tree/NIFI-4731/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/bigquery
> I'd like to get them into Nifi proper.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)