1、背景: 在做spark history complete和incomplete测试的时候,我们使用spark-shell启动了一个on yarn的任务,如果我们只是启动了,没有进行任何计算的话,那么我们在incomplete里面是看读的任务的,退出的时候可以在complete中可以看到,那么为什 ...
分类:
其他好文 时间:
2020-03-26 21:41:45
阅读次数:
142
一、重点问题整理 1.1 关于logback.xml中的路径设置问题 准备金系统的logback.xml中设置的路径是: <!-- 定义日志文件 输出位置 --> <property name="log_dir" value="E:\logs" /> 在Windows环境下,会识别E:为系统的E盘, ...
分类:
其他好文 时间:
2020-03-25 19:08:17
阅读次数:
70
Remove the history from recreate the repos from the current content only push to the github remote repos ensuring you overwrite history 来源: https://gi ...
分类:
其他好文 时间:
2020-03-25 18:47:35
阅读次数:
415
#!/bin/bash if [ `whoami` != oracle ];then echo 'please Use oracle user perform script' exit 1 fi read -p "please input your database Name:" dbname # ...
分类:
数据库 时间:
2020-03-21 21:35:59
阅读次数:
78
原文链接: https://www.toutiao.com/i6771018203687551495/ Hive的连接 启动hadoop的时候将history也启动,如果出问题,可以方便我们后续定位 首先将Hive变成对外开放 启动hiveserver2 我们查看下 如果杀掉需要用kill -9 P ...
分类:
其他好文 时间:
2020-03-20 23:57:01
阅读次数:
114
十、histroy 属性 Router组件的history属性,用来监听浏览器地址栏的变化,并将URL解析成一个地址对象,供 React Router 匹配。 history属性,一共可以设置三种值。 browserHistory hashHistory createMemoryHistory 如果 ...
分类:
其他好文 时间:
2020-03-20 13:14:53
阅读次数:
71
1. replace into 用法示例: 原表: 2. sql语句: REPLACE INTO achievement_3_copy1(id, class, name, geography, history, biology) VALUES(3, 4, 'QQQQ', 100, 100, 100) ...
分类:
数据库 时间:
2020-03-17 21:14:51
阅读次数:
64
1 assign方法跳转到指定的url 2 reload重新加载当前的页面,参数为true表示:强制从服务器重新加载页面 2 replace用新的url替换,可以避免后退 history对象使window对象下面的属性,window对象是整个浏览器,作用:保存用户的上网记录 history.leng ...
分类:
其他好文 时间:
2020-03-17 19:29:04
阅读次数:
73
中午遇到一个极其恶心的事情,碰到电源插板,电脑直接关机了,再次开机eclipse打开的文件中代码直接没了,剩一个空白页面,慌得不行,之前写的代码,隔了这么长时间,有的都忘了,补起来巨大的工作量啊!!! 柳暗花明又一村,在文件里右键,有一个Local History选项,再点击Restore From ...
分类:
系统相关 时间:
2020-03-17 14:04:45
阅读次数:
140
Ⅰ ChaincodeStub类封装了链码和peer节点之间交互的APIs,使用方式为ctx.stub.method(),js合约文件如下: const { Contract } = require('fabric-contract-api'); //引入依赖 class ElecDataContr ...
分类:
编程语言 时间:
2020-03-15 10:04:14
阅读次数:
193