我正在尝试在我的cloudera群集(5.9)上设置Kylin 1.6。安装成功但是当我尝试构建示例多维数据集时,我收到此错误
class C:
C # NameError: C doesn't exist yet.
def method(self):
return C # This is fine. By the time the method gets called, C will exist.
C # This is fine; the class has been created by the time we hit this line.
我无法找到解决方案。在这种情况下,有人可以帮助我吗?