大数据实训第四天

今天实训已经进入了收尾阶段,今天的主要内容是进行数据库的创建以及在finebl中可视化的创建

部分代码如下:

create database  if not exists myhive;
use myhive;
create table if not exists yzk(
                                  Msg_time string comment "消息发送时间",
                                  Sender_name string comment "发送人名字",
                                  Sender_accounts string comment "发送人账号",
                                  Sender_sexy string comment "发送人性别",
                                  Sender_ip string comment "发送人IP地址",
                                  Sender_sys string comment "发送人系统",
                                  Sender_model string comment"发送人手机型号",
                                  Sender_format string comment"发送人网络制式",
                                  Sender_GPS string comment"发送人GPS",
                                  Recipient_nickname string comment"收件人昵称",
                                  Recipient_IP string comment"收件人IP",
                                  Recipient_accounts string comment"收件人账号",
                                  Recipient_system string comment"收件人系统",
                                  Recipient_model string comment"收件人手机型号",
                                  Recipient_format string comment"收件人网络制式",
                                  Recipient_GPS string comment"收件人GPS",
                                  Recipient_sexy string comment"收件人性别",
                                  msg_type string comment"消息类型",
                                  distance string comment"双方距离",
                                  message string comment "消息内容"

)

之上为部分代码

可视化的部分结果如下

今天在数据库以及可视化的创建中学到了很多,明天又是新的一天,期待新的一天。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值