作者小头像 Lv.2
更多个人资料
70 成长值
0 关注
0 粉丝
+ 关注 私信

个人介绍

这个人很懒,什么都没有留下

感兴趣或擅长的领域

暂无数据
个人勋章
TA还没获得勋章~
成长雷达
70
0
0
0
0

个人资料

个人介绍

这个人很懒,什么都没有留下

感兴趣或擅长的领域

暂无数据

达成规则

以上满足项可达成此勋章

  • 博客
  • 关注
  • 粉丝
  • 论坛
全部时间
全部时间
最近三天
最近一周
最近一月
  • 全部
  • 暂无专栏分类
hive和hdfs
创建外部表employeecreate table employee(user_id int,username string,dept_id int)row format delimited fields terminated by ','  stored as textfile ;装载数据load data inpath '/ict01/department.txt' into table...
Hive
作者小头像 没头脑 2022-06-18 08:45:08
6305
0
0
2022-06-18 08:45:08
999+
0
0
hive处理数据
操作命令数据预处理:剔除数据中任意字段为空值INSERT OVERWRITE TABLE result01 select * from salary where userid is not null and dept_id is not null and salarys is not null剔除identity字段数值在0-100以外的值INSERT OVERWRITE TAB...
Hive
作者小头像 没头脑 2022-06-18 08:26:28
2632
0
0
2022-06-18 08:26:28
999+
0
0
hdfs数据
从本地源中加载数据到hive表中load data inpath '/ict01/department.txt' into table department.txt;创建外部表employeecreate external table employee(id int,name string ,subject string,score  float)  row format delimited...
作者小头像 没头脑 2022-06-18 08:25:44
6005
0
0
2022-06-18 08:25:44
999+
0
0
hive建表4
任务1:相似度检测 查询result表中,碱基对(aliLen)长度介于29800-29900之间的个数,截图并保存为3-1-alilen。查询result表中,按照匹配程度(identity)进行降序排序,显示sav,identity,bitScore这三个字段的前十行数据,截图并保存为3-2-bitscore。 任务2:分组统计 分组统计result表中 gapOpens 的次数并进行降...
Hive
作者小头像 没头脑 2022-06-18 08:22:35
2544
0
0
2022-06-18 08:22:35
999+
0
0
hive建表3
在Hive查询期间,将前面的查询结果保存为结果表,在结果表中查询数据create table result as select b.item,b.total,casewhen total<800 then 'cold'when total>=800 and total <1000 then 'warm'else 'hot'end as sort from(select item,sum(nu...
Hive
作者小头像 没头脑 2022-06-18 08:21:18
4601
0
0
2022-06-18 08:21:18
999+
0
0
hbase大全
HBase将数据记录插入到表中。当成功插入数据记录时,查询数据记录,采取screen快照,并将其保存为5.2.1-INSERT。 put 'hbase_ict001','chips','cf1:total','635'put 'hbase_ict001','chips','cf1:sort','warm'get 'hbase_ict001','chips'根据前面的分类规则(3.2.3.4....
HBase 应用与数据集成平台 ROMA Connect
作者小头像 没头脑 2022-06-18 08:19:13
4630
0
0
2022-06-18 08:19:13
999+
0
0
存储命令
先安装ultra再下载iscsi-initiator yum install iscsi-initiator-utils查看iqncat /etc/iscsi/initiatornamr.iscsisyatemctl status iscsi.servicesystemctl start iscsi.service  启动iscsisystemctl enable iscsi.service...
作者小头像 没头脑 2022-06-18 08:18:05
4417
0
0
2022-06-18 08:18:05
999+
0
0
hive建表2
收集有关出售产品数量的统计数据,并对产品进行分类。分类规则如下select b.item,b.total,casewhen total<800 then 'cold'when total>=800 and total <1000 then 'warm'else 'hot'end as sort from(select item,sum(num) total from(select item0...
Hive
作者小头像 没头脑 2022-06-18 08:14:34
4582
0
0
2022-06-18 08:14:34
999+
0
0
hive建表
查询牛奶在每一行出现的概率select b.num/a.num as rate from(select count(*) num from item) a,(select count(*) num from itemwhere item01=='Milk' or item02=='Milk' or item02=='Milk'or item03=='Milk'or item04=='Milk...
Hive
作者小头像 没头脑 2022-06-18 08:12:19
4552
0
0
2022-06-18 08:12:19
999+
0
0
pyspark入门(1)
导入pyspark相关的包2.初始化pyspark 相关性分析以及数据预处理MLib中的决策树模型分析易于理解、可读性强:能直接展示特征选取和样本预测模型的中间过程。数据要求不高:决策树不仅对数据类型【离散型或者连续型】的要求不高,也不要求对数据进行标准化。可以通过剪枝或者限制深度的方式提高预测精度,也能作为弱分类器集成为强分类器(比如随机森林)决策树是预测模型,将观测特征值与类别标签建立映...
决策树 机器学习
作者小头像 没头脑 2022-06-18 07:32:52
3566
0
0
2022-06-18 07:32:52
999+
0
0
总条数:15
10
10
20
50
100
  • 1
  • 2

上滑加载中

https://www.baidu.com/s?ie=utf-8&f=3&rsv_bp=0&rsv_idx=1&tn=baidu&wd=sed%20%E6%9B%BF%E6%8D%A2%E5%AD%97%E7%AC%A6%E4%B8%B2&rsv_pq=c7db61a600035dc5&rsv_t=5e19yEsbV9N5fIvdlGRU
作者小头像
作者小头像
快速交付
+ 关注