Member since
01-23-2018
10
Posts
0
Kudos Received
0
Solutions
02-05-2018
09:54 PM
I agree with other options, in the below link, lots of information has been extracted using curl into jason object, wondering how to know the usage of commands in pertain to API calls, the author also explained how to add a new process to the existing flow. All is well, but I do not get to see the commands used to extract. So thinking that there should be a away to see the command usage. I used some on my node, it worked like a charm but how do i know the current usage of switches ???? I do not want to use it just it is there https://community.hortonworks.com/articles/87217/change-nifi-flow-using-rest-api-part-1.html
... View more
02-05-2018
08:53 PM
I have a flow that is running for ever to pull data from external sources, and at the end of the flow, I would like to add a process to write a log file. only option that I have is stop the flow and add new one, or add thru script using API, I got the API doc but there is not much explanation about the usage and browsed community to get some info and found out that if we can use Chrome developer tools and understand how calls are made, I can simulate the same using script on my node. The part that is missing is how to trace out, I used developer tools to trace JS, some client based tools. How i can trace the API calls that nifi is making .
... View more
02-05-2018
08:16 PM
I would like to use chrome developer tools to monitor REST API calls that nifi makes. I went to the developer tools, and selected network option and can see all calls that my processgroup makes but not able to see the calls with API usage. The reason is that I would like to use REST API to modify the processgroup on the fly without affecting current flow running. Do I need to install any other plugins to track nifi REST api calls.
... View more
Labels:
- Labels:
-
Apache NiFi
01-24-2018
04:45 PM
Logged in as root (SSH) I am using this: hdfs dfs -mkdir test mkdir: `test': No such file or directory ( getting this error)
... View more
Labels:
- Labels:
-
HDFS
01-24-2018
11:44 AM
@Jay Kumar SenSharma all the instructions are for windows 10, do you think these would work for windows7 as I installed docker toolkit for older version of windows
... View more
01-24-2018
11:35 AM
@ Jay Kumar SenSharma Followed your instructions, able to run yum command, after that ran into issues, please look into screen pic could you please let me know what is missing or me hitting wrong keys. I really appreciate your help. screenhunter-01.png
... View more
01-23-2018
09:12 PM
I am trying to use this command to copy local file to virtualbox scp ~/users/ell/pdfprint.dat root@sandbox-hdp.hortonworks.com:/tmp I am getting root/users/ell/pdfprint.dat not exists, looks like it is going to using guest directory
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)