xinyiZzz commented on code in PR #13585:
URL: https://github.com/apache/doris/pull/13585#discussion_r1014789102
##########
be/src/service/doris_main.cpp:
##########
@@ -376,15 +375,15 @@ int main(int argc, char** argv) {
apache::thrift::GlobalOutput.setOutputFunction(doris::thrift_output);
Status status = Status::OK();
-#ifdef LIBJVM
- // Init jni
- status = doris::JniUtil::Init();
- if (!status.ok()) {
- LOG(WARNING) << "Failed to initialize JNI: " << status.get_error_msg();
- doris::shutdown_logging();
- exit(1);
- }
-#endif
+ // #ifdef LIBJVM
+ // // Init jni
Review Comment:
for local test
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]