Skip to content

Instantly share code, notes, and snippets.

@wyukawa
wyukawa / gist:2667266
Created May 12, 2012 15:51
Hiveのソースを読む際の参考資料
Hive Anatomy
http://www.slideshare.net/nzhang/hive-anatomy
Internal Hive
http://www.slideshare.net/recruitcojp/internal-hive
Indexed Hive
http://www.slideshare.net/NikhilDeshpande/indexed-hive
Hive – A Petabyte Scale Data Warehouse Using Hadoop
@j5ik2o
j5ik2o / maven2.rb
Created June 26, 2011 12:49
HomebrewでMaven2とMaven3を共存させるためのFormula(Maven2)
require 'formula'
class Maven2 < Formula
url 'http://www.apache.org/dist/maven/binaries/apache-maven-2.2.1-bin.tar.gz'
homepage 'http://maven.apache.org/'
md5 '3f829ed854cbacdaca8f809e4954c916'
def install
rm_f Dir["bin/*.bat"]