Member since
09-26-2016
74
Posts
4
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2241 | 08-06-2018 06:55 PM | |
1451 | 12-21-2017 04:28 PM | |
1317 | 11-03-2017 05:07 PM | |
2369 | 03-20-2017 03:37 PM | |
6169 | 03-06-2017 03:54 PM |
07-23-2020
08:10 AM
This can also happen if you don't disable SELinux. It will hang until the command is run. setenforce 0
... View more
05-07-2020
08:43 AM
Here is the very good explanation of hive view and hue replace in hdp 3.0 https://hadoopcdp.com/data-analytics-studio-das-replace-of-hue-hive-views-in-cdp/
... View more
11-30-2019
04:27 PM
@MattWho I've been trying these steps and somehow the SAN keeps getting removed when I import/export to JKS. How do I get the SAN extension to be with the key inside of the keystore file? I'm totally stuck!
... View more
08-06-2018
06:55 PM
For those facing this issue with hadoop_logs (Log Search) Delete the Log Search service from Ambari UI Go into the zookeeper shell /usr/hdp/current/zookeeper-client/bin/zkCli.sh rmr /infra-solr/configs/hadoop_logs Open up solr and delete the shards/collection for hadoop_logs SSH into your SOLR servers as root/sudo Delete /opt/ambari_infra_solr/data/hadoop_logs* Make sure you have at least 2 instances of SOLR installed Install Log Search on a new node (a SOLR instance should be installed on this node as well) Log search should be running now
... View more
09-28-2018
03:28 PM
The article is very general and doe not provide concrete and specific backup & recovery tools.
... View more
10-25-2017
10:13 PM
We have resolved the issue. As usual in hindsight it seems obvious. One of the processes, a transformxml, had the thread count set at 20. This seemed fine as most files going through were about 3m each. Our Java heap was set at 64g. However new files were introduced, that were in the 3g range. Simple math, 3 x 20=60g. used up for that 1 process. Since there was usually about 200k files flowing through at any one time, memory quickly got exhausted. We put a route attribute, to route these large files to a process that only has a couple of threads, while the smaller files could still filter through the process with 20 threads. Thanks for all the help suggestions. @Hans Feldmann
... View more
08-30-2017
09:12 PM
@Saikrishna Tarapareddy Look at this article, it should help you: User management in NiFi through identity mapping patterns
... View more
05-02-2018
01:49 PM
This issue is not limited to IE. A similar issue with cached credentials/session may occur in Chrome. Restarting Chrome resolves the issue as well. To restart Chrome without losing current tabs, type chrome://restart in a new tab.
... View more
03-23-2017
07:50 PM
Check the getPropertyDescriptor() and getPropertyDescriptors() methods from the example in the mailing list (link above). You have to look up the descriptor by name in the former, and return a List of the PropertyDescriptors in the latter.
... View more