上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 34 下一页
摘要: #!/usr/bin/env python# encoding: utf-8"""查看被删的微信好友@link: https://github.com/0x5e/wechat-deleted-friends"""from __future__ import print... 阅读全文
posted @ 2016-07-19 17:28 yuerspring 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 1. 在 HDFS 中 配置 HTTPFS2 选择 httpfs 3. 选择一个主机 ,保存 继续 ,并启动 httpfs 服务即可,不需要启动集群4.Hue 配置 中 选择 httpfs 保存 并重启 Hue 服务 即可 阅读全文
posted @ 2016-07-18 22:27 yuerspring 阅读(398) 评论(0) 推荐(0) 编辑
摘要: CDH 环境搭建配置集成搭建CM 挺费劲 CM 里面 安装和管理服务 确实方便太多 阅读全文
posted @ 2016-07-15 18:01 yuerspring 阅读(271) 评论(0) 推荐(0) 编辑
摘要: YARN基本架构 Yarn 搭建也采用了HA , yarn-site.xml 阅读全文
posted @ 2016-07-15 09:07 yuerspring 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 大数据技术之Sqoop配置示例 hdfstomysqlexport--connectjdbc:mysql://bigdatacloud:3306/test--usernameroot--password123--tablehdfstomysql--columnsid,... 阅读全文
posted @ 2016-07-13 18:32 yuerspring 阅读(138) 评论(0) 推荐(0) 编辑
摘要: HiveQL DDL statements are documented here, including: CREATE DATABASE/SCHEMA, TABLE, VIEW, FUNCTION, INDEX DROP DATABASE/SCHEMA,... 阅读全文
posted @ 2016-07-11 14:33 yuerspring 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 1.Loading files into tablesLOAD DATA [LOCAL] INPATH 'filepath' [OVERWRITE] INTO TABLE tablename [PARTITION (partcol1=val1, partcol2=va... 阅读全文
posted @ 2016-07-11 14:32 yuerspring 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 一些内容来自网络 :http://www.cnblogs.com/vamei 欢迎转载,也请保留这段声明。谢谢!一行简单的代码 ,速度提升一倍from time import timet = time()list =['a','b','is','python','ja... 阅读全文
posted @ 2016-07-09 23:57 yuerspring 阅读(157) 评论(0) 推荐(0) 编辑
摘要: (function(){ var CookieUtil = { // get the cookie of the key is name get: function(name) { var... 阅读全文
posted @ 2016-07-06 23:41 yuerspring 阅读(320) 评论(0) 推荐(0) 编辑
摘要: # -*- coding:utf-8 -*-from bs4 import BeautifulSoupimport reimport urllibimport urllib2import mathimport codecsdomain='http://bj.lianj... 阅读全文
posted @ 2016-07-06 16:03 yuerspring 阅读(397) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 34 下一页