自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (3)
  • 收藏
  • 关注

原创 hadoop学习笔记 (2.7.1源代码编译 Ubuntu)

在编译源代码的时候与到了很多错误。下面列出我遇到的错误:问题1: no plugin descriptor found at meta-inf/maven/plugin.xml 遇到这个错误的时候,是因为没有编译hadoop-maven-plugins,解决方法: cd hadoop-2.7.1-src/hadoop-maven-plugins mvn install 然后这个m

2015-11-19 17:04:01 492

谷歌官网的snappy

http://google.github.io/snappy/ 下载的 Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. On a single core of a Core i7 processor in 64-bit mode, Snappy compresses at about 250 MB/sec or more and decompresses at about 500 MB/sec or more.

2018-03-28

Hbase 删除某一列

删除Hbase中某个表的一列值 命令 java -jar deleteOneColumn.jar(这个文件的路径) '表名' '列簇名' '列名'

2018-02-07

Matlab 入门教程

matlab 入门教程, 很全面的讲解了 如何使用matlab 是菜鸟入门很好的教材

2014-05-09

空空如也

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

TA关注的人

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