Member since
10-01-2015
3933
Posts
1150
Kudos Received
374
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3374 | 05-03-2017 05:13 PM | |
2802 | 05-02-2017 08:38 AM | |
3082 | 05-02-2017 08:13 AM | |
3012 | 04-10-2017 10:51 PM | |
1528 | 03-28-2017 02:27 AM |
10-19-2016
02:13 AM
Try explicitly excluding 2.2.2 version with maven exclude dependency.
... View more
10-19-2016
01:55 AM
Apache Ranger can provide an authorization model for your Storm topologies, http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.3/bk_Security_Guide/content/storm_policy.html And here https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+0.5+-+User+Guide#ApacheRanger0.5-UserGuide-AddingSTORMPolicies
... View more
10-18-2016
03:57 PM
1 Kudo
@Daniel Rolls I'd be happy to debug your issues if you could provide RM and nodemanager logs for the tasks that fail. As a side note, Sandbox archives are available from the same page as the one you use to download 2.5 release. You have to click on EXPAND button next to Hortonworks Sandbox Archive where you'll be able to find any previous release up to Sandbox 1.3
... View more
10-18-2016
02:50 PM
just to close the loop on this, I tested this and it works. Here's my article that describes the process https://community.hortonworks.com/articles/52844/hdp-clients-with-multi-version-and-multi-os-suppor.htm
... View more
10-18-2016
02:38 PM
1 Kudo
@Hugo Schieck even though it is technically possible, it is not recommended by engineering. Here's another post you can review for your query https://community.hortonworks.com/questions/4324/hdp-support-for-mix-of-os-releases-within-a-cluste.html. What I do recommend and I know works is the following, https://community.hortonworks.com/articles/52844/hdp-clients-with-multi-version-and-multi-os-suppor.html Basically, skip ambari-agent on that node and install clients manually by copying the OS-specific repo and pulling the libraries you choose. You only need to also copy site.xml files for those clients to your node. What this gives you is flexibility and ability to run on any flavor of Linux that we support. The hassle is that you have to do it manually. Good luck!
... View more
10-14-2016
07:25 PM
@Lester Martin please help
... View more
10-13-2016
01:07 PM
@mark juchems any chance you can update the thread with JIRA name? Just for a complete picture.
... View more
10-13-2016
02:02 AM
@mark juchems the property is actually a String, but silly question, did you try casting to long instead of Integer? (long)config.get(Config.STORM_ZOOKEEPER_RETRY_TIMES) https://storm.apache.org/releases/1.0.2/javadocs/org/apache/storm/Config.html#STORM_ZOOKEEPER_RETRY_TIMES
... View more
10-13-2016
01:25 AM
@ed day please consider revising your posts to remove your server names, this is a public forum and you're compromising your security.
... View more