Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Feb 14, 2025
1 parent 74b6427 commit 85f6eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/start_be.sh
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ fi

# set LIBHDFS_OPTS for hadoop libhdfs
export LIBHDFS_OPTS="${final_java_opt}"
export JAVA_OPTS="${final_java_opt}"

# log "CLASSPATH: ${CLASSPATH}"
# log "LD_LIBRARY_PATH: ${LD_LIBRARY_PATH}"
Expand Down
1 change: 1 addition & 0 deletions bin/start_fe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ else
fi
log "Using Java version ${java_version}"
log "${final_java_opt}"
export JAVA_OPTS="${final_java_opt}"

# add libs to CLASSPATH
DORIS_FE_JAR=
Expand Down

0 comments on commit 85f6eb7

Please sign in to comment.