在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → hadoop-1.2.1-bin.tar.gz免费下载

hadoop-1.2.1-bin.tar.gz免费下载

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:36.33M
  • 下载次数:2
  • 浏览次数:69
  • 发布时间:2021-01-22
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.gz
  • 所需积分:2
 

实例介绍

【实例简介】
hadoop-1.2.1-bin.tar.gz免费下载,hadoop-1.2.1-bin.tar.gz免费下载,hadoop-1.2.1-bin.tar.gz免费下载,hadoop-1.2.1-bin.tar.gz免费下载
【实例截图】
【核心代码】
8b9fe54c-990f-4c01-971d-67ee87fa7ce8
└── hadoop-1.2.1
├── bin
│   ├── hadoop
│   ├── hadoop-config.sh
│   ├── hadoop-daemon.sh
│   ├── hadoop-daemons.sh
│   ├── rcc
│   ├── slaves.sh
│   ├── start-all.sh
│   ├── start-balancer.sh
│   ├── start-dfs.sh
│   ├── start-jobhistoryserver.sh
│   ├── start-mapred.sh
│   ├── stop-all.sh
│   ├── stop-balancer.sh
│   ├── stop-dfs.sh
│   ├── stop-jobhistoryserver.sh
│   ├── stop-mapred.sh
│   └── task-controller
├── build.xml
├── c++
│   ├── Linux-amd64-64
│   │   ├── include
│   │   │   └── hadoop
│   │   │   ├── Pipes.hh
│   │   │   ├── SerialUtils.hh
│   │   │   ├── StringUtils.hh
│   │   │   └── TemplateFactory.hh
│   │   └── lib
│   │   ├── libhadooppipes.a
│   │   ├── libhadooputils.a
│   │   ├── libhdfs.a
│   │   ├── libhdfs.la
│   │   ├── libhdfs.so
│   │   ├── libhdfs.so.0
│   │   └── libhdfs.so.0.0.0
│   └── Linux-i386-32
│   ├── include
│   │   └── hadoop
│   │   ├── Pipes.hh
│   │   ├── SerialUtils.hh
│   │   ├── StringUtils.hh
│   │   └── TemplateFactory.hh
│   └── lib
│   ├── libhadooppipes.a
│   ├── libhadooputils.a
│   ├── libhdfs.a
│   ├── libhdfs.la
│   ├── libhdfs.so
│   ├── libhdfs.so.0
│   └── libhdfs.so.0.0.0
├── CHANGES.txt
├── conf
│   ├── capacity-scheduler.xml
│   ├── configuration.xsl
│   ├── core-site.xml
│   ├── fair-scheduler.xml
│   ├── hadoop-env.sh
│   ├── hadoop-metrics2.properties
│   ├── hadoop-policy.xml
│   ├── hdfs-site.xml
│   ├── log4j.properties
│   ├── mapred-queue-acls.xml
│   ├── mapred-site.xml
│   ├── masters
│   ├── slaves
│   ├── ssl-client.xml.example
│   ├── ssl-server.xml.example
│   ├── taskcontroller.cfg
│   └── task-log4j.properties
├── contrib
│   ├── datajoin
│   │   └── hadoop-datajoin-1.2.1.jar
│   ├── failmon
│   │   └── hadoop-failmon-1.2.1.jar
│   ├── gridmix
│   │   └── hadoop-gridmix-1.2.1.jar
│   ├── hdfsproxy
│   │   ├── bin
│   │   │   ├── hdfsproxy
│   │   │   ├── hdfsproxy-config.sh
│   │   │   ├── hdfsproxy-daemon.sh
│   │   │   ├── hdfsproxy-daemons.sh
│   │   │   ├── hdfsproxy-slaves.sh
│   │   │   ├── start-hdfsproxy.sh
│   │   │   └── stop-hdfsproxy.sh
│   │   ├── build.xml
│   │   ├── conf
│   │   │   ├── configuration.xsl
│   │   │   ├── hdfsproxy-default.xml
│   │   │   ├── hdfsproxy-env.sh
│   │   │   ├── hdfsproxy-env.sh.template
│   │   │   ├── hdfsproxy-hosts
│   │   │   ├── log4j.properties
│   │   │   ├── ssl-server.xml
│   │   │   ├── tomcat-forward-web.xml
│   │   │   ├── tomcat-web.xml
│   │   │   ├── user-certs.xml
│   │   │   └── user-permissions.xml
│   │   ├── hdfsproxy-2.0.jar
│   │   └── README
│   ├── hod
│   │   ├── bin
│   │   │   ├── checknodes
│   │   │   ├── hod
│   │   │   ├── hodcleanup
│   │   │   ├── hodring
│   │   │   ├── ringmaster
│   │   │   ├── verify-account
│   │   │   └── VERSION
│   │   ├── build.xml
│   │   ├── CHANGES.txt
│   │   ├── conf
│   │   │   └── hodrc
│   │   ├── config.txt
│   │   ├── getting_started.txt
│   │   ├── hodlib
│   │   │   ├── AllocationManagers
│   │   │   │   ├── goldAllocationManager.py
│   │   │   │   └── __init__.py
│   │   │   ├── Common
│   │   │   │   ├── allocationManagerUtil.py
│   │   │   │   ├── descGenerator.py
│   │   │   │   ├── desc.py
│   │   │   │   ├── hodsvc.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── logger.py
│   │   │   │   ├── miniHTMLParser.py
│   │   │   │   ├── nodepoolutil.py
│   │   │   │   ├── setup.py
│   │   │   │   ├── socketServers.py
│   │   │   │   ├── tcp.py
│   │   │   │   ├── threads.py
│   │   │   │   ├── types.py
│   │   │   │   ├── util.py
│   │   │   │   └── xmlrpc.py
│   │   │   ├── GridServices
│   │   │   │   ├── hdfs.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── mapred.py
│   │   │   │   └── service.py
│   │   │   ├── Hod
│   │   │   │   ├── hadoop.py
│   │   │   │   ├── hod.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── nodePool.py
│   │   │   ├── HodRing
│   │   │   │   ├── hodRing.py
│   │   │   │   └── __init__.py
│   │   │   ├── __init__.py
│   │   │   ├── NodePools
│   │   │   │   ├── __init__.py
│   │   │   │   └── torque.py
│   │   │   ├── RingMaster
│   │   │   │   ├── idleJobTracker.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── ringMaster.py
│   │   │   ├── Schedulers
│   │   │   │   ├── __init__.py
│   │   │   │   └── torque.py
│   │   │   ├── ServiceProxy
│   │   │   │   ├── __init__.py
│   │   │   │   └── serviceProxy.py
│   │   │   └── ServiceRegistry
│   │   │   ├── __init__.py
│   │   │   └── serviceRegistry.py
│   │   ├── ivy
│   │   │   └── libraries.properties
│   │   ├── ivy.xml
│   │   ├── README
│   │   ├── support
│   │   │   ├── checklimits.sh
│   │   │   └── logcondense.py
│   │   └── testing
│   │   ├── helper.py
│   │   ├── __init__.py
│   │   ├── lib.py
│   │   ├── main.py
│   │   ├── testHadoop.py
│   │   ├── testHodCleanup.py
│   │   ├── testHod.py
│   │   ├── testHodRing.py
│   │   ├── testModule.py
│   │   ├── testRingmasterRPCs.py
│   │   ├── testThreads.py
│   │   ├── testTypes.py
│   │   ├── testUtil.py
│   │   └── testXmlrpc.py
│   ├── index
│   │   └── hadoop-index-1.2.1.jar
│   ├── streaming
│   │   └── hadoop-streaming-1.2.1.jar
│   └── vaidya
│   ├── bin
│   │   └── vaidya.sh
│   ├── conf
│   │   └── postex_diagnosis_tests.xml
│   └── hadoop-vaidya-1.2.1.jar
├── hadoop-ant-1.2.1.jar
├── hadoop-client-1.2.1.jar
├── hadoop-core-1.2.1.jar
├── hadoop-examples-1.2.1.jar
├── hadoop-minicluster-1.2.1.jar
├── hadoop-test-1.2.1.jar
├── hadoop-tools-1.2.1.jar
├── ivy
│   ├── hadoop-client-pom-template.xml
│   ├── hadoop-core.pom
│   ├── hadoop-core-pom-template.xml
│   ├── hadoop-examples-pom-template.xml
│   ├── hadoop-minicluster-pom-template.xml
│   ├── hadoop-streaming-pom-template.xml
│   ├── hadoop-test-pom-template.xml
│   ├── hadoop-tools-pom-template.xml
│   ├── ivy-2.1.0.jar
│   ├── ivysettings.xml
│   └── libraries.properties
├── ivy.xml
├── lib
│   ├── asm-3.2.jar
│   ├── aspectjrt-1.6.11.jar
│   ├── aspectjtools-1.6.11.jar
│   ├── commons-beanutils-1.7.0.jar
│   ├── commons-beanutils-core-1.8.0.jar
│   ├── commons-cli-1.2.jar
│   ├── commons-codec-1.4.jar
│   ├── commons-collections-3.2.1.jar
│   ├── commons-configuration-1.6.jar
│   ├── commons-daemon-1.0.1.jar
│   ├── commons-digester-1.8.jar
│   ├── commons-el-1.0.jar
│   ├── commons-httpclient-3.0.1.jar
│   ├── commons-io-2.1.jar
│   ├── commons-lang-2.4.jar
│   ├── commons-logging-1.1.1.jar
│   ├── commons-logging-api-1.0.4.jar
│   ├── commons-math-2.1.jar
│   ├── commons-net-3.1.jar
│   ├── core-3.1.1.jar
│   ├── hadoop-capacity-scheduler-1.2.1.jar
│   ├── hadoop-fairscheduler-1.2.1.jar
│   ├── hadoop-thriftfs-1.2.1.jar
│   ├── hsqldb-1.8.0.10.jar
│   ├── hsqldb-1.8.0.10.LICENSE.txt
│   ├── jackson-core-asl-1.8.8.jar
│   ├── jackson-mapper-asl-1.8.8.jar
│   ├── jasper-compiler-5.5.12.jar
│   ├── jasper-runtime-5.5.12.jar
│   ├── jdeb-0.8.jar
│   ├── jdiff
│   │   ├── hadoop_0.17.0.xml
│   │   ├── hadoop_0.18.1.xml
│   │   ├── hadoop_0.18.2.xml
│   │   ├── hadoop_0.18.3.xml
│   │   ├── hadoop_0.19.0.xml
│   │   ├── hadoop_0.19.1.xml
│   │   ├── hadoop_0.19.2.xml
│   │   ├── hadoop_0.20.1.xml
│   │   ├── hadoop_0.20.205.0.xml
│   │   ├── hadoop_1.0.0.xml
│   │   ├── hadoop_1.0.1.xml
│   │   ├── hadoop_1.0.2.xml
│   │   ├── hadoop_1.0.3.xml
│   │   ├── hadoop_1.0.4.xml
│   │   ├── hadoop_1.1.0.xml
│   │   ├── hadoop_1.1.1.xml
│   │   ├── hadoop_1.1.2.xml
│   │   ├── hadoop_1.2.0.xml
│   │   └── hadoop_1.2.1.xml
│   ├── jersey-core-1.8.jar
│   ├── jersey-json-1.8.jar
│   ├── jersey-server-1.8.jar
│   ├── jets3t-0.6.1.jar
│   ├── jetty-6.1.26.jar
│   ├── jetty-util-6.1.26.jar
│   ├── jsch-0.1.42.jar
│   ├── jsp-2.1
│   │   ├── jsp-2.1.jar
│   │   └── jsp-api-2.1.jar
│   ├── junit-4.5.jar
│   ├── kfs-0.2.2.jar
│   ├── kfs-0.2.LICENSE.txt
│   ├── log4j-1.2.15.jar
│   ├── mockito-all-1.8.5.jar
│   ├── native
│   │   ├── Linux-amd64-64
│   │   │   ├── libhadoop.a
│   │   │   ├── libhadoop.la
│   │   │   ├── libhadoop.so
│   │   │   ├── libhadoop.so.1
│   │   │   └── libhadoop.so.1.0.0
│   │   └── Linux-i386-32
│   │   ├── libhadoop.a
│   │   ├── libhadoop.la
│   │   ├── libhadoop.so
│   │   ├── libhadoop.so.1
│   │   └── libhadoop.so.1.0.0
│   ├── oro-2.0.8.jar
│   ├── servlet-api-2.5-20081211.jar
│   ├── slf4j-api-1.4.3.jar
│   ├── slf4j-log4j12-1.4.3.jar
│   └── xmlenc-0.52.jar
├── libexec
│   ├── hadoop-config.sh
│   └── jsvc.amd64
├── LICENSE.txt
├── NOTICE.txt
├── README.txt
├── sbin
│   ├── hadoop-create-user.sh
│   ├── hadoop-setup-applications.sh
│   ├── hadoop-setup-conf.sh
│   ├── hadoop-setup-hdfs.sh
│   ├── hadoop-setup-single-node.sh
│   ├── hadoop-validate-setup.sh
│   └── update-hadoop-env.sh
├── share
│   └── hadoop
│   └── templates
│   └── conf
│   ├── capacity-scheduler.xml
│   ├── commons-logging.properties
│   ├── core-site.xml
│   ├── hadoop-env.sh
│   ├── hadoop-metrics2.properties
│   ├── hadoop-policy.xml
│   ├── hdfs-site.xml
│   ├── log4j.properties
│   ├── mapred-queue-acls.xml
│   ├── mapred-site.xml
│   └── taskcontroller.cfg
├── src
│   └── contrib
│   └── ec2
│   └── bin
│   ├── cmd-hadoop-cluster
│   ├── create-hadoop-image
│   ├── delete-hadoop-cluster
│   ├── hadoop-ec2
│   ├── hadoop-ec2-env.sh
│   ├── hadoop-ec2-init-remote.sh
│   ├── image
│   │   ├── create-hadoop-image-remote
│   │   └── ec2-run-user-data
│   ├── launch-hadoop-cluster
│   ├── launch-hadoop-master
│   ├── launch-hadoop-slaves
│   ├── list-hadoop-clusters
│   └── terminate-hadoop-cluster
└── webapps
├── datanode
│   └── WEB-INF
│   └── web.xml
├── hdfs
│   ├── index.html
│   └── WEB-INF
│   └── web.xml
├── history
│   └── WEB-INF
│   └── web.xml
├── job
│   ├── analysejobhistory.jsp
│   ├── gethistory.jsp
│   ├── index.html
│   ├── job_authorization_error.jsp
│   ├── jobblacklistedtrackers.jsp
│   ├── jobconf_history.jsp
│   ├── jobconf.jsp
│   ├── jobdetailshistory.jsp
│   ├── jobdetails.jsp
│   ├── jobfailures.jsp
│   ├── jobhistoryhome.jsp
│   ├── jobhistory.jsp
│   ├── jobqueue_details.jsp
│   ├── jobtaskshistory.jsp
│   ├── jobtasks.jsp
│   ├── jobtracker.jsp
│   ├── legacyjobhistory.jsp
│   ├── loadhistory.jsp
│   ├── machines.jsp
│   ├── taskdetailshistory.jsp
│   ├── taskdetails.jsp
│   ├── taskstatshistory.jsp
│   ├── taskstats.jsp
│   └── WEB-INF
│   └── web.xml
├── secondary
│   ├── index.html
│   └── WEB-INF
│   └── web.xml
├── static
│   ├── hadoop.css
│   ├── hadoop-logo.jpg
│   ├── jobconf.xsl
│   ├── jobtracker.js
│   └── sorttable.js
└── task
├── index.html
└── WEB-INF
└── web.xml

73 directories, 327 files

标签:

实例下载地址

hadoop-1.2.1-bin.tar.gz免费下载

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警