Repository: nifi-site Updated Branches: refs/heads/master 5def9711e -> 8909f9fcf
MINIFI-462 pushing out latest version docs for MiNiFi. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/8909f9fc Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/8909f9fc Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/8909f9fc Branch: refs/heads/master Commit: 8909f9fcf5430d1c48618d62ffd445bd06e9219b Parents: 5def971 Author: Aldrin Piri <[email protected]> Authored: Mon Jul 23 12:22:26 2018 -0400 Committer: Aldrin Piri <[email protected]> Committed: Mon Jul 23 12:22:26 2018 -0400 ---------------------------------------------------------------------- .../minifi/minifi-java-agent-quick-start.md | 42 ++++++++------------ src/pages/markdown/minifi/system-admin-guide.md | 23 ++++++++--- 2 files changed, 34 insertions(+), 31 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/8909f9fc/src/pages/markdown/minifi/minifi-java-agent-quick-start.md ---------------------------------------------------------------------- diff --git a/src/pages/markdown/minifi/minifi-java-agent-quick-start.md b/src/pages/markdown/minifi/minifi-java-agent-quick-start.md index c1d1fab..4e28da8 100644 --- a/src/pages/markdown/minifi/minifi-java-agent-quick-start.md +++ b/src/pages/markdown/minifi/minifi-java-agent-quick-start.md @@ -1,20 +1,18 @@ ---- -title: Apache NiFi MiNiFi Java Agent Quick Start Guide ---- - <!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. --> # MiNiFi Java Agent Quick Start Guide @@ -87,18 +85,10 @@ For Windows users, navigate to the folder where MiNiFi was installed. Navigate t This launches MiNiFi and leaves it running in the foreground. To shut down NiFi, select the window that was launched and hold the Ctrl key while pressing C. -#Working with dataflows +# Working with dataflows When you are working with a MiNiFi dataflow, you should design it, add any additional configuration your environment or use case requires, and then deploy your dataflow. MiNiFi is not designed to accommodate substantial mid-dataflow configuration. -##Setting up Your Dataflow -Before you begin, you should be aware that the following NiFi components are not supported in MiNiFi dataflows: -* Controller services -* Funnels -* Multiple source relationships for a single connection -* Process groups - -Additionally, each processor requires a distinct name. - +## Setting up Your Dataflow You can use the MiNiFi Toolkit, located in your MiNiFi installation directory, and any NiFi instance to set up the dataflow you want MiNiFi to run: 1. Launch NiFi http://git-wip-us.apache.org/repos/asf/nifi-site/blob/8909f9fc/src/pages/markdown/minifi/system-admin-guide.md ---------------------------------------------------------------------- diff --git a/src/pages/markdown/minifi/system-admin-guide.md b/src/pages/markdown/minifi/system-admin-guide.md index c3f2fcb..b4e2f99 100644 --- a/src/pages/markdown/minifi/system-admin-guide.md +++ b/src/pages/markdown/minifi/system-admin-guide.md @@ -1,14 +1,27 @@ ---- -title: Apache NiFi MiNiFi System Administrator's Guide ---- +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> # MiNiFi System Administrator's Guide -[Apache NiFi Team](mailto:[email protected]) +[Apache NiFi Team]([email protected]>) [MiNiFi Homepage](https://nifi.apache.org/minifi/index.html) -This documentation is for MiNiFi 0.4.0. +This documentation is for MiNiFi 0.6.0. # Automatic Warm-Redeploy
