homebrew-cask/Casks/cloudera-hive-odbc.rb

19 lines
605 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cloudera-hive-odbc' do
version '2.5.5'
sha256 'cf31ace79ca995e8b7b57f1b49761777168c9f4b103092a74f6cb111084d71d8'
2014-09-26 20:08:50 +08:00
url "https://downloads.cloudera.com/connectors/hive-#{version}.1006/MacOSX/ClouderaHiveODBC.dmg"
2015-04-20 23:23:54 +08:00
name 'Cloudera ODBC Driver for Hive'
homepage 'http://www.cloudera.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:36:59 +08:00
pkg 'ClouderaHiveODBC.pkg'
uninstall :pkgutil => 'cloudera.hiveodbc'
caveats <<-EOS.undent
For configuration instructions, see
/opt/cloudera/hiveodbc/Readme.txt
EOS
end