我有一个OrientDB数据库,我想将它导入Zeppelin中的scala。我正在关注here提供的示例 。但是当我在Zeppelin的笔记本上运行以下命令时
import com.orientechnologies.orient.core.id.ORecordId
import com.orientechnologies.orient.core.sql.query.OSQLSynchQuery
我收到了这个错误:
<console>:27: error: object orientechnologies is not a member of package com
import com.orientechnologies.orient.core.id.ORecordId
但看起来orientechnologies
是com
的成员。有什么建议吗?