摘要:
1添加pom.xml配置 <build> <sourceDirectory>src/main/scala</sourceDirectory> <testSourceDirectory>src/test/scala</testSourceDirectory> <plugins> <plugin> <g
阅读全文
posted @ 2020-06-14 18:14
mrma1989
阅读(1169)
推荐(0)
摘要:
可以尝试下面的设置,获取超级管理员权限,看看在超级管理员账户里的操作是否正常:1. 打开开始菜单,输入【CMD】找到 【命令提示符】,右击【以管理员身份打开】2. 在【命令提示符(管理员)】中,输入如下命令后回车:net user administrator /active:yes3. 重启电脑,登
阅读全文
posted @ 2020-06-11 15:43
mrma1989
阅读(3775)
推荐(0)
摘要:
在CMD中 certutil -hashfile 文件路径 SHA1 certutil -hashfile -? 用法: CertUtil [选项] -hashfile InFile [HashAlgorithm] 通过文件生成并显示加密哈希 选项: -Unicode -- 以 Unicode 编写
阅读全文
posted @ 2020-06-11 12:30
mrma1989
阅读(1013)
推荐(0)
摘要:
一、调整应用程序池 (1)将应用程序池高级属性中的启动模式更改为”AlwaysRunning” (2)将应用程序池高级属性中的回收固定间隔时间更改为0,取消固定间隔时间回收 (3)将应用程序池高级属性中的特定时间回收,设置为访问量较少的时间 (4)将应用程序池高级属性中的闲置超时更改为0 二、在.n
阅读全文
posted @ 2020-06-08 16:51
mrma1989
阅读(1571)
推荐(0)
摘要:
创建更新字段时添加 ON UPDATE CURRENT_TIMESTAMP CREATE TABLE `emp` ( `id` INT(11) DEFAULT NULL, `name` VARCHAR(100) DEFAULT NULL, `deg` VARCHAR(100) DEFAULT NUL
阅读全文
posted @ 2020-06-06 14:06
mrma1989
阅读(432)
推荐(0)
摘要:
Failed redirect for xxxxxxxxxxx Failed while trying to construct the redirect url to the log server. Log Server url may not be configured Unknown cont
阅读全文
posted @ 2020-06-06 11:36
mrma1989
阅读(732)
推荐(0)
摘要:
一。ERROR: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There
阅读全文
posted @ 2020-05-29 22:52
mrma1989
阅读(442)
推荐(0)
摘要:
1.1 准备安装包 下载安装包并上传到node01服务器 安装包下载地址: http://archive.cloudera.com/cdh5/cdh/5/hbase-1.2.0-cdh5.14.2.tar.gz 将安装包上传到node01服务器/kkb/soft路径下,并进行解压 [hadoop@n
阅读全文
posted @ 2020-05-29 18:09
mrma1989
阅读(309)
推荐(0)
摘要:
修改计算机名 hostnamectl set-hostname hadoop1 文件操作 touch test.txt 创建文件 rz --上传文件命令 echo 内容 > test.txt 覆盖内容到文件 echo 内容 >> test.txt 追加内容到文件 Jps 通过jps指令查找应用程序进
阅读全文
posted @ 2020-05-11 17:40
mrma1989
阅读(227)
推荐(0)
摘要:
前言: [root@minimal ~]# cat /etc/redhat-releaseCentOS Linux release 7.3.1611 (Core)众所周知,由于某些原因,国内访问很多外网速度奇慢,导致我们在安装软件的时候很慢很慢,这个时候,我们可以使用代理来解决这个问题:注意:优先使
阅读全文
posted @ 2020-05-08 15:42
mrma1989
阅读(3427)
推荐(0)