Details
-
Wish
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
when i Integrated hive with sentry .I want to remote debug sentry-binding-hive,
Example ,I want to debug the process of creating a table.
for orinal apache version of hive, we will change hive-env.sh add
export HADOOP_OPTS="$HADOOP_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8002"
how can I do it in cdh to change any file in hive ? can anyone help me .