自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 Move Zeroes

Move Zeroes Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements.For example, given nums = [0, 1, 0, 3, 12], a

2015-11-27 10:00:15 281

原创 Maximum Depth of Binary Tree

Maximum Depth of Binary Tree Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.

2015-11-26 20:52:17 235

原创 Add Digits

Add DigitsTotal Accepted: 46491 Total Submissions: 97958 Difficulty: EasyGiven a non-negative integer num, repeatedly add all its digits until the result has only one digit.For example:

2015-11-26 20:24:25 229

原创 hive 中的NULL测试

hive 中的NULL测试---http://blog.csdn.net/henry286700143/article/details/40182111  这个文章和我要表达的意思基本一样。ALTER TABLE test123 SET SERDEPROPERTIES('serialization.null.format' = '');这个语句会把hive中nu

2015-02-06 14:07:08 452

原创 kettle 下 从dbms向hive导数据

经过多次验证,感觉kettle不支持这样。后来zi

2014-09-02 22:26:34 686

原创 kettle连接hive

1.连接Oracle、mysql要把相应的包放到lib下面,Oracle的是class12.jar,mysqlmeishi

2014-09-01 20:17:08 967

原创 Ubuntu 下安装hadoop

1.安装 Ubuntu ,之后要安装 ssh server 才能远程连接上,手动安装vim2.安转jdk,http://blog.csdn.net/snowdream86/article/details/6677450  要手工下载后导入进去。之后再解压啥的。3.之后按照http://blog.csdn.net/zhaoyl03/article/details/8657

2014-09-01 20:14:20 351

空空如也

空空如也

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

TA关注的人

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