You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@localhost lipwig-master]# python lipwig.py explain.json > explain.dot
Traceback (most recent call last):
File "lipwig.py", line 252, in <module>
main(sys.argv[1:])
File "lipwig.py", line 248, in main
p = [HivePlan(f, json.load(open(f))) for f in argv]
File "lipwig.py", line 230, in __init__
assert len(stages) == 1
AssertionError
I'm getting the following error using the HDP sandbox version 2.5
Here's the explain.json file
.
The text was updated successfully, but these errors were encountered: