- 博客(23)
- 收藏
- 关注
原创 Hadoop-2.3.0学习(5)——mapreduce程序
import java.io.*;import java.util.*;import org.apache.hadoop.conf.*;import org.apache.hadoop.fs.Path;import org.apache.hadoop.io.*;import org.apache.hadoop.mapreduce.*;import org.apache.hadoop.
2014-09-27 14:27:40
484
原创 Hadoop-2.3.0学习(3)——Hadoop Shell的基本操作介绍
存着一直没上传的文章,随便记录一些常用的 hadoop shell命令。首先,默认hadoop2.3.0已经配置好,安装目录位于/home/high5/hadoop-2.3.0,进入该目录下。1、启动与关闭hadoop: 启动hadoop:之前版本都是使用sbin/start-all.sh命令,当然,hadoop2.3.0也支持该命令,但是会提示最好使用sbin/start-y
2014-09-09 22:06:05
837
原创 数据结构(4)——链表,引进门
In computer science, a linked list is a data structure consisting of a group of nodes which together represent a sequence. Under the simplest form, each node is composed of a data and areference
2014-08-21 21:35:33
566
原创 数据结构(3)——线性表,最简单的数据结构
In computer science, a list or sequence is an abstract data type that implements a finite ordered collection of values, where the same value may occur more than once. An instance of a list is a co
2014-08-21 20:10:27
694
原创 python学习笔记(三)之面向对象编程
面向对象编程无需赘述,主要是三大点:封装 encapsulation继承 inheritance多态 polymorphism
2014-07-31 20:58:47
548
原创 python学习笔记(二)之函数
函数是高级程序语言设计不可缺少的一部分,现在就来看看python中的函数。一、函数的调用:首先,python中有很多内置函数,可以供我们直接调用。(详细参见:https://docs.python.org/2/library/functions.html#abs)如果想知道一个内置函数的使用方法,可以在交互环境中使用help()来查看。例如:>>> help(abs)Help o
2014-07-31 14:56:18
531
转载 ssh: Could not resolve hostname问题终于解决了。
1、如果系统为64位,无法启动启动hdfs: ./sbin/start-dfs.sh。并有以下错误:[html] view plaincopysed: -e expression #1, char 6: unknown option to `s' HotSpot(TM): ssh: Could not resolve hostn
2014-04-29 22:59:03
153713
1
原创 Python初学时的一个小错误:IndentationError: expected an indented block
初学python时,由于Python是一种敏感的语言,无论在cmd中还是编辑器中,一个不注意就会发生一些小错误。对于IndentationError: expected an indented block这个错误也是十分容易发生的,例如:其实这个错误的解决办法很简单,就是在print key这一行加上一个空格或Tab一下让它缩进,就能解决问题。所以,Python就是这样一种语言
2014-03-16 14:43:07
747
原创 Openstack开发环境的部署方法
OpenStack开发环境的原始部署方法让人十分头疼(http://blog.chinaunix.net/uid-22414998-id-3265685.html),繁琐的修改和设定,很容易出错,估在此推荐几种漂亮的部署方法。1.使用devstack+重启脚本:http://www.linuxidc.com/Linux/2012-09/69802.htm 2.使用OneStack
2014-03-09 15:56:18
972
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人