StarRocks / starrocks-connector-for-apache-flink

Apache License 2.0
188 stars 151 forks source link

项目编译报错 #114

Open KangTomwk opened 2 years ago

KangTomwk commented 2 years ago

Are there compilation and packaging steps? Can you send one? These cannot be found import com.starrocks.shade.org.apache.thrift.TException; import com.starrocks.shade.org.apache.thrift.protocol.TBinaryProtocol; import com.starrocks.shade.org.apache.thrift.protocol.TProtocol; import com.starrocks.shade.org.apache.thrift.transport.TSocket; import com.starrocks.shade.org.apache.thrift.transport.TTransportException;

xlfjcg commented 1 year ago

you may not add the starrocks-thrift-sdk dependency

yangxusun9 commented 2 months ago

to solve this problem , i need to run build-thrifh.sh in starrocks-thrift-sdk in frist?