Couldn't find log associated with operation handle: OperationHandle [opType=EXECUTE_STATEMENT, getHandleIdentifier ()=5687ff62-aa71-4b47-af6c-89f6a3f7a1fe]


  這個異常的出現是因為hive-site-xml中的hive.server2.logging.operation.log.location屬性未配置正確:

  修改為:

<property>
    <name>hive.server2.logging.operation.log.location</name>
    <value>D:/apache-hive-2.1.1-bin/hive/iotmp/operation_logs</value>
    <description>Top level directory where operation logs are stored if logging functionality is enabled</description>
</property>

  D:/apache-hive-2.1.1-bin/hive/iotmp需要在hadoop中進行創建配置。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM