Skip to content

anandpiyer/Hive-Remote-Debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This is to enable remote debugging of hive through Eclipse. It turns out that hive does not allow debugging through Eclipse even after you add it as a project (throws error about metastore). 

To start remote debugging, just start hive with service parameter 'cliWithRemoteDebugger'. ie.

> $HIVE_HOME/bin/hive --service cliWithRemoteDebugger

Now you can connect to hive through Eclipse on port 8001.

This works satisfactorily with cloudera distributions of hadoop (hadoop-0.20.2-cdh3u1) and hive (hive-0.7.1-cdh3u1).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published