Return-Path: X-Original-To: apmail-ambari-user-archive@www.apache.org Delivered-To: apmail-ambari-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 117EA184B0 for ; Wed, 23 Sep 2015 12:29:14 +0000 (UTC) Received: (qmail 76695 invoked by uid 500); 23 Sep 2015 12:29:07 -0000 Delivered-To: apmail-ambari-user-archive@ambari.apache.org Received: (qmail 76671 invoked by uid 500); 23 Sep 2015 12:29:07 -0000 Mailing-List: contact user-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ambari.apache.org Delivered-To: mailing list user@ambari.apache.org Received: (qmail 76661 invoked by uid 99); 23 Sep 2015 12:29:07 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2015 12:29:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3DD92180A35 for ; Wed, 23 Sep 2015 12:29:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.001 X-Spam-Level: *** X-Spam-Status: No, score=3.001 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id q_FUpa-AShCp for ; Wed, 23 Sep 2015 12:28:52 +0000 (UTC) Received: from mail-vk0-f46.google.com (mail-vk0-f46.google.com [209.85.213.46]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 9B1CC4445F for ; Wed, 23 Sep 2015 12:28:52 +0000 (UTC) Received: by vkgd64 with SMTP id d64so26053307vkg.0 for ; Wed, 23 Sep 2015 05:28:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=3Qnjxf9nm4MifDAtlEf0NIVCQtfDBwh4mP0dkBAA43Q=; b=hULsgBDPhRZUGlfnIlu/dZEVOBiwrNrudbQMW3jxvWEjDRBdHfiQGDqNdnjpd2WdoB eQWe6kfy0hUx+D/cNV9BjZCv2UIvtYzu1ehU9t1bMO2bRQTB1fbelFn8SC4y0xMJEEJD XwzAd6kMpLyEdSPN8QMVX8Mh7mH9ArKdsMSLLadWQ70ijCIGG2lq67mNUKIIjD22JxAc UuODr5e/HxOd+BnIW/BMJGHCBiqqfFy2nE5SKG3XdAhC4fOsMwU5lvuE3G+NKIUnguRk yhQ3NzkexpTQouZoiPi782ONBbjs0fMteNOKBNJ9UqtWBkSvJepfe5CGWFkqa/fXpgUd zqnw== X-Gm-Message-State: ALoCoQmSY81rA4PqtttbU1ZS8QjLuV4zv3thKO40G7Os/3MtpfvaqiKfBFCL9ugMK/mslIyHstaJ MIME-Version: 1.0 X-Received: by 10.31.33.141 with SMTP id h135mr18837436vkh.130.1443011332020; Wed, 23 Sep 2015 05:28:52 -0700 (PDT) Received: by 10.31.212.7 with HTTP; Wed, 23 Sep 2015 05:28:51 -0700 (PDT) Date: Wed, 23 Sep 2015 17:58:51 +0530 Message-ID: Subject: Hue on Ambrai From: Jeetendra G To: user@ambari.apache.org Content-Type: multipart/alternative; boundary=001a113dc4f2da3fd005206941a5 --001a113dc4f2da3fd005206941a5 Content-Type: text/plain; charset=UTF-8 Hi All I have followed steps from http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.0.6.0/bk_installing_manually_book/content/rpm-chap-hue.html but when I started the hue its giving me below error my server already have 2.7 installed and path is also set correctly,why Hue is specifically looking for 2.6 Python Sep 23 17:05:01 hadoop07.housing.com runuser[30301]: pam_unix(runuser:session): session opened for user hue by (uid=0) Sep 23 17:05:01 hadoop07.housing.com hue[30299]: /usr/bin/env: python2.6: No such file or directory Sep 23 17:05:01 hadoop07.housing.com runuser[30311]: pam_unix(runuser:session): session opened for user hue by (uid=0) Sep 23 17:05:01 hadoop07.housing.com hue[30299]: Starting hue: /usr/bin/env: python2.6: No such file or directory Sep 23 17:05:01 hadoop07.housing.com hue[30299]: [FAILED] Sep 23 17:05:01 hadoop07.housing.com systemd[1]: hue.service: control process exited, code=exited status=127 Sep 23 17:05:01 hadoop07.housing.com systemd[1]: Failed to start SYSV: Hue web server. Sep 23 17:05:01 hadoop07.housing.com systemd[1]: Unit hue.service entered failed state. --001a113dc4f2da3fd005206941a5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi All I have followed steps from=C2=A0http://docs.hortonworks.com/HDPDocuments/HDP2= /HDP-2.0.6.0/bk_installing_manually_book/content/rpm-chap-hue.html
= but when I started the hue its giving me below error my server already have= 2.7 installed and path is also set correctly,why Hue is specifically looki= ng for 2.6 Python

Sep 23 17:05:01 hadoop07.housing.com runuser[30301]: pam_uni= x(runuser:session): session opened for user hue by (uid=3D0)
= Sep 23 17:05:01 hadoop07.housing.co= m runuser[30311]: pam_unix(runuser:session): session opened for user hu= e by (uid=3D0)
Sep 23 17:05:01 hadoop07.housing.com hue[30299]: Starting hue: /usr/bin/env: pyth= on2.6: No such file or directory
Sep 23 17:05:01 hadoop07.housing.com hue[30299]: [FAILED]
=
Sep 23 17:05:01 hadoop07.housi= ng.com systemd[1]: hue.service: control process exited, code=3Dexited s= tatus=3D127
Sep 23 17:05:01 hadoop07.housing.com systemd[1]: Failed to start SYSV: Hue web serve= r.
Sep 23 17:05:01 hadoop= 07.housing.com systemd[1]: Unit hue.service entered failed state.
=
--001a113dc4f2da3fd005206941a5--