Member since
09-18-2015
100
Posts
98
Kudos Received
11
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1468 | 03-22-2016 02:05 AM | |
1022 | 03-17-2016 06:16 AM | |
1828 | 03-17-2016 06:13 AM | |
1317 | 03-12-2016 04:48 AM | |
4713 | 03-10-2016 08:04 PM |
03-25-2017
06:18 AM
@Benjamin Leonhardi , on slide 24 you notate that a small stripe size indicates a memory problem during load. Do you know what memory problem that would be? I have ~ 3500 records on the stripe and was just wondering where I should look. Thanks!
... View more
07-21-2016
12:30 PM
I am using Atlas-Ranger sandbox machine,so is it possible to delete those tag which are present on Atlas UI? if yes,then how can we delete those using REST API or with something different techniques? Here is the Atlas UI,I am using of sandbox machine. atlas-home-screen.png
... View more
02-03-2016
07:18 PM
So I had some internal discussion and the real answer is dynamic scaling down is hard to achieve. You can scale down using cloudbreak, but cloudbreak does a decommissioning of the service before it kills the docker image. So you can technically do it, but as you do, HDFS will try to relocate the replicas which is going to be time consuming. The alternate is to use something like WASB, where the data is not in HDFS local store but in WASB. The storage and compute are separate so you can turn down instances easily.
... View more
04-27-2017
04:01 PM
Hi guys, thanks so much for what a great tutorial @Shivaji Dutta I have been trying to recreate your tutorial but with Centos7 so, guys I have a problem creating the docker image with Centos7 actually because your script fails in the steps to start the services as ssh and the other stuff. I share with you the file to create the docker image and I hope you can give me a hand to run it. @Vincent Jiang @Hajime dockerfile.txt Thanks so much
... View more
01-20-2016
05:35 PM
Thanks Shivaji, I managed to get it working...
... View more
08-17-2016
08:50 PM
An updated guide was published recently by Isilon, covering OneFS 8.0.0.x. It's titled the EMC Isilon OneFS with Hadoop and Hortonworks Installation Guide: http://www.emc.com/collateral/TechnicalDocument/docu71396.pdf
... View more
06-14-2016
09:42 PM
It's not clear which version of Ambari this is for. Maybe 2.0? Current steps (Ambari 2.1/2.2, HDP 2.3/2.4 and OneFS 7.2.1.2/8.0.0.1) for most easily completing Kerberos configuration are linked in answer to this question: https://community.hortonworks.com/questions/38583/configure-kerberos-using-ambari-with-emc-isilon.html
... View more
01-13-2016
07:28 PM
1 Kudo
Throwing my 2 cents in since I've spent an insane amount of time working with Solr on this exact problem. ConcurrentUpdateSolrClient is really easy to get going and you can get a high throughput just by increasing the number of threads. However, at some point it just won't be scalable or efficient once you have a bunch of Solr nodes. If you are using Solr Cloud, then the CloudSolrClient is definitely the recommended way to go but, in my experience, it is much, much harder to get high throughput. Batching documents is pretty much a requirement. You can't really just increase the number of threads because each one opens a connection to Zookeeper. If you decide to go with CloudSolrClient, take a look at the code in storm-solr.
... View more
01-14-2016
06:13 AM
1 Kudo
@Shivaji and @Artem Ervits I disabled my firewall settings on windows and centos , my telnet query failed earlier so i edited my vm settings and now i am able to view my databases Thank you so much guys
... View more
- « Previous
-
- 1
- 2
- Next »