|
@@ -699,3 +699,23 @@ Because building Hadoop (for the tests that require it) is slow, we've
|
|
|
separated the Jenkins builds into "fast" and "slow". Both are run
|
|
separated the Jenkins builds into "fast" and "slow". Both are run
|
|
|
via scripts/jenkins.sh, which should be kept updated with the latest
|
|
via scripts/jenkins.sh, which should be kept updated with the latest
|
|
|
and greatest in build technologies.
|
|
and greatest in build technologies.
|
|
|
|
|
+
|
|
|
|
|
+#### Debugging with PyCharm
|
|
|
|
|
+
|
|
|
|
|
+First step is to configure pycharm to use the Hue virtual environment at ./build/env/env
|
|
|
|
|
+
|
|
|
|
|
+Second step is to configure the debug configuration
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+#### Debugging with Eclipse
|
|
|
|
|
+
|
|
|
|
|
+First step is to configure Eclipse to use the Hue virtual environment at ./build/env/env
|
|
|
|
|
+
|
|
|
|
|
+Second step is to configure the debug configuration
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|