how to run hive in debug mode

后端 未结 3 521
一整个雨季
一整个雨季 2021-02-05 23:28

i took example from cloudera website to write a custom SerDe for parsing a file

http://blog.cloudera.com/blog/2012/12/how-to-use-a-serde-in-apache-hive/

it seems

3条回答
  •  青春惊慌失措
    2021-02-05 23:51

    You better start hive shell by switching logger mode to DEBUG as follows, I hope you could find something useful from there.

    hive --hiveconf hive.root.logger=DEBUG,console
    

提交回复
热议问题