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 DAD3218934 for ; Wed, 5 Aug 2015 19:26:04 +0000 (UTC) Received: (qmail 63861 invoked by uid 500); 5 Aug 2015 19:26:04 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 63828 invoked by uid 500); 5 Aug 2015 19:26:04 -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 63818 invoked by uid 99); 5 Aug 2015 19:26:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2015 19:26:04 +0000 Date: Wed, 5 Aug 2015 19:26:04 +0000 (UTC) From: "Joseph Batchik (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SPARK-9652) Make reading Avro to RDDs easier MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Joseph Batchik created SPARK-9652: ------------------------------------- Summary: Make reading Avro to RDDs easier Key: SPARK-9652 URL: https://issues.apache.org/jira/browse/SPARK-9652 Project: Spark Issue Type: Improvement Components: Spark Core Reporter: Joseph Batchik Currently reading in Avro files requires manually creating a Hadoop RDD and a decent amount of configuration. It would be nice to have a wrapper function, similar to `def binaryFiles`, that deals with all the configuration for you. -- 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