Earlier quoted context omitted.
So I deal with hundreds of Data Scientists and none of this is true for us. Hadoop vendors are simply getting killed by the cloud. AWS EMR, Azure ML, Google Dataproc. And many people are simply swapping HDFS for S3 or similar object stores. Never seen anyone switching to very expensive, more HPC style NVME setups. That seems strange given the data sizes we are working with. And 95% of what Data Scientists do is ETL,…
It really depends on what the workload is and if performance or scale are priorities. Our team and the products we build come from the HPC side of the fence and we've been engaged with all sorts of large businesses that know their performance requirements (think 100s of GB/s read bandwidth), and it leads them down the path of either HPC filesystems or newer NVMe-oriented filesystems. Does 'AI' or 'data science' alway…
MapR may shut down as investor pulls out after ‘extremely poor results’
61–70 of 84 posts
Re: MapR may shut down as investor pulls out after ‘extremely poor results’
#62These companies are failing because they can't establish a use case of running their product on cloud. It is ironic because when AWS started EMR, MapR was one of the distributions they offered via EMR[1]. Over period of time, they weened off MapR and stopped offering them as deployment option. So it is another case of AWS cannibalizing its own third party ecosystem.
Once this was gone, MapR got reduced just another marketplace partner [2] and their additional licensing cost didn't make sense when native EMR was sufficient for most use case.
[1] https://aws.amazon.com/emr/mapr/pricing/ [2] https://mapr.com/partners/partner/amazon-elastic-mapreduce-a...
Re: MapR may shut down as investor pulls out after ‘extremely poor results’
#63Re: MapR may shut down as investor pulls out after ‘extremely poor results’
#64As many others pointed out, these product vendors are getting killed by the cloud (I am not saying whether it is good or bad). On-demand compute and storage scalability of cloud makes perfect sense for Big data infrastructure. These companies are failing because they can't establish a use case of running their product on cloud. It is ironic because when AWS started EMR, MapR was one of the distributions they offered…
Re: MapR may shut down as investor pulls out after ‘extremely poor results’
#65Earlier quoted context omitted.
Interesting post. Out of curiosity: aren't there others who have developed cluster storage exposed as NFS / FUSE?
They all sucked. MapR sucked the least. Considering a comparable EMC solution was ~20x more expensive and less flexible, MapR happened to be in the right place at the right time with the right software but blew it because they decided they knew better what the customers needed to buy vs what the customers wanted to buy. Fundamentally, file system clusters are a very difficult business to get into and make enough mone…
We really wanted to spend the money, but as far as I remember, we didn’t end up doing anything more than a test install.
I’d still love a middle option that could handle petabyte scale storage without the Isilon price tag.
Re: MapR may shut down as investor pulls out after ‘extremely poor results’
#66Earlier quoted context omitted.
The increasing adoption of object stores and other not-quite-filesystems, even when a real filesystem would be the more appropriate choice, is definitely part of this. For good or ill, people would rather work on or with one of the simplified alternatives. I'm in that camp myself now, working on a system with lame HDFS-like semantics after two decades of proving the "POSIX can't scale" folks wrong. It's just not a ba…
That's why I think MapR missed the mark. They had a software only solution one could deploy on a top of generic hardware in a data center to solve hundreds of TB to small number of PB storage problem that was real for enterprises and since those nodes would also be able to do compute jobs that was the way to get enterprises to adapt that technology. Going to object store was possible but it required dev time and in t…
My first response to this news was "good riddance", my second thought was "I hope they open source the storage stuff."
Re: MapR may shut down as investor pulls out after ‘extremely poor results’
#67Earlier quoted context omitted.
> Because Hadoop has not been killed off. > HDFS being replaced with more scalable solutions like S3/EMRFS. Thank you for re-affirming my point. I'm not going to go into the typical HN "I'm going to nitpick your point down to the bone and argue you over the pointless details", but 2012 Hadoop is not the same thing as the tools you're describing.
Except you’re not being just a bit inaccurate, you’re flat wrong. Simply put, Hadoop is not HDFS, it is a much larger Apache ecosystem that includes Spark, Hive, MR, NiFi, etc. All of which are doing fine.
Re: MapR may shut down as investor pulls out after ‘extremely poor results’
#68Earlier quoted context omitted.
So I deal with hundreds of Data Scientists and none of this is true for us. Hadoop vendors are simply getting killed by the cloud. AWS EMR, Azure ML, Google Dataproc. And many people are simply swapping HDFS for S3 or similar object stores. Never seen anyone switching to very expensive, more HPC style NVME setups. That seems strange given the data sizes we are working with. And 95% of what Data Scientists do is ETL,…
It really depends on what the workload is and if performance or scale are priorities. Our team and the products we build come from the HPC side of the fence and we've been engaged with all sorts of large businesses that know their performance requirements (think 100s of GB/s read bandwidth), and it leads them down the path of either HPC filesystems or newer NVMe-oriented filesystems. Does 'AI' or 'data science' alway…
And then you just plug a ton of them into what kind of "motherboard" to interconnect them? I guess Infiniband based bus? or I am totally off-base here?
Any more details are appreciated, if only to satisfy my curiosity :)
Re: MapR may shut down as investor pulls out after ‘extremely poor results’
#69So, that would mean the hadoop distro market would be down to just cloudera? A single vendor market is not a market, it's a legacy product.
Azure's HDInsight all-in-one suite uses it.
Re: MapR may shut down as investor pulls out after ‘extremely poor results’
#70Earlier quoted context omitted.
> Because Hadoop has not been killed off. > HDFS being replaced with more scalable solutions like S3/EMRFS. Thank you for re-affirming my point. I'm not going to go into the typical HN "I'm going to nitpick your point down to the bone and argue you over the pointless details", but 2012 Hadoop is not the same thing as the tools you're describing.
Except you’re not being just a bit inaccurate, you’re flat wrong. Simply put, Hadoop is not HDFS, it is a much larger Apache ecosystem that includes Spark, Hive, MR, NiFi, etc. All of which are doing fine.
Just because they're compatible doesn't mean they're synonymous. You can use spark with mesos or kubernetes instead of YARN.