In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "how to build the fe development environment under apache doris windows". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to build a fe development environment under apache doris windows.
1. Environmental preparation
JDK1.8+, Intellj IDEA
The main purpose of compiling the fe front-end code on 1.linux is to obtain the automatically generated code and add it to the previous project to compile the fe project in idea.
Under linux, go to the source directory and execute the following command:
$sh build.sh-clean-fe
Then package the gensrc directory and take it out, as shown in the following figure
two。 Decompress gensrc.tar.gz under windows, and the decompressed directory is as follows:
3. Enter build/java and copy the whole part listed in red to the fe/src/main/java directory of the source code.
two。 Debug
1. Import fe Project with idea
two。 Create the directory marked in the red box below under the fe directory and copy the contents of the webroot into it
3. Configure conf/fe.conf
Here is my own configuration, which you can modify according to your own needs.
# Licensed to the Apache Software Foundation (ASF) under one# or more contributor license agreements. See the NOTICE file# distributed with this work for additional information# regarding copyright ownership. The ASF licenses this file# to you under the Apache License, Version 2.0 (the# "License"); you may not use this file except in compliance# with the License. You may obtain a copy of the License at## http://www.apache.org/licenses/LICENSE-2.0## Unless required by applicable law or agreed to in writing,# software distributed under the License is distributed on an# "ASIS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY# KIND, either express or implied. See the License for the# specific language governing permissions and limitations# under the License.#### The uppercase properties are read and exported by bin/start_fe.sh.## To see all Frontend configurations # # see fe/src/org/apache/doris/common/Config.java#### the output dir of stderr and stdout LOG_DIR = ${DORIS_HOME} / logDATE = `date +% Y% m% dmuri% H% M% S`Java _ OPTS= "- Xmx2048m-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" # For jdk 9+ This JAVA_OPTS will be used as default JVM optionsJAVA_OPTS_FOR_JDK_9= "- Xmx4096m-XX:SurvivorRatio=8-XX:MaxTenuringThreshold=7-XX:+CMSClassUnloadingEnabled-XX:-CMSParallelRemarkEnabled-XX:CMSInitiatingOccupancyFraction=80-XX:SoftRefLRUPolicyMSPerMB=0-Xlog:gc*:$DORIS_HOME/log/fe.gc.log.$DATE:time" # the lowercase properties are read by main program.### INFO, WARN, ERROR, FATALsys_log_level = INFO# store metadata Create it if it is not exist.# Default value is ${DORIS_HOME} / doris-meta# meta_dir = ${DORIS_HOME} / doris-metahttp_port = 8030rpc_port = 9020query_port = 9030edit_log_port = 9010mysql_service_nio_enabled = true# Choose one if there are more than one ip except loopback address. # Note that there should at most one ip match this list.# If no ip match this rule, will choose one randomly.# use CIDR format, e.g. 10.10.10.10. Default value is empty.# priority_networks = 10.10.10. 192.168.0.0 "Advanced configurations # log_roll_size_mb = 102" sys_log_dir = ${DORIS_HOME} / log# sys_log_roll_num = 1 "sys_log_verbose_modules = # audit_log_dir = ${DORIS_HOME} / log# audit_log_modules = slow_query Query# audit_log_roll_num = 1 "meta_delay_toleration_second = 1" qe_max_connection = 102 "max_conn_per_user = 10" qe_query_timeout_second = 30 "qe_slow_log_ms = 50004 Set environment variabl
Set the runtime environment variables in IDEA
5. Start fe
Now you can happily start and debug your FE.
At this point, I believe you have a deeper understanding of "how to build the fe development environment under apache doris windows". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.