下载并解压WaterDrop1
wget https://github.com/InterestingLab/waterdrop/releases/download/v1.4.1/waterdrop-1.4.1.zip
修改配置文件waterdrop-env.sh1
2
3cd /data/work/waterdrop-1.4.1
vim config/waterdrop-env.sh
SPARK_HOME=/data/work/spark-2.4 #配置为spark的路径
下载并解压WaterDrop1
wget https://github.com/InterestingLab/waterdrop/releases/download/v1.4.1/waterdrop-1.4.1.zip
修改配置文件waterdrop-env.sh1
2
3cd /data/work/waterdrop-1.4.1
vim config/waterdrop-env.sh
SPARK_HOME=/data/work/spark-2.4 #配置为spark的路径
Elasticsearch按时间聚合
软件安装参考 https://github.com/dvorka/hstr1
2sudo yum install -y hstr
hstr --show-configuration /etc/profile
之后 记得使命令生效1
source /etc/profile
在命令行收入hstr,就会出现命令history,If you want to make running of hstr
from command line even easier, then define alias in your ~/.bashrc
:1
alias hh=hstr
Don’t forget to source ~/.bashrc to be able to to use hh command.
其它:
使用root用户执行1
2
3
4sudo yum install -y hstr
hstr --show-configuration >> /etc/profile
echo "alias hh=hstr" >> /etc/profile
source /etc/profile
在/data/apps/clickhouse-source/ClickHouse/dbms/src/AggregateFunctions目录下创建两个文件AggregateFunctionSequenceMatch1.h和AggregateFunctionSequenceMatch1.cpp
参考 https://clickhouse.yandex/docs/en/development/build/
查看现在的版本1
2
3
4
5[root@hadoop3 ~]# gcc --version
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
在使用xcode创建新项目时,有可能会出现以下的错误1
2
3
4
5Failed to create provisioning profile.
The app ID "com.hohode.Cal" cannot be registered to your development team. Change your bundle identifier to a unique string to try again.
No profiles for 'com.hohode.Cal' were found
Xcode couldn't find any iOS App Development provisioning profiles matching 'com.hohode.Calculator'.
这个时候,可能是因为包名用了大写的缘故,改为小写就可以了,比如改成com.hohode.cal
root用户通过ps aux | grep zeppelin 可以看到相关的进程信息和启动目录
先确定启动进行所用的用户,然后把所有进程kill
然后使用./zeppelin-daemon.sh start启动
参考文档 https://github.com/alex-krash/clickhouse-jdbc-bridge
1 | mvn clean package |
生成的最终jar包如下
比如我要把 10.0.0.1 上Clickhouse上的数据复制到10.0.0.2的Clickhouse服务器上,那么将clickhouse-jdbc-bridge-1.0.jar上传到10.0.0.2上,
之后使用如下命令启动1
java -jar clickhouse-jdbc-bridge-1.0.jar
解压密码
所有dmg、zip 打开密码均为 xclient.info
激活,添加许可证
使用SN.txt或keygen.app激活
开源协议有多种,如MIT、BSD等,常见的有6种,关于这6种开源协议的区别,网上有一张图描述的是非常清楚的,这里贴一下