I am new at doris and have a problem
use doris 0.12.0
fe be start ok
mysql connect ok
create database and table ok
but when exec sql
select * from table
throw exception ‘could not initializen class
org.apache.doris.rpc.BackendServiceProxy
error in fe.log is
noclassfound error could not initial
Ok,it works.
Thanks for your help.
发自我的iPhone
> 在 2020年6月28日,下午12:45,Zhao Chun 写道:
>
> Do you use OpenJDK?, It youdo, please try Oracle JDK.
>
> Thanks,
> Zhao Chun
>
>
> blwin2...@163.com 于2020年6月28日周日 下午12:14写道:
>
>> I am new at doris and have a p