博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
snappy 在linux安装及使用
阅读量:6570 次
发布时间:2019-06-24

本文共 2129 字,大约阅读时间需要 7 分钟。

  hot3.png

Step1 : download and install snappy

If you didn't install snappy under /usr or /usr/local, you need to specify the location by --with-snappy as follows.

# download snappyhttp://pkgs.fedoraproject.org/repo/pkgs/snappy/# install snappytar xvfz snappy-1.1.3.tar.gzcd snappy-1.1.3./configure --prefix=/usr/local/snappymakemake install

Step2 : download and install snzip

# download snziphttps://bintray.com/kubo/generic/snzip,# install snziptar xvfz snzip-1.0.4.tar.gzcd snzip-1.0.4./configure --with-snappy=/usr/local/snappymakemake install

You can use --with-default-format to change the default compression format.

./configure --with-default-format=snzip
[root@test1 ~]# snzip -hsnzip 1.0.4  Usage: snzip [option ...] [file ...]  general options:   -c       output to standard output, keep original files unchanged   -d       decompress   -k       keep (don't delete) input files   -t name  file format name. see below. The default format is framing2.   -h       give this help  raw_format option:   -s size  size of input data when compressing.            The default value is the file size if available.  tuning options:   -b num   internal block size in bytes   -B num   internal block size. 'num'-th power of two.   -R num   size of read buffer in bytes   -W num   size of write buffer in bytes   -T       trace for debug  supported formats:    NAME            SUFFIX  URL    ----            ------  ---    framing2        sz      https://github.com/google/snappy/blob/master/framing_format.txt    hadoop-snappy   snappy  https://code.google.com/p/hadoop-snappy/    iwa             iwa     https://github.com/obriensp/iWorkFileFormat/blob/master/Docs/index.md#snappy-compression    framing         sz      https://github.com/google/snappy/blob/0755c815197dacc77d8971ae917c86d7aa96bf8e/framing_format.txt    snzip           snz     https://github.com/kubo/snzip    snappy-java     snappy  https://github.com/xerial/snappy-java    snappy-in-java  snappy  https://github.com/dain/snappy    comment-43      snappy  http://code.google.com/p/snappy/issues/detail?id=34#c43[root@test1 ~]#

 

转载于:https://my.oschina.net/qzhli/blog/1601237

你可能感兴趣的文章
Gentoo安装详解(一) -- 安装基本系统
查看>>
CrossPHP 1.5.3 发布,轻量级 PHP 开发框架
查看>>
utf-8 bom 小实验
查看>>
[分享]iOS开发-自定义返回按钮后手动添加手势返回解决方案
查看>>
[转]关于TDD、BDD和DDD的一些看法
查看>>
etcd 集群的管理 - 暴走漫画容器实践系列 Part4
查看>>
Emmet不完全总结
查看>>
Fragment初学3——使用Fragment的子类DialogFragment
查看>>
安波福与博世各出奇招,CES 热身赛已经开打
查看>>
阿里发布商业操作系统背后:云技术推动商业变革
查看>>
PostgreSQL 10.1 手册_部分 II. SQL 语言_第 8 章 数据类型_8.8. 几何类型
查看>>
软件测试面试题集合(一)
查看>>
js前端转换Date或秒数的时间格式
查看>>
Android View 及 Input 类之间关系
查看>>
Mac OS上反编译android app的环境搭建
查看>>
vuex 在非组件中调用 actions 方法
查看>>
Android之路 - 冷启动解决方案:实现秒开
查看>>
mysql语法
查看>>
区块链开发公司谈区块链影响着哪些行业
查看>>
tomcat session 共享 redis
查看>>