[jira] [Created] (NIFI-5875) PriorityAttributePrioritizer documentation is not clear.

2018-12-06 Thread Wil Selwood (JIRA)
Wil Selwood created NIFI-5875:
-

 Summary: PriorityAttributePrioritizer documentation is not clear.
 Key: NIFI-5875
 URL: https://issues.apache.org/jira/browse/NIFI-5875
 Project: Apache NiFi
  Issue Type: Improvement
  Components: Documentation & Website
Reporter: Wil Selwood


The documentation for the PriorityAttributePrioritizer is not particularly 
clear. The First part says highest goes first but then the example at the end 
says that 1 would go before 9. This could be clearer. 

I've just had to go look up the code to figure out what it was doing. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (NIFI-5875) PriorityAttributePrioritizer documentation is not clear.

2018-12-06 Thread Wil Selwood (JIRA)


[ 
https://issues.apache.org/jira/browse/NIFI-5875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16711239#comment-16711239
 ] 

Wil Selwood commented on NIFI-5875:
---

PR will follow shortly

> PriorityAttributePrioritizer documentation is not clear.
> 
>
> Key: NIFI-5875
> URL: https://issues.apache.org/jira/browse/NIFI-5875
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Documentation & Website
>Reporter: Wil Selwood
>Priority: Major
>
> The documentation for the PriorityAttributePrioritizer is not particularly 
> clear. The First part says highest goes first but then the example at the end 
> says that 1 would go before 9. This could be clearer. 
> I've just had to go look up the code to figure out what it was doing. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (NIFI-4178) Validation error tool tip too big on ConvertJSONToAvro processor

2017-07-12 Thread Wil Selwood (JIRA)
Wil Selwood created NIFI-4178:
-

 Summary: Validation error tool tip too big on ConvertJSONToAvro 
processor
 Key: NIFI-4178
 URL: https://issues.apache.org/jira/browse/NIFI-4178
 Project: Apache NiFi
  Issue Type: Bug
Affects Versions: 1.3.0
Reporter: Wil Selwood
 Attachments: toobigerror_nifi_cutdown.png

We are trying to process the twitter stream and have a avro schema to convert 
their large json objects. Unfortunately we have an error in the schema 
somewhere.

The schema is a little over 300 lines. The validation fails and the little 
warning triangle appears on the processor as expected. However the pop-up text 
is so big that I can't actually see an error due to it printing out the schema 
first. See attached screen shot.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (NIFI-4178) Validation error tool tip too big on ConvertJSONToAvro processor

2017-07-12 Thread Wil Selwood (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-4178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16084040#comment-16084040
 ] 

Wil Selwood commented on NIFI-4178:
---

Note for any one who finds this later I have been able to extract the message 
by looking in chromes dev tools. 

Mouse over the element to make the popup appear. 
Press F12 to open the dev tools. 
Find the CanvasToolTips div under the canvas container.
Under processor tooltips hopefully there will only be one entry.
Inside that should be the full text of the tool tip.

Unfortunately in my case it's two copies of the schema separated by some text 
that says "' is invalid because Failed to parse schema:"

Good luck.

> Validation error tool tip too big on ConvertJSONToAvro processor
> 
>
> Key: NIFI-4178
> URL: https://issues.apache.org/jira/browse/NIFI-4178
> Project: Apache NiFi
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Wil Selwood
> Attachments: toobigerror_nifi_cutdown.png
>
>
> We are trying to process the twitter stream and have a avro schema to convert 
> their large json objects. Unfortunately we have an error in the schema 
> somewhere.
> The schema is a little over 300 lines. The validation fails and the little 
> warning triangle appears on the processor as expected. However the pop-up 
> text is so big that I can't actually see an error due to it printing out the 
> schema first. See attached screen shot.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (NIFI-4268) FetchFile does not have Fetch tag

2017-08-07 Thread Wil Selwood (JIRA)
Wil Selwood created NIFI-4268:
-

 Summary: FetchFile does not have Fetch tag 
 Key: NIFI-4268
 URL: https://issues.apache.org/jira/browse/NIFI-4268
 Project: Apache NiFi
  Issue Type: Bug
Reporter: Wil Selwood


Just spent a few minutes trying to find the fetch file processor having clicked 
on the fetch entry in the source groups on the left.

Turns out the fetch file processor does not have the fetch tag.

PR will follow shortly.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)