MiNiFi: ListFile processor showing directory is invalid because directory does not existNiFi StandardFlowFileRecord is not known in this sessionApache Nifi processor that acts like a barrier to synchronize multiple flow filesWhat is the best practice for nifi production deploymentRight Keytab for Nifi ProcessorHow to design templates for clustered nifiNifi: how to use fileFileter for fetching files from hadoop?NiFi moveHDFS processor appears to do nothingHow to have load balancer for nifi handlehttprequest processorApache NiFi Distribute Map Cache problems in a clusterMiNiFi - NiFi unable to communicate with host:port connection timed out
How to measure the statistical "distance" between two frequency distributions?
GFI outlets tripped after power outage
Could this estimate of the size and mass of the Chicxulub Impactor be accurate?
How can electricity be positive when electrons are negative?
Do 643,000 Americans go bankrupt every year due to medical bills?
Old sci fi book, addictive soft drinks
Is it a missed optimization, when a compile-time known reference takes space in a struct?
French equivalent of "my cup of tea"
Can taking my 1-week-old on a 6-7 hours journey in the car lead to medical complications?
Draw the ☣ (Biohazard Symbol)
Can my imp familiar still talk when shapeshifted (to a raven, if that matters)?
Why did Boris Johnson call for new elections?
Why there is no wireless switch?
If I sell my PS4 game disc and buy a digital version, can I still access my saved game?
Friend is very nit picky about side comments I don't intend to be taken too seriously
I won a car in a poker game. How is that taxed in Canada?
What quests do you need to stop at before you make an enemy of a faction for each faction?
extract specific cheracters from each line
Notation: grace note played on the beat with a chord
Was Rosie the Riveter sourced from a Michelangelo painting?
How do I make my fill-in-the-blank exercise more obvious?
Looking for a big fantasy novel about scholarly monks that sort of worship math?
How should Thaumaturgy's "three times as loud as normal" be interpreted?
How does the UK House of Commons think they can prolong the deadline of Brexit?
MiNiFi: ListFile processor showing directory is invalid because directory does not exist
NiFi StandardFlowFileRecord is not known in this sessionApache Nifi processor that acts like a barrier to synchronize multiple flow filesWhat is the best practice for nifi production deploymentRight Keytab for Nifi ProcessorHow to design templates for clustered nifiNifi: how to use fileFileter for fetching files from hadoop?NiFi moveHDFS processor appears to do nothingHow to have load balancer for nifi handlehttprequest processorApache NiFi Distribute Map Cache problems in a clusterMiNiFi - NiFi unable to communicate with host:port connection timed out
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
i am using NiFi and MiNiFi.
versions:
- NiFi - 1.5
- MiNiFi - 0.4
environment:
- NiFi - 3 node hortonworks linux cluster.
- MiNiFi - windows 7.
i am creating the flow ListFile -> FetchFile -> RemoteProcessGroup in NiFi.
ListFile Processor:
- Input Directory - C:minifi to FT
Here i have mentioned MiNiFi(windows) directory in ListFile processor. after creating it shows processor invalid because directory does not exist. As this is doing validation against the linux system, it is throwing error.
i am converting the flowfile into config file and placed in MiNiFi(windows) system.
i assumed that the error would resolve after placing in the windows system.
is my understanding correct? is not, is there any other solutions?
thanks.
apache-nifi
add a comment |
i am using NiFi and MiNiFi.
versions:
- NiFi - 1.5
- MiNiFi - 0.4
environment:
- NiFi - 3 node hortonworks linux cluster.
- MiNiFi - windows 7.
i am creating the flow ListFile -> FetchFile -> RemoteProcessGroup in NiFi.
ListFile Processor:
- Input Directory - C:minifi to FT
Here i have mentioned MiNiFi(windows) directory in ListFile processor. after creating it shows processor invalid because directory does not exist. As this is doing validation against the linux system, it is throwing error.
i am converting the flowfile into config file and placed in MiNiFi(windows) system.
i assumed that the error would resolve after placing in the windows system.
is my understanding correct? is not, is there any other solutions?
thanks.
apache-nifi
Do you want to send FlowFiles generated from NiFi to MiNiFi?
– Sivaprasanna Sethuraman
Mar 28 at 6:04
i want to send files from the windows location (C:minifi to FT) to NiFi cluster.
– natarajan k
Mar 28 at 8:36
Are you saying that the error did not resolve once you placed the yaml on MiNiFi? Also can you try using either double backslashes like C:\ or a forward slash like C:/ and see what happens
– Bryan Bende
Mar 28 at 13:58
though the processor is showing invalid symbol while creating in NiFi linux. it is able to fetch the data after placing in the MiNiFi windows server. btw thanks.
– natarajan k
Apr 2 at 0:54
add a comment |
i am using NiFi and MiNiFi.
versions:
- NiFi - 1.5
- MiNiFi - 0.4
environment:
- NiFi - 3 node hortonworks linux cluster.
- MiNiFi - windows 7.
i am creating the flow ListFile -> FetchFile -> RemoteProcessGroup in NiFi.
ListFile Processor:
- Input Directory - C:minifi to FT
Here i have mentioned MiNiFi(windows) directory in ListFile processor. after creating it shows processor invalid because directory does not exist. As this is doing validation against the linux system, it is throwing error.
i am converting the flowfile into config file and placed in MiNiFi(windows) system.
i assumed that the error would resolve after placing in the windows system.
is my understanding correct? is not, is there any other solutions?
thanks.
apache-nifi
i am using NiFi and MiNiFi.
versions:
- NiFi - 1.5
- MiNiFi - 0.4
environment:
- NiFi - 3 node hortonworks linux cluster.
- MiNiFi - windows 7.
i am creating the flow ListFile -> FetchFile -> RemoteProcessGroup in NiFi.
ListFile Processor:
- Input Directory - C:minifi to FT
Here i have mentioned MiNiFi(windows) directory in ListFile processor. after creating it shows processor invalid because directory does not exist. As this is doing validation against the linux system, it is throwing error.
i am converting the flowfile into config file and placed in MiNiFi(windows) system.
i assumed that the error would resolve after placing in the windows system.
is my understanding correct? is not, is there any other solutions?
thanks.
apache-nifi
apache-nifi
asked Mar 28 at 5:12
natarajan knatarajan k
1034 silver badges13 bronze badges
1034 silver badges13 bronze badges
Do you want to send FlowFiles generated from NiFi to MiNiFi?
– Sivaprasanna Sethuraman
Mar 28 at 6:04
i want to send files from the windows location (C:minifi to FT) to NiFi cluster.
– natarajan k
Mar 28 at 8:36
Are you saying that the error did not resolve once you placed the yaml on MiNiFi? Also can you try using either double backslashes like C:\ or a forward slash like C:/ and see what happens
– Bryan Bende
Mar 28 at 13:58
though the processor is showing invalid symbol while creating in NiFi linux. it is able to fetch the data after placing in the MiNiFi windows server. btw thanks.
– natarajan k
Apr 2 at 0:54
add a comment |
Do you want to send FlowFiles generated from NiFi to MiNiFi?
– Sivaprasanna Sethuraman
Mar 28 at 6:04
i want to send files from the windows location (C:minifi to FT) to NiFi cluster.
– natarajan k
Mar 28 at 8:36
Are you saying that the error did not resolve once you placed the yaml on MiNiFi? Also can you try using either double backslashes like C:\ or a forward slash like C:/ and see what happens
– Bryan Bende
Mar 28 at 13:58
though the processor is showing invalid symbol while creating in NiFi linux. it is able to fetch the data after placing in the MiNiFi windows server. btw thanks.
– natarajan k
Apr 2 at 0:54
Do you want to send FlowFiles generated from NiFi to MiNiFi?
– Sivaprasanna Sethuraman
Mar 28 at 6:04
Do you want to send FlowFiles generated from NiFi to MiNiFi?
– Sivaprasanna Sethuraman
Mar 28 at 6:04
i want to send files from the windows location (C:minifi to FT) to NiFi cluster.
– natarajan k
Mar 28 at 8:36
i want to send files from the windows location (C:minifi to FT) to NiFi cluster.
– natarajan k
Mar 28 at 8:36
Are you saying that the error did not resolve once you placed the yaml on MiNiFi? Also can you try using either double backslashes like C:\ or a forward slash like C:/ and see what happens
– Bryan Bende
Mar 28 at 13:58
Are you saying that the error did not resolve once you placed the yaml on MiNiFi? Also can you try using either double backslashes like C:\ or a forward slash like C:/ and see what happens
– Bryan Bende
Mar 28 at 13:58
though the processor is showing invalid symbol while creating in NiFi linux. it is able to fetch the data after placing in the MiNiFi windows server. btw thanks.
– natarajan k
Apr 2 at 0:54
though the processor is showing invalid symbol while creating in NiFi linux. it is able to fetch the data after placing in the MiNiFi windows server. btw thanks.
– natarajan k
Apr 2 at 0:54
add a comment |
1 Answer
1
active
oldest
votes
As mentioned in the comments, this question was already resolved by the asker as follows:
though the processor is showing invalid symbol while creating in NiFi
linux. it is able to fetch the data after placing in the MiNiFi
windows server.
Conceptually it makes sense that Nifi warns you about a directory not existing if you develop code in an environment with different directories (or in this case even a different OS) then where you deploy. Fortunately this does not hinder the deployment.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55390589%2fminifi-listfile-processor-showing-directory-is-invalid-because-directory-does-n%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
As mentioned in the comments, this question was already resolved by the asker as follows:
though the processor is showing invalid symbol while creating in NiFi
linux. it is able to fetch the data after placing in the MiNiFi
windows server.
Conceptually it makes sense that Nifi warns you about a directory not existing if you develop code in an environment with different directories (or in this case even a different OS) then where you deploy. Fortunately this does not hinder the deployment.
add a comment |
As mentioned in the comments, this question was already resolved by the asker as follows:
though the processor is showing invalid symbol while creating in NiFi
linux. it is able to fetch the data after placing in the MiNiFi
windows server.
Conceptually it makes sense that Nifi warns you about a directory not existing if you develop code in an environment with different directories (or in this case even a different OS) then where you deploy. Fortunately this does not hinder the deployment.
add a comment |
As mentioned in the comments, this question was already resolved by the asker as follows:
though the processor is showing invalid symbol while creating in NiFi
linux. it is able to fetch the data after placing in the MiNiFi
windows server.
Conceptually it makes sense that Nifi warns you about a directory not existing if you develop code in an environment with different directories (or in this case even a different OS) then where you deploy. Fortunately this does not hinder the deployment.
As mentioned in the comments, this question was already resolved by the asker as follows:
though the processor is showing invalid symbol while creating in NiFi
linux. it is able to fetch the data after placing in the MiNiFi
windows server.
Conceptually it makes sense that Nifi warns you about a directory not existing if you develop code in an environment with different directories (or in this case even a different OS) then where you deploy. Fortunately this does not hinder the deployment.
answered Jul 15 at 9:54
Dennis JaheruddinDennis Jaheruddin
17k5 gold badges46 silver badges83 bronze badges
17k5 gold badges46 silver badges83 bronze badges
add a comment |
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55390589%2fminifi-listfile-processor-showing-directory-is-invalid-because-directory-does-n%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you want to send FlowFiles generated from NiFi to MiNiFi?
– Sivaprasanna Sethuraman
Mar 28 at 6:04
i want to send files from the windows location (C:minifi to FT) to NiFi cluster.
– natarajan k
Mar 28 at 8:36
Are you saying that the error did not resolve once you placed the yaml on MiNiFi? Also can you try using either double backslashes like C:\ or a forward slash like C:/ and see what happens
– Bryan Bende
Mar 28 at 13:58
though the processor is showing invalid symbol while creating in NiFi linux. it is able to fetch the data after placing in the MiNiFi windows server. btw thanks.
– natarajan k
Apr 2 at 0:54