Confidential
Building the Brickhouse Jerome Banks
Building the Brickhouse Jerome Banks Confidential Overview of - - PowerPoint PPT Presentation
Building the Brickhouse Jerome Banks Confidential Overview of Brickhouse Custom UDFs for Hadoop Hive Provides missing pieces Tools to build scalable/robust data pipelines Increases Data engineers productivity
Confidential
Building the Brickhouse Jerome Banks
Confidential
Confidential
Confidential
Confidential
Confidential
Confidential
Confidential
select a.id, a.value as a_val, b.value as b_val from ( select * from mytable where type=’A’) a join ( select * from mytable where type=’B’) b
select col_map[‘A’] as a_val, col_map[‘B’] as b_val from ( select id, collect( type,value) as col_map from mytable group by id ) cm;
Confidential
select ks_uid, combined_score from maxwell_score
limit 20; select collect_max( ks_uid, combined_score, 20 ) from maxwell_score;
Confidential
Confidential
Confidential
Confidential
Confidential
Confidential
http://github.com/klout/brickhouse http://brickhouseconfessions.wordpress.com