10 2017 档案
摘要:上传hive压缩包到ubuntu。 解压到/ust/local/hive tar -zxvf *** 配置HIVE_HOME地址 然后source一下 启动 hive 报JDOFatalInternalException 或 SessionHiveMetaStoreClient 缺少jdbc驱动,需
阅读全文
摘要:查看版本 安装命令 apt install mysql-server apt install mysql-client apt install libmysqlclient-dev 遇到的问题: 1、root无密码直接登录,直接操作就是 mysql -u root -p 输入密码时回车直接登录 修改
阅读全文
摘要:public class Send { public static final String exchangeName = "topic_logs"; public static void main(String[] args) throws Exception{ Connection connec
阅读全文
摘要:public class Send { public static final String exchange = "direct_log_son"; public static void main(String[] args) throws Exception{ Connection conn =
阅读全文
摘要:public class Send { public static void main(String[] args) throws Exception{ ConnectionFactory factory = new ConnectionFactory(); factory.setHost("loc
阅读全文
摘要:public class Send { public static final String routingKey = "wuqidi_task_durable"; /*工作队列 也叫任务队列 目的是将任务发送到队列中 由工作者进行处理 在后台的多个工作者中 任务是共享的*/ public stat
阅读全文
摘要:public class Send { public static void main(String[] args) throws Exception{ ConnectionFactory factory = new ConnectionFactory(); factory.setHost("loc
阅读全文
摘要:环境 win7、spring4 一、win7下安装mq的测试服务环境 下载地址:http://www.erlang.org/download/otp_win32_R16B03.exe; http://www.rabbitmq.com/releases/rabbitmq-server/v3.2.3/r
阅读全文

浙公网安备 33010602011771号