Data Eng Weekly


Hadoop Weekly Issue #112

15 March 2015

There were lots of releases this week, including new versions of Apache Hive, Apache Kafka, and Apache Spark. Speaking of Spark, it is the focus of many articles this week covering topics such as tuning Spark jobs, how well Spark scales, and the growing popularity of Spark.

Technical

In the early days, Spark had a reputation of not scaling to large clusters. This presentation addresses those concerns by mentioning some of the largest Spark deployments and describing how those companies are using Spark. Specifically, one company is running on 8000+ nodes and ingesting 1PB+/day.

http://www.slideshare.net/databricks/large-scalesparktalk

This post describe looks at the anatomy of a Spark job and describes several best practices for writing performant jobs. Specifically, it illustrates how to choose the right operator during a shuffle or join (groupByKey, reduceByKey, cogroup, secondary sort, etc), how to avoid shuffles, and when more shuffles make a job faster.

http://blog.cloudera.com/blog/2015/03/how-to-tune-your-apache-spark-jobs-part-1/

Apache Ranger is a security system for Hadoop that enables fine grain access control and auditing for Hive, HBase, HDFS, and more. A post on the Hortonworks blog describes three use-cases involving Ranger and Hive—HiveServer2 with HDFS files, Pig and MapReduce via HiveServer2, and the Hive CLI. The post has several screenshots of the Range UI that demonstrate both the policy editor (for access controls) and the audit history.

http://hortonworks.com/blog/best-practices-for-hive-authorization-using-apache-ranger-in-hdp-2-2/

The Cloudera blog has the second post in a series on HDFS recovery designs. The first part covered lease and block recovery, and this part covers pipeline recovery. Pipeline recovery refers to avoiding failure when writing data to HDFS, which involves streaming data to multiple data nodes (in a pipelined write) for durability. The post looks at three failure scenarios—during pipeline setup, data streaming, and closing the pipeline.

http://blog.cloudera.com/blog/2015/03/understanding-hdfs-recovery-processes-part-2/

There have been a few posts in recent issues describing how to use Apache Kafka as distributed event log. This post describes how to implement one of those ideas: a materialized view from the contents of a change log written to kafka. The post describes a simple HTTP API and server written in Clojure and talking to Redis. In addition to interfacing with Redis, all operations emit records to Kafka. The post has an example consumer to replay the operations to build the materialized view.

http://spootnik.org/entries/2015/03/10_simple-materialized-views-in-kafka-and-clojure.html

Apache Spark 1.3.0 was released this week (more details below). One of the main features of the release is an improved integration between Spark streaming and Kafka that uses a write-head log to avoid data loss under failure. The accompanying docs of the 1.3.0 release have a great overview of the new feature, including how to configure, build, and deploy jobs using the integration.

http://spark.apache.org/docs/1.3.0/streaming-kafka-integration.html

This post describes how to provide passwords to a Sqoop job without specifying them directly as part of the command. Solutions include a wrapper script that forwards to stdin, a password file, and a custom PasswordLoader implementation.

http://ingest.tips/2015/03/12/managing-passwords-sqoop/

In the second part of a three part series on anomaly detection in healthcare data, this post describes how to compute similarity graphs using Apache Pig. After cleaning up the data with some python scripts, the pig script finds pairs of healthcare providers that have a cosine similarity above 85%. The code for the post is available on github.

http://hortonworks.com/blog/using-pagerank-to-detect-anomalies-and-fraud-in-healthcare-part2/

News

This post describe eight features of Apache Spark that have helped it gain traction in the big data ecosystem. Notably, there are a number of points around how Spark works well outside of Hadoop—folks are using Spark on data stored in the Lustre and GPFS file systems instead of HDFS, and Spark works well with Mesos and other workflow management systems.

http://insidebigdata.com/2015/03/06/8-reasons-apache-spark-hot/

This post gives a good tour of big data technologies in the Hadoop ecosystem. It's a follow-up to a similar post from last year, and it highlights several new projects that have gained traction. These include Phoenix (SQL on HBase), Kafka, Falcon, Mesos, Docker, and more.

http://www.javaworld.com/article/2896317/big-data/what-you-need-to-know-about-hadoop-right-now.html

Data governance is a key feature in many enterprise deployments of data systems. This post on the Cloudera blog discusses some of the challenges related to data governance in Hadoop. In particular, Hadoop clusters often have data in many different formats, allow data access from many different systems, and have a very large scale.

http://vision.cloudera.com/data-governance-in-hadoop-part-1/

This article discusses the results of recent surveys on Hadoop, which suggest that Hadoop isn't helping companies generate the value or savings that they set out to create. With that said, the author is bullish that Hadoop is the future since companies ahead of the curve in terms of data volumes are using similar technologies.

http://www.techrepublic.com/article/hadoop-promises-not-yet-paying-off/

MapR has announced a new free, on-demand training course for HBase. The course is called "HBase Data Model and Architecture" and includes lectures, hands-on labs, and more.

https://www.mapr.com/blog/introducing-new-hadoop-demand-training-course-hbase-hbase-data-model-and-architecture

Given HBase's recent 1.0 release, this is a timely post on the state of HBase (based on conversations with folks at Cloudera). The post describes HBase adoption among Cloudera customers, gives some historic perspective related to HBase development, and discusses several items on (and not on) the HBase roadmap. In addition, there's a brief discussion of Phoenix and Trafodian, both which add SQL atop of HBase.

http://www.dbms2.com/2015/03/10/notes-on-hbase/

This post describes best practices and tools for automating Hadoop deployments, securing Hadoop, and building a search index atop of data in HDFS.

http://radar.oreilly.com/2015/03/navigating-the-hadoop-ecosystem.html

I don't think anyone would argue that Spark growth as a key part of big data processing technology. This post helps put that growth into context by gathering metrics from several sources—posts on stack overflow, posts on Hacker News, and Google Trends. There's also a look into how Spark is being used—SQL, Python, and Scala top the list among Databricks Cloud users.

http://redmonk.com/dberkholz/2015/03/13/the-emergence-of-spark/

Releases

This project provides base classes for writing tests for Spark (version 1.1+) jobs. It instantiates and tears down a local-mode Spark before and after each test.

https://github.com/holdenk/spark-testing-base

Apache Hive 1.1.0, which contains over 300 fixed issues, was released this week. Highlights include improvements for Parquet (nested types, memory manager), Java 8 support, and improvements to Avro support.

http://mail-archives.apache.org/mod_mbox/www-announce/201503.mbox/%3CCAASjJOYQHjMxE_57RY3=Vf1y_tVvpd0cxYbZBpUDp3W0F98WKA@mail.gmail.com%3E

Apache Lens (incubating) is a analytics tool which integrates with many backends—from traditional data warehouses to Hadoop. This week, version 2.0.1-beta-incubating was released, which is the first release as an incubator project.

http://mail-archives.us.apache.org/mod_mbox/www-announce/201503.mbox/%3CCABJEuZd+0EFVAaN+qGq0fX3VGPtdRmHN1mEU0i85tkk0f_ixBw@mail.gmail.com%3E

Apache Tajo, the SQL-on-Hadoop project, released ersion 0.10.0 this week. Major features of the release are: direct json file support, HBase integration, an improved JDBC driver, and improved support for Amazon S3.

https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces73

Pinterest has open-sourced their workflow management tool, Pinball. The tool is written in Python, provides a web UI, integrates with Hadoop as well as non-Hadoop jobs, and follows a master-worker paradigm.

http://engineering.pinterest.com/post/113376157699/open-sourcing-pinball

Apache Kafka 0.8.2.1 was released this week to address four critical issues in the 0.8.2.0 release. The Confluent blog has a detailed description of the fixes.

https://archive.apache.org/dist/kafka/0.8.2.1/RELEASE_NOTES.html
http://blog.confluent.io/2015/03/13/apache-kafka-0-8-2-1-release/

Apache Spark 1.3.0 was released this week. The release contains a number of core improvements, the new DataFrames API, graduation of Spark SQL from alpha, several new algorithms for Spark MLlib, improved integration with Kafka for Spark Streaming, and more. The Spark release notes have a great overview of the new features.

http://spark.apache.org/releases/spark-release-1-3-0.html

ImpalaToGo is a fork of Impala that aims to remove its dependency on Hadoop, targeting data stored in Amazon S3 or the Tachyon file system. 

https://github.com/ImpalaToGo/ImpalaToGo

Events

Curated by Datadog ( http://www.datadoghq.com )

UNITED STATES

California

Machine Learning at American Express (Palo Alto) - Wednesday, March 18
http://www.meetup.com/SF-Bay-Areas-Big-Data-Think-Tank/events/220939546/

Apache Kylin: Extreme OLAP Engine for Big Data (San Jose) - Wednesday, March 18
http://www.meetup.com/Cloud-at-ebayinc/events/221060596/

New Workflows for Building Data Pipelines (San Francisco) - Wednesday, March 18
http://www.meetup.com/SF-Data-Engineering/events/220927973/

Spark Notebook and Rapture Workshops (San Francisco) - Thursday, March 19
http://www.meetup.com/SF-Scala/events/220522086/

Colorado

Data Streaming Technology Overview (Denver) - Wednesday, March 18
http://www.meetup.com/Boulder-Denver-Big-Data/events/221030194/

Kentucky

Introduction to the Advantages of an EMC Data Lake (Louisville) - Thursday, March 19
http://www.meetup.com/Louisville-BI-Big-Data-Analytics-Meetup/events/219960984/

Tennessee

Nashville Big Data & Hadoop Night (Nashville) - Thursday, March 19
http://www.meetup.com/nashvillejug/events/220606136/

North Carolina

Triad Hadoop Users Group (Winston Salem) - Thursday, March 19
http://www.meetup.com/Triad-Hadoop-Users-Group/events/220746446/

Ohio

Cleveland Big Data and Hadoop User Group (Cleveland) - Monday, March 16
http://www.meetup.com/Cleveland-Hadoop/events/219812914/

New York

Scalding @ Tapad: Gaining Consumer Insight from Billions of Data Points (New York) - Monday, March 16
http://www.meetup.com/Hadoop-NYC/events/221043151/

Spark Summit East 2015 Warmup (New York) - Tuesday, March 17
http://www.meetup.com/Spark-NYC/events/220850389/

Data Driven NYC (New York) - Tuesday, March 17
http://www.meetup.com/NYC-Data-Business-Meetup/events/220627265/

Nathan Marz: The Inherent Complexity of Stream Processing (New York) - Wednesday, March 18
http://www.meetup.com/New-York-City-Storm-User-Group/events/220810463/

Real-time Analytics with es-hadoop / Running Elasticsearch at iHeartRadio (New York) - Wednesday, March 18
http://www.meetup.com/Elasticsearch-NY/events/220503974/

Spark DataFrames and ML Pipelines for Large-Scale Data Science (New York) - Wednesday, March 18
http://www.meetup.com/NYC-Data-Science/events/221037612/

Spark DataFrames + Spark on Google's GCP (New York) - Thursday, March 19
http://www.meetup.com/Spark-NYC/events/220733560/

Spark MLlib: Making Practical Machine Learning Easy and Scalable (New York) - Thursday, March 19
http://www.meetup.com/NYC-Machine-Learning/events/221113814/

CANADA

Lambda-ssandra: Lambda Architecture Backed by Cassandra (Toronto) - Tuesday, March 17
http://www.meetup.com/Toronto-Cassandra-Users-Group/events/220778429/

Lessons Learned in Building a Spark Distribution (Montréal) - Thursday, March 19
http://www.meetup.com/Scala-Montreal/events/220637901/

UNITED KINGDOM

Apache Spark: Living the Post-MapReduce World (London) - Tuesday, March 17
http://www.meetup.com/london-scala/events/220035837/

SWEDEN

Druid at Criteo and History of Hadoop at Spotify (Stockholm) - Wednesday, March 18
http://www.meetup.com/stockholm-hug/events/220805822/

NORWAY

Intro to Hadoop (Tønsberg) - Wednesday, March 18
http://www.meetup.com/javaBin-Vestfold/events/220293977/

FINLAND

Hadoop at Eficode (Helsinki) - Tuesday, March 17
http://www.meetup.com/Helsinki-Hadoop-Meetup/events/220497515/

Putting Apache Spark to Life (Espoo) - Friday, March 20
http://www.meetup.com/Helsinki-Apache-Spark-Meetup/events/220552754/

CZECH REPUBLIC

First Hadoop Meetup (Prague) - Thursday, March 19
http://www.meetup.com/CS-HUG/events/221052560/

AUSTRALIA

Bright Spark + Oracle Big Data Discovery (Sydney) - Thursday, March 19
http://www.meetup.com/Sydney-Apache-Spark-User-Group/events/221045866/

Hadoop+Strata 2015 San Jose Recap (Melbourne) - Monday, March 16
http://www.meetup.com/BigDataAnalyticsMelbourne/events/220605566/

If you didn't receive this email directly, and you'd like to subscribe to weekly emails please visit http://hadoopweekly.com