Doris 4.0.1 installation whoes #58136
Unanswered
infinity202
asked this question in
A - General / Q&A
Replies: 1 comment
-
|
Adding to this woe is the inability to add Azure Vault F20251118 10:19:04.645164 209 s3_util.cpp:255] BE is not compiled with azure support, export BUILD_AZURE=ON before building |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Doris 4.0 installation is quite dramatic and following the written instructions leads to the first of many errors.
ln -s <doris_meta_created> <doris_meta_original>unnecessary and wrong as the <doris_meta_original> is already available from the tar.gz. So you can't symlink it. For unknown reasons, the fe daemon will not start with doris_meta inside its own directory.meta_dir = /opt/meta-dorisor similar should be set inside fe.conf.JAVA_OPTS="-Xmx16384m -XX:+UseMembar -XX:SurvivorRatio=8 -XX:MaxTenuringThreshold=7 -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSClassUnloadingEnabled -XX:-CMSParallelRemarkEnabled -XX:CMSInitiatingOccupancyFraction=80 -XX:SoftRefLRUPolicyMSPerMB=0 -Xloggc:$DORIS_HOME/log/fe.gc.log.$DATE"fully outdated and leads to nowhere. Correct JAVA_OPTS are already in fe.conf . JAVA_OPTS is in reality neglected as you need JAVA_OPTS_FOR_JDK_17(STATS_FETCH-0|194) [StatisticsUtil.statsTblAvailable():489] stat table does not exist, db_name: __internal_schema, table_name: column_statisticsSQL query "problems"
unitprice DOUBLE NOT NULL DEFAULT '0',. This column throws errors when you try to add a value of 0 (Zero) to the column.Beta Was this translation helpful? Give feedback.
All reactions