Return-Path: X-Original-To: apmail-spark-issues-archive@minotaur.apache.org Delivered-To: apmail-spark-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3FCDE1793F for ; Thu, 12 Mar 2015 01:44:13 +0000 (UTC) Received: (qmail 69479 invoked by uid 500); 12 Mar 2015 01:43:39 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 69439 invoked by uid 500); 12 Mar 2015 01:43:38 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 69421 invoked by uid 99); 12 Mar 2015 01:43:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2015 01:43:38 +0000 Date: Thu, 12 Mar 2015 01:43:38 +0000 (UTC) From: "Marcelo Vanzin (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SPARK-6298) Warn users that mix python versions when running PySpark MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Marcelo Vanzin created SPARK-6298: ------------------------------------- Summary: Warn users that mix python versions when running PySpark Key: SPARK-6298 URL: https://issues.apache.org/jira/browse/SPARK-6298 Project: Spark Issue Type: Improvement Components: PySpark Reporter: Marcelo Vanzin It seems to be pretty common to have mixed python versions in one's clusters; pyspark doesn't like that and throws really weird and unhelpful errors when that happens. It shouldn't be hard to detect this situation and throw (or log) appropriate errors instead. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org