码迷,mamicode.com
首页 >  
搜索关键字:hadoop unexpected end of input stream    ( 87926个结果
Hadoop single Node cluster
目的:本文描述怎么安装和配置一个单结点的Hadoop,以便搭建能快速简单操作和使用Hadoop的MapReduce和Hadoop的分布式文件系统(HDFS);先决条件:支持的平台GNU/Linux 可用作开发和生产平台. Hadoop 在GNU/Linux clusters with 2000 no...
分类:其他好文   时间:2014-07-22 23:14:55    阅读次数:435
【Python】入门 list有些不懂
#-*- coding: cp936 -*- #首行加这个 代码里就可以加注释raw_input("Press Enter Exit") #最后一行加这个,可以直接点击脚本运行脚本l[a:b] = [c] #即用右边的[c]完全替换a到b-1个元素http://www.cnblogs.com/zhe...
分类:编程语言   时间:2014-07-22 23:14:54    阅读次数:369
LeetCode:Reverse Words in a String
Reverse Words in a String题目链接:http://oj.leetcode.com/problems/reverse-words-in-a-string/ Given an input string, reverse the string word by word. F...
分类:其他好文   时间:2014-07-22 23:13:32    阅读次数:309
《Thinking in C++》读书笔记——Chapter 3: The C in C++ (2)
Chapter3: The C in C++ (2)Bitwise operators(1)The bitwise exclusive or, or xor (^) produces a one in the output bit if one or the other input bit is a...
分类:编程语言   时间:2014-07-22 23:11:16    阅读次数:618
Ganglia安装配置
基础配置:Hadoop 2.2.0,Hbase 0.96。四台集群机器,一台master,三台slave。三台slave上分别装gmond;namenode机器上设置datasource。客户端:安装wget:sudo yum -y install wget安装epel库: a) 下载epel r....
分类:其他好文   时间:2014-07-22 23:08:34    阅读次数:573
YCSB-0.1.3安装使用
1. 下载YCSB 0.1.3:wget https://github.com/brianfrankcooper/YCSB/archive/0.1.3.tar.gz2. 解压缩:tar zxvf 0.1.3.tar.gz3.安装ant:sudo yum install ant4.把hadoop和hb...
分类:其他好文   时间:2014-07-22 23:08:34    阅读次数:412
Delphi 类方法和普通方法的区别 .
//类声明 TMyClass = class public class procedure MyProc; //类方式 constructor Create; //Create 也是类方法 end;var Form1: TForm1;implementation{$R *.dfm}{ TMyClas...
分类:其他好文   时间:2014-07-22 23:06:33    阅读次数:321
如果input标签中有runat=”server”,则在服务端,Request.Form接收不到
如果input标签中有runat=”server”,则在服务端,Request.Form接收不到
分类:其他好文   时间:2014-05-01 15:58:22    阅读次数:277
矩阵转置
#includemain(){ int a[2][3],b[3][2]; int i,j; //input a for(i=0;i<2;i++) { for(j=0;j<3;j++) { scanf("%d",&a[i][j]); } } // zhuanzhi b for(j=0...
分类:其他好文   时间:2014-04-30 16:04:17    阅读次数:261
six solutions to a single symmetrical problem
Problem description:given a string, find the longest palindrome string in itSolution:1.brute force O(n^3)just enumerate start and end of the substring...
分类:其他好文   时间:2014-04-29 17:22:46    阅读次数:308
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!