{"_id":"heco","_rev":"21-ccf59176d9c67bb53d45a2b080855a41","name":"heco","description":"Hadoop Ecosystem","dist-tags":{"latest":"0.0.4"},"versions":{"0.0.1":{"name":"heco","description":"Hadoop Ecosystem","version":"0.0.1","author":{"name":"David Worms"},"contributors":[{"name":"David Worms","email":"david@adaltas.com"}],"dependencies":{"coffee-script":"latest","shell":"latest","heco-core":"latest","heco-hadoop":"latest","heco-hbase":"latest","heco-hive":"latest","heco-pig":"latest","heco-oozie":"latest","heco-hue":"latest","heco-zookeeper":"latest","heco-thrift":"latest"},"devDependencies":{"expresso":"latest"},"keywords":[],"main":"index","bin":{"heco":"./bin/heco"},"engines":{"node":">= 0.4.7"},"_npmJsonOpts":{"file":"/Users/wdavidw/.npm/heco/0.0.1/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"heco@0.0.1","_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"421f64f709d425f394e7351a42ce5813d7c5faee","tarball":"https://registry.npmjs.org/heco/-/heco-0.0.1.tgz","integrity":"sha512-4ayVSNKnbfhtb17gFpzNqB5Nz3Vn9waqbw6OwjIwA34c2vIVnXo8VbBO1YHaVJFfSgSfxulBctL75x4Ex1Vt9g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID01JN2T/cBiS029dzJIJ99mlwazmi0jk63x5zESYofiAiAgusBK4j/iVwCJ8zUhbFtK4BoN4ywvZoPnDwWRuSAMLQ=="}]},"maintainers":[{"name":"david","email":"david@adaltas.com"}],"directories":{}},"0.0.2":{"name":"heco","description":"Hadoop Ecosystem","version":"0.0.2","author":{"name":"David Worms"},"contributors":[{"name":"David Worms","email":"david@adaltas.com"}],"dependencies":{"coffee-script":"latest","shell":"latest","heco-core":"latest","heco-hadoop":"latest","heco-hbase":"latest","heco-hive":"latest","heco-pig":"latest","heco-oozie":"latest","heco-hue":"latest","heco-zookeeper":"latest","heco-thrift":"latest"},"devDependencies":{"expresso":"latest"},"keywords":[],"main":"index","bin":{"heco":"./bin/heco"},"engines":{"node":">= 0.4.7"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"_id":"heco@0.0.2","_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"c464091078be09ce33be6d04bda19371c8c87aeb","tarball":"https://registry.npmjs.org/heco/-/heco-0.0.2.tgz","integrity":"sha512-oN4h9lFBG7QIUWPO980RlcqjliAMRkGc9ochCCPPK3XM/e+/kkgvD7jidzKTM7OF2dulzwm+A/a8M9vn6uURog==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGY8TSG5CuR6XjgbrJ95mFjgKnC8q3P9tJiXIzKoc7k/AiEAknfCURWuZ2i5gpa/LBR4qI24q1fCq2tWfn9jyMNfgeg="}]},"maintainers":[{"name":"david","email":"david@adaltas.com"}]},"0.0.3":{"name":"heco","description":"Hadoop Ecosystem","version":"0.0.3","author":{"name":"David Worms"},"contributors":[{"name":"David Worms","email":"david@adaltas.com"}],"dependencies":{"coffee-script":"latest","shell":"latest","heco-core":"latest","heco-hadoop":"latest","heco-hbase":"latest","heco-hive":"latest","heco-pig":"latest","heco-oozie":"latest","heco-hue":"latest","heco-zookeeper":"latest","heco-thrift":"latest","heco-flume":"latest"},"keywords":[],"main":"index","bin":{"heco":"./bin/heco"},"engines":{"node":">= 0.4.7"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"_id":"heco@0.0.3","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"5cde9ec4f7d658166ca2ba8a974d740a7e5394a0","tarball":"https://registry.npmjs.org/heco/-/heco-0.0.3.tgz","integrity":"sha512-FOCAz+EKbCsdw3G2TS6vX0ScPya3zsZRbax9hzd3ypCTKdTR2s3GZADE58GU2RL/sbNQBZR4Bh/MIj/pIKU1PA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEh3JNSxKihnIaEaEn9WTIxIADHDmnhLEXDS4RBUnxbvAiBV+iMy2W5ELeAkpTDQLgewqAFVsga9TaMsWlVwvkxFpQ=="}]},"readme":"\nHeco - Installation and configuration of an Hadoop Ecosystem\n============================================================\n\nHeco provide a set of commands to install, configure and manage your Hadoop Ecosystem. At the moment, it is focusing on local developer installation.\n\nInstallation\n------------\n\n```bash\ngit clone http://github.com/wdavidw/heco.git\ncd heco\nnpm install\nnpm link\nheco help\nheco install\n```\n\nOn OSX, I didn't encounter any particular issue, but maybe was it because I already had all the dependencies.\n\nOn a fresh Ubuntu 11.04 installation, you will need to prepare the system as follow.\n\n```bash\n# Install Sun Java JDK (recommended by Hadoop)\nUBUNTU_REPO='deb http://archive.canonical.com/ubuntu maverick partner'\nsudo echo $UBUNTU_REPO > /etc/apt/sources.list.d/ubuntu_partner.list\nsudo echo 'export JAVA_HOME=/usr/lib/jvm/java-6-sun' > /etc/profile.d/java.sh\nsudo apt-get update\nsudo apt-get install sun-java6-jdk\n# For Hive and Hue\nsudo apt-get install mysql-server\n# For Hue\nsudo apt-get install python2.7-dev\nsudo apt-get install libxslt-dev\nsudo apt-get install libmysqlclient-dev\nsudo apt-get install libsqlite3-dev\nsudo apt-get install libsasl2-dev\nsudo apt-get install maven2\nsudo apt-get install asciidoc\n```\n\nOn Ubuntu 11.10, Hue installation failed, see:\nhttps://issues.cloudera.org/browse/HUE-599?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs","maintainers":[{"name":"david","email":"david@adaltas.com"}]},"0.0.4":{"name":"heco","description":"Hadoop Ecosystem","version":"0.0.4","author":{"name":"David Worms"},"contributors":[{"name":"David Worms","email":"david@adaltas.com"}],"dependencies":{"coffee-script":"latest","shell":"latest","mecano":"latest","glob":"latest","dom-js":"latest","heco-core":"latest","heco-hadoop":"latest","heco-hbase":"latest","heco-hive":"latest","heco-pig":"latest","heco-oozie":"latest","heco-hue":"latest","heco-zookeeper":"latest","heco-thrift":"latest","heco-flume":"latest"},"keywords":[],"main":"index","bin":{"heco":"./bin/heco"},"engines":{"node":">= 0.4.7"},"_npmUser":{"name":"david","email":"david@adaltas.com"},"_id":"heco@0.0.4","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"db9a704be1aa2b9d21fbeb2f4f325ee57778b641","tarball":"https://registry.npmjs.org/heco/-/heco-0.0.4.tgz","integrity":"sha512-GAaM2Q1X/kKm3SrQVEjOyUFHDWoOCQnjXaD1H4D/hkmGKdZwNHR+MaZQNW2b7DCqLd3uLAuUwm/Jny8DWwsnbw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBvAmoluL7RNsdmCpWe1ZArwRkJ0xsyv7heSrSnXM3ZjAiAd/7KSJ9L7Ek63Y75M3RjfN2eLEIdG7q/ave9/2h3AgA=="}]},"readme":"\nHeco - Installation and configuration of an Hadoop Ecosystem\n============================================================\n\nHeco provide a set of commands to install, configure and manage your Hadoop Ecosystem. At the moment, it is focusing on local developer installation.\n\nInstallation\n------------\n\n```bash\ngit clone http://github.com/wdavidw/heco.git\ncd heco\nnpm install\nnpm link\nheco help\nheco install\n```\n\nOn OSX, I didn't encounter any particular issue, but maybe was it because I already had all the dependencies.\n\nOn a fresh Ubuntu 11.04 installation, you will need to prepare the system as follow.\n\n```bash\n# Install Sun Java JDK (recommended by Hadoop)\nUBUNTU_REPO='deb http://archive.canonical.com/ubuntu maverick partner'\nsudo echo $UBUNTU_REPO > /etc/apt/sources.list.d/ubuntu_partner.list\nsudo echo 'export JAVA_HOME=/usr/lib/jvm/java-6-sun' > /etc/profile.d/java.sh\nsudo apt-get update\nsudo apt-get install sun-java6-jdk\n# For Hive and Hue\nsudo apt-get install mysql-server\n# For Hue\nsudo apt-get install python2.7-dev\nsudo apt-get install libxslt-dev\nsudo apt-get install libmysqlclient-dev\nsudo apt-get install libsqlite3-dev\nsudo apt-get install libsasl2-dev\nsudo apt-get install maven2\nsudo apt-get install asciidoc\n```\n\nOn Ubuntu 11.10, Hue installation failed, see:\nhttps://issues.cloudera.org/browse/HUE-599?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs","maintainers":[{"name":"david","email":"david@adaltas.com"}]}},"maintainers":[{"name":"david","email":"david@adaltas.com"}],"time":{"modified":"2022-06-18T19:48:38.311Z","created":"2011-10-20T15:39:58.126Z","0.0.1":"2011-10-20T15:40:00.176Z","0.0.2":"2011-11-15T23:18:22.234Z","0.0.3":"2012-03-12T16:35:13.374Z","0.0.4":"2012-03-13T00:49:25.448Z"},"author":{"name":"David Worms"}}