自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Maven项目下update maven后Eclipse报错:java.lang.ClassNotFoundException: ContextLoaderL

Maven项目下update maven后Eclipse报错:java.lang.ClassNotFoundException: ContextLoaderL (2014-02-28 14:24:56)转载▼标签: 文化 分类: java严重: Error configuring application listener of class org.springframework.web....

2016-05-18 19:24:33 91

原创 安装hive1..21

hive1.2.1apache-hive-1.2.1-bin.tar.gzwget http://mirrors.cnnic.cn/apache/hive/hive-1.2.1/apache-hive-1.2.1-bin.tar.gz tar xzvf apache-hive-1.2.1-bin.tar.gz -C /home/pipstat/yarn/

2016-03-23 18:32:02 142

原创 hadoop启动时为什么要输入密码

[pipstat@PIPtest58 hadoop]$ sbin/start-all.sh This script is Deprecated. Instead use start-dfs.sh and start-yarn.sh16/03/15 20:10:15 WARN util.NativeCodeLoader: Unable to load native-hadoop librar...

2016-03-15 20:17:11 596

原创 hadoop异常java.net.ConnectException: 拒绝连接

[pipstat@PIPtest58 hadoop]$ bin/hadoop jar share/hadoop/mapreduce/sources/hadoop-mapreduce-examples-2.5.2-sources.jar org.apache.hadoop.examples.WordCount input output16/03/15 20:14:25 WARN util.Nat...

2016-03-15 20:16:08 6802 2

原创 hadoop如何将本地磁盘文件上传到服务器

package com.pip.data.hadoop.util.test;import java.io.File;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.conf.Configured;import org.apache.hadoop.fs.FileSystem;impo...

2015-03-17 13:49:33 846

原创 hadoop中文乱码问题

1.hadoop默认编码上utf-82.如果输入文件如果是保存成utf-8格式,则wordcount.java程序中不需要转码,输出文件也是uft-8文件格式;如果输出文件格式为其他格式,则在wordcount.java程序中需要对其转码,如果不转换编码,在程序打钱出输入文件内容时中文显示为乱码,转到GBK后,输出文件中的内容自动生成到输出文件时格式为utf-8.3.在Xshell中查...

2015-03-17 13:44:21 1859

空空如也

空空如也

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

TA关注的人

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