Hi Julien,
You could set the java options for the TezAM to start in in debug mode.
IIRC it could be done by tez.am.java.opts
Thanks,
Peter
> On 2022. Apr 27., at 19:16, Julien Phalip wrote:
>
> Hi,
>
> I'm able to successfully use the IntelliJ debugger and set breakpoints with
> Hive while u
Hi,
I'm able to successfully use the IntelliJ debugger and set breakpoints with
Hive while using the MapReduce engine by running this command:
HADOOP_OPTS="-Djava.library.path=/usr/local/hadoop/lib
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=7070" hi
--service hiveserver2
Howev