We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8b389 commit 9145a6bCopy full SHA for 9145a6b
api/src/main/resources/application_registrar.py
@@ -23,7 +23,7 @@
23
import logging
24
import json
25
import happybase
26
-from happybase.hbase.ttypes import AlreadyExists
+from Hbase_thrift import AlreadyExists
27
28
from lifecycle_states import ApplicationState
29
api/src/main/resources/package_registrar.py
from package_parser import PackageParser
0 commit comments