hbase

Notes on storage options - FOSDEM 05

February 17, 2013
Free Software, Hadoop, MySQL, hbase, Fosdem, Event

Notes on storage options - FOSDEM 05 # On MySQL Second day at FOSDEM for me started with the MySQL dev room. One thing that made me smile was in the MySQL new features talk: The speaker announced support for “NoSQL interfaces” to MySQL. That is kind of fun in two dimensions: A) What he really means is support for the memcached interface. Given the vast number of different interfaces to databases today, announcing anything as “supports NoSQL interfaces” sounds kind of silly. ...

ApacheConEU - part 05

November 14, 2012
hbase, ApacheCon, Apache Con, Hadoop, apacheconeu

ApacheConEU - part 05 # The afternoon featured several talks on HBase - both it’s implementation as well as schema optimisation. One major issue in schema design in the choice of key. Simplest recommendation is to make sure that keys are designed such that on reading data load will be evenly distributed accross all nodes to prevent region-server hot-spotting. General advise here are hashing or reversing urls. When it comes to running your own HBase cluster make sure you know what is going on in the cluster at any point in time: ...

Cloudera in Berlin

November 14, 2011
hbase, Hadoop, Get Together

Cloudera in Berlin # Cloudera is hosting another round of trainings in Berlin in November this year. In addition to the trainings on Apache Hadoop this time around there will also be trainings on Apache HBase. Register online via: http://www.eventbrite.com/event/2315126606 http://www.eventbrite.com/event/2349094204

FOSDEM - HBase at Facebook Messaging

February 17, 2011
Apache Hadoop, Apache HBase, General, hbase, Brussels, Fosdem

FOSDEM - HBase at Facebook Messaging # Nicolas Spiegelberg gave an awesome introduction not only to the architecture that powers Facebook messaging but also to the design decisions behind their use of Apache HBase as a storage backend. Disclaimer: HBase is being used for message storage, for attachements with Haystack a different backend is used. The reasons to go for HBase include its strong consistency model, support for auto failover, load balancing of shards, support for compression, atomic read-modify-write support and the inherent Map/Reduce support. ...

CFP - Berlin Buzzwords 2011 - search, score, scale

January 26, 2011
Lucene, Hadoop, Mahout, Berlin, hbase, Berlin Buzzwords

CFP - Berlin Buzzwords 2011 - search, score, scale # This is to announce the Berlin Buzzwords 2011. The second edition of the successful conference on scalable and open search, data processing and data storage in Germany, taking place in Berlin. Call for Presentations Berlin Buzzwords http://berlinbuzzwords.de Berlin Buzzwords 2011 - Search, Store, Scale 6/7 June 2011 The event will comprise presentations on scalable data processing. We invite you to submit talks on the topics: ...

Devoxx – Day 2 HBase

December 9, 2010
adobe, NOSQL, twitter, General, Mahout, facebook, Hacking, hbase, Devoxx

Devoxx – Day 2 HBase # Devoxx featured several interesting case studies of how HBase and Hadoop can be used to scale data analysis back ends as well as data serving front ends. Twitter Dmitry Ryaboy from Twitter explained how to scale high load and large data systems using Cassandra. Looking at the sheer amount of tweets generated each day it becomes obvious that with a system like MySQL alone this site cannot be run. ...

Devoxx – Day two – Hadoop and HBase

December 8, 2010
hbase, Hadoop, Devoxx, General

Devoxx – Day two – Hadoop and HBase # In his session on the current state of Hadoop Tom went into a little more detail not only on the features released in the latest release or on the roadmap for upcoming releases (including Kerberos based security, append support, warm standby namenode and others). He also gave a very interesting view on the current Hadoop ecosystem. More and more projects are currently being created that either extend Hadoop or are built on top of Hadoop. ...

Devoxx – University – Cassandra, HBase

December 6, 2010
hbase, Cassandra, Devoxx, NOSQL, General

Devoxx – University – Cassandra, HBase # During the morning session FIXME Ellison gave an introduction to the distributed NoSQL database Cassandra. Being generally based on the Dynamo paper from Amazon the key-value store distributes key/value pairs according to a consistent hashing schema. Nodes can be added dynamically making the system well suited for elastic scaling. In contrast to Dynamo, Cassandra can be tuned for the required consistency level. The system is tuned for storing moderately sized key/value pairs. ...

Devoxx University – Productive programmer, HBase

December 4, 2010
antwerp, General, productive programmer, Hacking, hbase, Devoxx

Devoxx University – Productive programmer, HBase # The first day at Devoxx featured several tutorials – most interesting to me was the pragramatic programmer. The speaker also is the author of the equally named book at O’Reilly. The book was the result of the observation that developers today are more and more IDE bound, no longer able to use the command line effectively. The result are developers that are unnecessarily slow when creating software. ...

Apache Con – Hadoop, HBase, Httpd

November 24, 2010
Httpd, ApacheCon, Hadoop, Atlanta, Apache Con, hbase

Apache Con – Hadoop, HBase, Httpd # The first Apache Con day featured several presentations on NoSQL databases (track sponsored by Day software), a Hadoop track as well as presentations on Httpd and an Open source business track. Since its inception Hadoop always was intended to be run in trusted environments firewalled from hostile users or even attackers. As such it never really supported any security features. This is about the change with the new Hadoop release including better Kerberos based security. ...