Member since
07-26-2019
68
Posts
30
Kudos Received
10
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
15409 | 01-22-2019 02:40 PM | |
2668 | 01-09-2019 03:10 PM | |
2217 | 08-30-2018 08:14 PM | |
1670 | 08-06-2018 07:58 PM | |
4810 | 07-16-2018 07:05 PM |
05-31-2018
08:50 PM
The MonitorActivity processor has a "Monitoring Scope" property that determines whether to look at a node or cluster level for flow activity. It defaults to "node," but should usually be set to "cluster" in a clustered environment to make sure that all instances of the monitored flow are checked for activity. There's a bit more information here: https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.6.0/org.apache.nifi.processors.standard.MonitorActivity/index.html
... View more
05-17-2018
01:26 PM
Glad it helped find the solution!
... View more
05-16-2018
09:33 PM
This looks like an issue caused by an extraneous reference to phoenix-server.jar in the YARN classpath. There's an article on that issue affecting Oozie here, and I suspect the resolution would be similar (either removing the reference or moving it to the end of the classpath): https://community.hortonworks.com/content/supportkb/167173/errornosuchmethoderror-comfacebookfb303-when-execu.html It's also possible that there's an older version of libfb303 floating around in the path somewhere. Hive should be using 0.9.3 as of the HDP 2.6.4.x stack.
... View more
05-09-2018
12:45 AM
The tutorial from which the script was linked has been deprecated on github, but there is a similar set of instructions here:https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.5.1/content/aws-launch/index.html
... 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
11-06-2017
02:54 PM
1 Kudo
We use separate, nested processor groups to segregate by developer and subject area. The navigation can get to be a little much, but it keeps things relatively isolated until we migrate from a dev-centric structure to a subject-oriented structure for production.
... View more
09-21-2017
01:14 PM
1 Kudo
Aah - I believe Atlas is only capable of handling tags at a data asset level, which would limit it to metadata only (e.g., table, column, etc.). As far as I know, it does not allow for tagging at a row level or based on data/content.
... View more
09-20-2017
04:35 PM
Yes, this is possible using Atlas tagging based on a business taxonomy: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_data-governance/content/searching_for_assets_associated_with_taxonomy_terms.html Bear in mind that this feature is still in technical preview and not fully supported.
... View more
09-20-2017
04:23 PM
If you already have SPNEGO configured correctly on the browser (e.g., native support in Mozilla/FireFox), this error can be caused if the solr host has two IP addresses and hostnames. If the local browser is using one hostname, but the solr internal hostname is different, solr will return a 401/Authentication Required. To resolve this, try accessing the alternate hostname, which may require setting up a local hosts file entry.
... View more
08-04-2017
07:08 PM
One last note: You'll need to update the security rules for your AWS instance. Initially, you have to add a custom TCP rule to allow traffic on port 8888 (usually - Sean's last command will tell you the port). Once you have access, the sandbox portal will give you the ports for all the other services that need to be opened up.
... View more
- « Previous
- Next »