上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 49 下一页
摘要: I don’t know what that dream is that you have, I don't care how disappointing it might have been as you've been working toward that dream, but that dr 阅读全文
posted @ 2019-12-12 19:19 醉城、 阅读(1509) 评论(0) 推荐(1) 编辑
摘要: 1、原表查询:select count(*) from temp.table01 where stat_dt = '2024-01-09' ; 2、查看数据文件hadoop fs -ls /user/hive/warehouse/temp.db/table01/stat_dt=2024-01-09F 阅读全文
posted @ 2019-12-11 13:49 醉城、 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: 简单介绍一下两者的区别: 对于一般的函数test(x),它跟类和类的实例没有任何关系,直接调用test(x)即可 #!/usr/bin/python # -*- coding:utf-8 -*- def foo(x): print "running (%s)" % x foo("test") 对于普 阅读全文
posted @ 2019-12-09 18:35 醉城、 阅读(495) 评论(0) 推荐(0) 编辑
摘要: MSCK REPAIR TABLE命令主要是用来解决通过hdfs dfs -put或者hdfs api写入hive分区表的数据在hive中无法被查询到的问题。我们知道hive有个服务叫metastore,这个服务主要是存储一些元数据信息,比如数据库名,表名或者表的分区等等信息。如果不是通过hive的 阅读全文
posted @ 2019-12-06 17:34 醉城、 阅读(3029) 评论(0) 推荐(0) 编辑
摘要: MongoDB 使用 update() 和 save() 方法来更新集合中的文档。接下来让我们详细来看下两个函数的应用及其区别。 update() 方法update() 方法用于更新已存在的文档。语法格式如下:db.collection.update( <query>, <update>, { up 阅读全文
posted @ 2019-12-02 13:48 醉城、 阅读(182) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 49 下一页