Selaa lähdekoodia

AMBARI-9478. Monarch: Pre upload tarballs/Oozie files to Humboldt. (aonishuk)

aBabiichuk 10 vuotta sitten
vanhempi
commit
0dd8d09321
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      ambari-server/src/main/resources/scripts/Ambaripreupload.py

+ 2 - 0
ambari-server/src/main/resources/scripts/Ambaripreupload.py

@@ -17,6 +17,8 @@ See the License for the specific language governing permissions and
 limitations under the License.
  
 """
+# Before running the script please add a proper pythopath, by executing:
+# export PYTHONPATH=/usr/lib/python2.6/site-packages 
 import glob
 from logging import thread
 import os