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
01-23-2018
11:48 PM
@laki cheli I prefer the following approach more using "sshfs" [root@sandbox tmp]# yum install fuse sshfs -y
[root@sandbox tmp]# modprobe fuse
[root@sandbox tmp]# ssh-copy-id -i ~/.ssh/id_rsa.pub jsensharma@Your_Local_Machine_IP
[root@sandbox tmp]# sshfs -o IdentityFile=~/.ssh/id_rsa jsensharma@Your_Local_Machine_IP:/Users/jsensharma/Shared_Folder_1 /Sandbox_Dir/Shared
[root@sandbox tmp]# fusermount -u /Jay/Shared
[root@sandbox tmp]# sshfs -o IdentityFile=~/.ssh/id_rsa jsensharma@Your_Local_Machine_IP:/Users/jsensharma/Shared_Folder_1 /Sandbox_Dir/Shared . Another approach is described in the following article: https://community.hortonworks.com/articles/44601/mount-virtualbox-shared-folder.html . Other HCC reference: https://community.hortonworks.com/questions/129957/shared-folder-between-host-and-guest-os-sandbox-hd.html .
... View more
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