Hi, I am trying to remote debug HIVE code from Intellij. Here are my steps: 1)In HIVE folder: mvn clean install -Dskiptests 2)cd itests/qtest 3)mvn clean install -Dskiptests 4)mvn -Dmaven.surefire.debug -Dtest=TestPositiveCliDriver -Dqfile=acid_bucket_pruning.q I have setup the remote debugging config in Intellij and have put breakpoint in sessionstate.java However I see that the test completes successfully and does not listen at the 5005 port. Can someone give some pointers as to why the mvn test is not stopping to listen at this port?
Thanks Ranjan