Andre F de Miranda
9f6fb617ba
NIFI-2685 - Configure surefire to use JAVA Headless mode
...
This closes #961
2016-10-20 16:46:54 -04:00
Matt Burgess
f5f132b1ab
NIFI-2828: Fixed issue with transitive Hadoop dependencies in Hive NAR
...
This closes #1146
2016-10-20 14:56:01 -04:00
Matt Gilman
af27e4070b
NIFI-2843: - Removing the View Configuration menu item from the context menu on Process Groups.
...
This closes #1087
Signed-off-by: jpercivall <joepercivall@yahoo.com>
2016-10-20 12:45:37 -04:00
Michal Klempa
99d3c39748
NIFI-1069 - improve init script exit codes so that results are LSB compliant
...
This closes : #1093
Signed-off-by: Andre F de Miranda <trixpan@users.noreply.github.com>
2016-10-20 23:12:23 +11:00
Andre F de Miranda
231f5143ab
Dummy commit to clean stalled gh PRs
...
This closes : #315 (superseded)
This closes : #1024 (superseded)
2016-10-20 23:02:33 +11:00
Joe Skora
ae503f5d45
Add jskora@apache.org to KEYS.
2016-10-20 00:59:16 -04:00
Oleg Zhurakousky
611cadd231
NIFI-2919 Improved GetFile processor to fail (and provide bulletins) if target directory is inaccessible.
...
This closes #1147 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
Fixed typos in error messages, renamed variables in test, and cleaned up unnecessary imports. (+1 squashed commit)
Squashed commits:
[e755cbd
] NIFI-2919 improved GetFile to fail if target directory is inaccessible
2016-10-19 16:33:33 -04:00
Scott Aslan
a8e1c775fd
[NIFI-1459] add css translate3d to properties table editors in order to move the element along the z-axis of the 3D space and allow the scrollbars to properly be poistioned. This closes #1070
2016-10-19 15:39:58 -04:00
Andre F de Miranda
3914141c45
NIFI-1710 - Resolve path name to nifi.sh script
...
This closes #1137 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2016-10-18 16:43:03 -07:00
Koji Kawamura
27dba60f27
NIFI-2905: Log error stream of ExecuteProcess cmd
...
ExecuteProcess ignores error stream when Redirect Error Stream is
false, this commit let it to be logged instead so that user can see it on
bulletin.
This closes #1143 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2016-10-18 15:56:27 -07:00
Scott Aslan
f287bc9119
[NIFI-2913] update z-index of codemirror resize handle to match the z-index of the codemirror vert. and horz. scrollbars
...
This closes #1145 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2016-10-18 15:24:18 -07:00
Oleg Zhurakousky
5afbc43364
NIFI-2500 This closes #1131 . made container queue configurable
2016-10-18 14:47:49 -04:00
Scott Aslan
9fb3039416
[NIFI-2898] Add Processor dialog processor descriptions now scrollable
...
This closes #1134 .
2016-10-17 23:07:39 +02:00
James Wing
b9a940bbd1
NIFI-2902 Fix for S3 Signer v4 Override
...
This closes #1140 .
2016-10-17 22:51:45 +02:00
Oleg Zhurakousky
c883f98cbf
NIFI-2906 removed unused memebr variables
...
This closes #1144 .
2016-10-17 22:32:23 +02:00
Matt Burgess
596b98865b
NIFI-2894: Fixed typo in PutSQL documentation
...
This closes #1129
2016-10-14 12:45:34 -04:00
Matt Burgess
d63e675a7d
NIFI-2901: Comment out hadoop.version overrides for vendor profiles
...
This closes #1139
2016-10-14 12:40:31 -04:00
Matt Burgess
b52b839895
NIFI-2897: Fixed SelectHiveQL for CSV output of complex types
...
This closes #1132
2016-10-14 12:35:38 -04:00
Michal Klempa
88d125137e
NIFI-2199 - allows nifi.sh restart through ssh
...
Closes : #1092
Signed-off-by: Andre F de Miranda <trixpan@users.noreply.github.com>
2016-10-15 00:48:04 +11:00
d810146
e969a5ffe3
NIFI-2873: Nifi throws UnknownHostException with HA NameNode
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
NIFI-2873: Changed test hive-site.xml to use local FS, fixed Checkstyle violations
This closes #1113
2016-10-14 09:23:19 -04:00
Edgardo
7107616420
NIFI-2872 Create PutCloudWatchMetric Processor
...
This closes #1125 .
Signed-off-by: James Wing <jvwing@gmail.com>
2016-10-13 19:53:53 -07:00
Stephane Maarek
33ba1a822e
NIFI-2899 Updated swagger-maven-plugin to 3.0.1
...
Incorporates the fix from https://github.com/kongchen/swagger-maven-plugin/issues/141
Ensures the new swagger.json is spec 2.0 compliant, see https://github.com/swagger-api/swagger-codegen/issues/3976
This closes #1135 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2016-10-13 17:21:11 -07:00
Pierre Villard
6e7793305d
NIFI-2731 MergeContent default max number of flow files and max number of bins should be smaller
2016-10-13 15:13:47 -04:00
Pierre Villard
26f46538b3
NIFI-766:
...
- Improved connection UI display when backpressure is enabled
- Updating the connection label to include backpressure indicators for object count and data size thresholds.
- Coloring the connection path and drop shadow once backpressure is engaged.
- Fixing bug with expiration icon tooltip.
- Including columns in the summary table for backpressure.
- Updating empty queue action to reload the connection status upon completion to ensure an updated count.
This closes #1080 .
2016-10-13 12:14:16 -04:00
Koji Kawamura
c470fae065
NIFI-2863: S2S to allow cluster URL more leniently. This closes #1122
...
- Consolidated the target cluster URL resolving logic into
SiteToSiteRestApiClient's as a common method
- Changed to more descriptive error message
- Added more unit test cases
2016-10-13 09:50:50 -04:00
Keren Tseytlin
6dc2f14198
NIFI-2799 AWS Assume Role Credentials With Proxy
...
This closes #1112 .
Signed-off-by: James Wing <jvwing@gmail.com>
2016-10-12 17:19:13 -07:00
Andrew Lim
979b4d8ab9
NIFI-2801 Edited Kafka processor documentation to explicitly state which Kafka versions supported by each processor
...
This closes #1119 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2016-10-12 10:35:45 -07:00
Peter Mitchell
893fed794c
Add Stateful annotation to scripting processors
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
NIFI-2682: Added text to Stateful description for AbstractScriptProcessor
2016-10-12 13:20:37 -04:00
Matt Gilman
a25b651da9
NIFI-2837: - Immediately hiding the template dialog after clicking the Upload button to prevent an accidental re-submission.
...
This closes #1086 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-10-12 09:18:58 -04:00
mans2singh
af27179322
Nifi-1540 - AWS Kinesis Streams put processor
...
This closes #239 .
Signed-off-by: James Wing <jvwing@gmail.com>
2016-10-11 20:21:29 -07:00
Joey Frazee
6d5f4777c5
Fixed HL7 segment index bug for order control codes, more testing
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
Added NOTICE entries for test data and fixed checkstyle violations
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #1123
2016-10-11 14:57:40 -04:00
Oleg Zhurakousky
ee14ae8af0
NIFI-2774 added configurable QoS options to ConsumeJMS
...
Signed-off-by: Mike Moser <mosermw@apache.org>
This closes #1036 .
2016-10-11 10:32:00 -04:00
Matt Gilman
4a4c87fa15
NIFI-2849:
...
- Showing process group name when possible.
- Providing a link to jump to the process group defined in the effective policy.
- Preventing editing an inherited policy.
- When overriding a policy, allowing the user to indicate if the policy should be empty or should copy the user/groups of the inherited policy.
This closes #1090 .
Signed-off-by: Andy LoPresto <alopresto@apache.org>
2016-10-11 00:06:09 -07:00
Koji Kawamura
540ef63efa
NIFI-2855: Site-to-Site with port forwarding.
...
- Added following properties:
- nifi.web.http.port.forwarding
- nifi.web.https.port.forwarding
This closes #1100 .
Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2016-10-07 15:00:37 +09:00
Mark Payne
09568d092b
NIFI-2836:
...
- Ensure that we wait until a request is completed before unlocking the lock for request replication
- Ensure that failures do not trigger request completion logic unless the failure is the last node to report its status
- This closes #1109
2016-10-06 16:41:05 -04:00
Matt Gilman
bb6c5d9d4e
NIFI-2777:
...
NIFI-2856:
- Only performing response merging when the node is the cluster cooridinator even if there is a single response.
- Fixing PropertyDescriptor merging to ensure the 'choosen' descriptor is included in map of all responses.
This closes #1095 .
2016-10-06 16:19:19 -04:00
Mark Payne
9304df4de0
NIFI-2865: Fixed bug in StreamDemarcator that is exposed when the final bit of data in a stream is smaller than the previous and the previous demarcation ended on a buffer length boundary
...
This closes #1110 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-10-06 15:51:37 -04:00
Mark Payne
b9cb6b1b47
NIFI-2865: Refactored PublishKafka and PublishKafka_0_10 to allow batching of FlowFiles within a single publish and to let messages timeout if not acknowledged
...
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-10-06 15:51:16 -04:00
Bryan Bende
a4ed622152
Revert "NIFI-2865: Refactored PublishKafka and PublishKafka_0_10 to allow batching of FlowFiles within a single publish and to let messages timeout if not acknowledged"
...
This reverts commit 92cca96d49
.
2016-10-06 15:19:00 -04:00
Andrew Lim
53f7a21663
NIFI-2691 Replaced references to kerberos/spegno principle with principal in nifi.properties and admin guide
...
This closes : #1105
Signed-off-by: Andre F de Miranda <trixpan@users.noreply.github.com>
2016-10-07 01:22:49 +11:00
Mark Payne
92cca96d49
NIFI-2865: Refactored PublishKafka and PublishKafka_0_10 to allow batching of FlowFiles within a single publish and to let messages timeout if not acknowledged
...
This closes #1097 .
Signed-off-by: Bryan Bende <bbende@apache.org>
2016-10-06 10:05:51 -04:00
Scott Aslan
8bd85e2085
[NIFI-1792] Clear the selected rule id when deleting the last rule in the list. Add scrollable styles when appropriate. Close popups when appropriate. This PR also adjusts the position of the table cell nfel and long text editors. This closes #1099 .
2016-10-06 09:51:05 -04:00
Matt Gilman
3c673972e0
NIFI-2816:
...
- Fixing compilation error resulting from the initial NIFI-2816 commit.
2016-10-06 09:29:59 -04:00
Pierre Villard
3c8545a902
NIFI-1912 - PutEmail fixed format when attachment
...
Correction as suggested by users in JIRA.
+ adding a unit test to check attachments.
This closes : #1081
Signed-off-by: Andre F de Miranda <trixpan@users.noreply.github.com>
2016-10-06 21:34:56 +11:00
Joe N
6f1af31ff2
NIFI-2852 base64 expression language functions
...
Signed-off-by: jpercivall <joepercivall@yahoo.com>
2016-10-05 17:33:07 -04:00
Scott Aslan
6ad633d174
[NIFI-2838] update width of rule name and save message. This closes #1089
2016-10-05 16:40:06 -04:00
mans2singh
da33e2859c
NIFI-2398 - GetIgnite processor
...
This closes #721 .
2016-10-05 22:31:01 +02:00
Scott Aslan
e46fea920a
[NIFI-1794] Update .dialog-content to wrap text. This closes #1094
2016-10-05 16:15:11 -04:00
Scott Aslan
c764f83506
[NIFI-1904] If open, close hamburger menu on window resize. This closes #1106
2016-10-05 14:23:13 -04:00
Andre F de Miranda
3b408f5601
NIFI-2816 - Clean typos across the code - Part 2. This closes #1085
2016-10-05 13:07:57 -04:00