Member since
05-02-2016
154
Posts
54
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4167 | 07-24-2018 06:34 PM | |
5778 | 09-28-2017 01:53 PM | |
1431 | 02-22-2017 05:18 PM | |
14182 | 01-13-2017 10:07 PM | |
3946 | 12-15-2016 06:00 AM |
11-28-2016
07:01 PM
Do you mean you change the port in bootstrap.conf file?... to run nifi webui on 9090 instead of 8080 you should change in nifi.properties. change nifi web ui port to 9090/
... View more
11-23-2016
05:18 PM
Looks like gethttp does not support nt authentication from looking at the code. if you open a jira we can get it added and have a patch available.
... View more
11-23-2016
04:34 PM
alternatively you can try entering username like so "hortonworks.com\karthik"
... View more
11-23-2016
04:30 PM
did you add like so to nifi bootstrap jvm.args.x(+1 the last arg)=-Dhttp.auth.ntlm.domain=hortonworks.com (replace with your domain)/
... View more
11-23-2016
04:17 PM
try adding this to the wifi bootstrap.. http.auth.ntlm.domain = your domain .. or you can add username@domain as the user.
... View more
11-18-2016
10:16 PM
i am not sure wha the answer to that is. But , since nifi tracks provenance and lineage, it keeps a copy of the unencrypted file as it is the content of the original flow file , then when encrypted a new filefile is created with the encrypted content. When you decrypt, it reverts back to the original flow file and content. Basically encryption is something we did on a original file and needs to be tracked. May be some one from NiFi team can give a better answer
... View more
11-18-2016
09:47 PM
2 Kudos
Yes it would be unencrypted on disc after the getSFTP. would os level encryption be an option? Then it will always be encrypted throughout.
... View more
11-18-2016
06:17 PM
so you would have to create a class that extends TrustedChannelResolver and overrides the isTrusted() method. then set it in hdfs properties dfs.trustedchannel.resolver.class. I have not handled this before, but if you are up to it i can assist.
... View more
11-18-2016
06:11 PM
saw this in the pdfs-default xml dfs.encrypt.data.transfer false Whether or not actual block data that is read/written from/to HDFS should be encrypted on the wire. This only needs to be set on the NN and DNs, clients will deduce this automatically. It is possible to override this setting per connection by specifying custom logic via dfs.trustedchannel.resolver.class.
i guess it is doable.
... View more
11-18-2016
06:06 PM
is this like an on prem to cloud kind of a situation. Why would you want to just encrypt specific flows? For encryption to happen, the server has to enable it. ex. https goes to 443 instead of 80. Enable hadoop wire encryption and try sending data without setting the encryption settings in the hdfs-site when you call puthdfs. I think it will keep both secure and unsecure channels open.
... View more
- « Previous
- Next »