浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 214 215 216 217 218 219 220 221 222 ··· 630 下一页

2013年1月22日

摘要: HiveClientPythonOperates only on a standalone server. Set (and export) PYTHONPATH to build/dist/lib/py.The python modules imported in the code below are generated by building hive.Please note that the... 阅读全文
posted @ 2013-01-22 22:58 lexus 阅读(285) 评论(0) 推荐(0)

摘要: codedump » glog简单分析glog简单分析2010年12月22日 那谁 发表评论 阅读评论项目组一直使用google的glog开源库进行日志输出, 花时间研究了一下, 做些分享.这里就不分析它的使用方式了, 还是比较简单的, 几乎可以不用配置就直接使用了.另外, 如果真的需要配置的话, glog和一般的日志系统(如log4系列)是不太一样的, 后者一般使用配置文件, 而glog是在命令... 阅读全文
posted @ 2013-01-22 22:52 lexus 阅读(835) 评论(0) 推荐(0)

摘要: glog功能介绍 - 一分钟 - 51CTO技术博客glog功能介绍2011-04-17 09:37:30标签:使用说明 glog 休闲 帮助文档 功能原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://mengjh.blog.51cto.com/2860827/546766 Normal 0 7.8 磅 ... 阅读全文
posted @ 2013-01-22 22:51 lexus 阅读(740) 评论(0) 推荐(0)

摘要: HIVE HOW TO LOAD DATA_Candice Jing_百度空间HIVE HOW TO LOAD DATAHow toloaddatainto Hive------------------------In order to load data into Hive, we need to tell Hive the format of the datathrough "CREATE ... 阅读全文
posted @ 2013-01-22 22:44 lexus 阅读(306) 评论(0) 推荐(0)

摘要: hive实战 - qiang.xu - 博客园hive实战1. 安装hive2. hive实战3. hive存储模型4. 深入hql查询语言5. 参考资料及代码下载<1>. 安装hive下载hive,下载地址http://mirror.bjtu.edu.cn/apache//hive/,解压该文件:xuqiang@ubuntu:~/hadoop/src/hive$ tar zxvf hive-0.... 阅读全文
posted @ 2013-01-22 22:26 lexus 阅读(248) 评论(0) 推荐(0)

摘要: hive array、map、struct使用 - 风生水起 - 博客园hive array、map、struct使用hive提供了复合数据类型: Structs: structs内部的数据可以通过DOT(.)来存取,例如,表中一列c的类型为STRUCT{a INT; b INT},我们可以通过c.a来访问域a Maps(K-V对):访问指定域可以通过["指定域名称"]进行,例如,一个Map M包... 阅读全文
posted @ 2013-01-22 22:03 lexus 阅读(303) 评论(0) 推荐(0)

摘要: hive创建table时指定分隔符 - fuyangchang的专栏 - 博客频道 - CSDN.NET hive创建table时指定分隔符 分类: hive 2010-02-08 21:42 1930人阅读 评论(1) 收藏 举报 由于很多数据在hadoop平台,当从hadoop平台的数据迁移到hive目录下时,由于hive默认的分隔符是/u0001,为了平滑迁移,需... 阅读全文
posted @ 2013-01-22 22:01 lexus 阅读(546) 评论(0) 推荐(0)

摘要: Pentaho Big Data Community Home - Pentaho Big Data -Pentaho WikiTake Pentaho's Big Data Survey!Welcome to the Big Data space in the Pentaho Community wiki. This space is the community home and collect... 阅读全文
posted @ 2013-01-22 21:58 lexus 阅读(328) 评论(0) 推荐(0)

摘要: 手动安装lzop压缩工具 - JerryMo06的专栏 - 博客频道 - CSDN.NET手动安装lzop压缩工具 分类: linux内核 2011-11-30 16:32 911人阅读 评论(1) 收藏 举报lzop是一 种压缩工具,具体介绍请自己去找资料。1、安装lzo库http://www.oberhumer.com/opensource/lzo/download... 阅读全文
posted @ 2013-01-22 21:36 lexus 阅读(499) 评论(0) 推荐(1)

摘要: lzop: 传说中最快的压缩工具 - 可得博客lzop: 传说中最快的压缩工具 十一月 16th, 2009lzop是一个基于LZO压缩库的压缩软件。LZO是一个超级强大的压缩库,最大的特点就是压缩/解压速度极快。 LZO 除了极快的压缩和解压速度以外,最重要的特性就是“就地解压”,即不使用临时文件,这对于体积较大的文件来说,例如光盘映像,是非常合适的。 另外,解压无需内存,解压速度与... 阅读全文
posted @ 2013-01-22 21:31 lexus 阅读(814) 评论(0) 推荐(0)

摘要: Istream中的函数_刻卜浪兴_新浪博客Istream中的函数(2011-12-30 16:06:38)转载▼标签:杂谈 Istream中一些非常用但很有用的函数。我们常使用>>, getline(),但是其实istream这个类型是提供了很多的其他很有用的函数。我们知道使IO行为成为一种流的方式最本质的特征就是模拟数据向水一样从一个地方流像另外一个地方,所以我们使用>>, getline()操... 阅读全文
posted @ 2013-01-22 16:48 lexus 阅读(1086) 评论(0) 推荐(0)

摘要: ……。 阅读全文
posted @ 2013-01-22 16:22 lexus 阅读(149) 评论(0) 推荐(0)

摘要: cin.getline对cin.gcount()的影响 - delphiwcdj的专栏 - 博客频道 - CSDN.NETcin.getline对cin.gcount()的影响 分类: C/C++ 2011-05-08 11:01 195人阅读 评论(0) 收藏 举报2011-05-08 wcdj问题 :测试下面代码,解释cin.gcount的输出为什么会不同?[cp... 阅读全文
posted @ 2013-01-22 13:22 lexus 阅读(323) 评论(0) 推荐(0)

摘要: istream::gcount - huycwork的日志 - 网易博客istream::gcount 2010-03-16 12:41:05|分类: CPPREFERENCE私房 |标签: |字号大中小订阅gcount原型: streamsize istream::gcount();函数gcount()用于输入流, 返回read最后一次非格式化读取的字符的个数. 阅读全文
posted @ 2013-01-22 11:22 lexus 阅读(249) 评论(0) 推荐(0)

摘要: C++ string::size_type 类型 - 保定软件的日志 - 网易博客C++ string::size_type 类型 2010-06-12 08:41:32|分类: C + 算法 |标签: |字号大中小订阅内嵌类中的类型,形如 template<classT> classTest { private: typedefTsize_type; }; typedefsize_tsize_... 阅读全文
posted @ 2013-01-22 10:28 lexus 阅读(427) 评论(0) 推荐(0)

摘要: memset ,memcpy ,memmove,strcpy 的根本区别 与实现 - 邓维 - 博客园memset ,memcpy ,memmove,strcpy 的根本区别 与实现from:http://afreez.blog.51cto.com/59057/7349它们用处不同,但大部分情况下可以完成相同的要求。strcpy原型:extern char *strcpy(char *dest,c... 阅读全文
posted @ 2013-01-22 10:13 lexus 阅读(393) 评论(0) 推荐(0)

摘要: string 与 char * 转换 - 邓维 - 博客园string 与 char * 转换Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//string-->constcharstringstr2ch;str2ch.c_str();//=====... 阅读全文
posted @ 2013-01-22 05:53 lexus 阅读(250) 评论(0) 推荐(0)

摘要: sizeof strlen length() - 邓维 - 博客园sizeof strlen length()Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->sizeof(type);//type(操作数)的存储大小size_tstrlen(const... 阅读全文
posted @ 2013-01-22 05:51 lexus 阅读(207) 评论(0) 推荐(0)

摘要: C Data types - 邓维 - 博客园C Data types Type Bytes Bits Range short int 2 16 -32,768 -> +32,767 (16kb) unsigned short int 2 ... 阅读全文
posted @ 2013-01-22 05:49 lexus 阅读(233) 评论(0) 推荐(0)

摘要: boost 系列 1:boost 直接使用 - 邓维 - 博客园boost 系列 1:boost 直接使用PART 1windows 在www.boost.org的文档中:http://www.boost.org/doc/libs/1_46_1/more/getting_started/windows.html example program (不编译直接使用)#include<boost/lam... 阅读全文
posted @ 2013-01-22 05:48 lexus 阅读(507) 评论(0) 推荐(0)

上一页 1 ··· 214 215 216 217 218 219 220 221 222 ··· 630 下一页