Mobile app version of vmapp.org
Login or Join
Nimeshi995

: Is there any other CDN than Amazon which supports hadoop? I need know about CDN which offers to store HDFS . I know amazon offers such service but i am looking out if some others are giving

@Nimeshi995

Posted in: #Amazon #AmazonEc2 #Cdn

I need know about CDN which offers to store HDFS .
I know amazon offers such service but i am looking out if some others are giving some better service , additional features or cheaper service.
Please suggest me some options .

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Nimeshi995

1 Comments

Sorted by latest first Latest Oldest Best

 

@Voss4911412

From the Cloudera forums

Hadoop HDFS is optimized for large streaming operations and sacrifices certain features - notably low latency file access - to simplify some implementation details. This makes it less than ideal for a CDN storage layer. That said, HBase, a column oriented data store which sits on top of HDFS and provides low latency, random reads, might be interesting to you. HBase is now a top level project at Apache. More information on HBase is available at hbase.apache.org/. In our next release, CDH3, we will be supporting HBase as part of our standard suite.

Note that Hadoop does not span data centers very well so you'd have to run discreet clusters in each of your locations. From the sounds of it, this is what you were intending anyway, but it's worth calling out.

Hope this helps Eric Sammer, Cloudera Employee

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme