STARROCKS_HOME is not set" exit 1 fi # check OS type if [[ ! -z "$OSTYPE" ]]; then if [[ "$OSTYPE" != "linux-gnu" ]]; then echo "Error: Unsupported OS type: $OSTYPE" exit 1 fi fi # include custom environment variables if [[ -f ${STARROCKS_HOME}/custom_env.sh ]]...
env.sh [Enhancement] Infer JAVA_HOME if not set (StarRocks#27069) Jul 12, 2023 run-be-ut.sh [Enhancement] Turn on the default starcache UT switch to build the st… Nov 9, 2023 run-fe-ut.sh [Tool] Upload BE UT log (StarRocks#31397) Sep 20, 2023 Repository files navigation READ...
set -eo pipefail . ${STARROCKS_HOME}/env.sh if [[ $OSTYPE == darwin* ]] ; then PARALLEL=$(sysctl -n hw.ncpu) # We know for sure that build-thirdparty.sh will fail on darwin platform, so just skip the step.else if [[ ! -f ${STARROCKS_THIRDPARTY}/installed/llvm/...
export LIBRARY_PATH=${JAVA_HOME}/jre/lib/amd64/server/ fi # Clean and build Backend if [ ${BUILD_BE} -eq 1 ] ; then if ! ${CMAKE_CMD} --version; then echo "Error: cmake is not found" exit 1 fi CMAKE_BUILD_TYPE=${BUILD_TYPE:-Release} echo "Build Backend: ...
说明:第一行指定extract进程名称;dynamicresolution动态解析;SETENV设置环境变量,这里分别设置了Oracle数据库以及字符集;userid ggs,password ggs即OGG连接Oracle数据库的帐号密码,这里使用2.5中特意创建的复制帐号;exttrail定义trail文件的保存位置以及文件名,注意这里文件名只能是2个字母,其余部分OGG会补齐;table即复制表的...
admin set frontend config ("tablet_create_timeout_second"="60"); #默认10 调大创建 tablet 的线程数 update information_schema.be_configs set value=6 where name="alter_tablet_worker_count"; 3.6.3 tablet 有不 normal 的副本 可在be.WARNING 日志中搜索是否存在 tablet is not normal 信息。
yaochenggong+49210.20.1312137280488? Sl Nov0320:05/home/disk1/yaochenggong/StarRocks-2.5.13/be/lib/starrocks_be## 查找be线程对应的pid,如上所示为4921 2. 查看具体线程 首先可以获取 top 结果并截图 top-Hp $be_pid 获取下 perf 的结果, 论坛提交帖子分析。
app id: application_1620958422319_5507, load job id: 17426, msg: which: no /home/starrocks/starrocks-1.18.2/fe/lib/yarn-client/hadoop/bin/yarn in ((null)) Error: JAVA_HOME is not set and could not be found. ``` ```shell export JAVA_HOME=/home/starrocks/thirdparty/jdk1.8.0_202...
StarRocks, a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries. InfoWorld’s 2023 BOSSIE Award for best open source so
env.sh [Enhancement] Infer JAVA_HOME if not set (StarRocks#27069) Jul 12, 2023 run-be-ut.sh [Refactor] Seperate starcache from staros to avoid build staros modul… Sep 14, 2023 run-fe-ut.sh [Refactor] Unify the unit tests related names for BE and FE (StarRock… ...