get the following error when trying to import HiveOperator,
from airflow.operators import BashOperator,HiveOperator
ImportError: cannot import name HiveOperator
I think it is caused by this error in hive_hooks.py
from hive_service import ThriftHive
ImportError: No module named hive_service
I already installed pyhs2, which can be imported successfully.
Which package should I install for the hive_service?