Hello,

I am new to Hive dev community,

I am trying to debug Hive frontend (till semantic analysis) from eclipse. I
want to start from Main in CliDriver. I don't want to go debugging till
execution and don't care if it fails.

As described in
https://cwiki.apache.org/confluence/display/Hive/DeveloperGuide#DeveloperGuide-DebuggingHiveCode
, I am able to debug TestCliDriver from eclipse and several tests pass
showing that metastore is working fine.

The problem is that, when I start debugging from CliDriver, metastore is
not initialized properly. So semantic analysis fails at getMetadata call .

Is any additional setup required to get metadata work properly from eclipse
debugging?

-- Saumitra S. Shahapure

Reply via email to