自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

guoyachuan01的专栏

主要从事Hadoop方向研究

  • 博客(6)
  • 问答 (1)
  • 收藏
  • 关注

原创 Cloudera Manager 离线安装详细介绍

使用Cloudera Manager安装Hadoop   目 录1           准备工作..........................................................................................................................................

2014-06-20 10:54:55 1572 3

原创 Ambari部署,编译,打包过程中遇到的问题

1.错误: [ERROR] Failed to execute goal com.github.goldin:copy-maven-plugin:0.2.5:copy (create-archive) on project ambari-agent: Processing  [Target path(s) [/home/bdms/workspacebaribari-agent/targetb],

2014-09-23 16:48:37 5963 1

原创 Python国际化详解

1.    准备国际化文件1.1进入Python安装目录中的il8n文件夹下(这里Python安装目录为:C:\Program Files(x86)\python2.7)具体路径为:C:\Program Files(x86)\python2.7\Tools\i18n1.2 双击pygettext.py文件自动生成messages.pot文件1.3编辑messages.pot文件,保

2014-08-22 14:43:51 1528

原创 eclipse部署ambari源码中出现的错误

1.[ERROR] Failed to execute goal on project ambari-server: Could not resolve dependencies for project org.apache.ambari:ambari-server:jar:1.3.0-SNAPSHOT: Failureto find org.apache.ambari:ambari-vi

2014-08-14 16:36:06 2280 1

原创 eclipse创建maven项目报错解决办法

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plu

2014-08-04 10:05:58 7413

原创 java API访问hadoop未响应,修改请求访问次数与每次的访问时间

Configuration conf = new Configuration();conf.setInt("ipc.client.connect.timeout", 10000);conf.setInt("ipc.client.connect.max.retries.on.timeouts",3);

2014-07-18 10:59:23 531

空空如也

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

TA关注的人

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