自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

hadoop:简单的测试例子

hadoop启动后,1.首先查看下是否有可以上传的目录,避免再创建的话会重名:    hdfs dfs -ls /2.创建一个文件夹,专门存放要hadoop要分析的数据文件(注意,这个命令创建的文件夹好像是不存在的,你找不到的,所以你要记住你创建的这个路径文件夹,下面用得着):    hdfs dfs -mkdir -p /home/input3.把要分析的文件上传上去:...

2015-07-17 10:59:08 411

1: installing nodejs

it's so easy to install nodejs,u just download the installing package which u need version by "https://nodejs.org/" . and install it.All steps are installed by default. 

2015-07-02 09:46:19 123

原创 2: installing express for nodejs

<!--[if !supportLists]-->Previous we have installed the nodejs, u can entry “node -v” in the command prompt,and list infos like below ps  Then u can next step, entry “npm install exp...

2015-07-02 09:31:57 111

How to redirect tomcat console to log files?

Edit bin/startup.bat and change the line: call "%EXECUTABLE%" start %CMD_LINE_ARGS% to: set "sydate=%Date:~0,4%-%Date:~5,2%-%Date:~8,2%" call "%EXECUTABLE%"...

2015-06-30 10:41:35 86

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除