Return-Path: X-Original-To: apmail-hive-user-archive@www.apache.org Delivered-To: apmail-hive-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 EBF0D115F2 for ; Wed, 23 Apr 2014 14:01:24 +0000 (UTC) Received: (qmail 55477 invoked by uid 500); 23 Apr 2014 14:01:17 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 55395 invoked by uid 500); 23 Apr 2014 14:01:17 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 55385 invoked by uid 99); 23 Apr 2014 14:01:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2014 14:01:17 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dvasilen@gmail.com designates 209.85.219.50 as permitted sender) Received: from [209.85.219.50] (HELO mail-oa0-f50.google.com) (209.85.219.50) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2014 14:01:11 +0000 Received: by mail-oa0-f50.google.com with SMTP id i11so1056219oag.9 for ; Wed, 23 Apr 2014 07:00:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dJdCxeUxCJq8eX5QvRemgbqjw34NHUz4B6T7neWaDic=; b=DAGSukCE0Xgo40oO1NLZuPgdhEYl7P/cjYZZXKUY7WUxmCJmpCAjvmv8Mo76G9VQQS x1L9s78nhbTiz1V3PzSJ6XhOFDU7ogx24POpOOEgWFdzniS1oTPjoklyFeubriT/nvbf zCaM2XHZ59Hot3Fhj6jmYk1iqTRHmCQXsKCyfepJu+JeRKdboGbCN27DYe5RLF88Z8M3 TUvTRzLwyEG/qyHtooq22SGg4hLSsGKQzn0fU+dnxtQl7KOoaAqaZis99zWe5PxGiCFg wm6fjqhs1xe0eWhmh8Pm7xtJJeoYne3KMn3Ht56dkTklbqu8KEpeK+8quCoElveRad55 bSBQ== MIME-Version: 1.0 X-Received: by 10.182.28.134 with SMTP id b6mr43175825obh.27.1398261650815; Wed, 23 Apr 2014 07:00:50 -0700 (PDT) Received: by 10.76.87.202 with HTTP; Wed, 23 Apr 2014 07:00:50 -0700 (PDT) Date: Wed, 23 Apr 2014 09:00:50 -0500 Message-ID: Subject: What is the minimal required version of Hadoop for Hive 0.13.0? From: Dmitry Vasilenko To: dev@hive.apache.org, user@hive.apache.org Content-Type: multipart/alternative; boundary=001a11c2903c00028a04f7b629e2 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2903c00028a04f7b629e2 Content-Type: text/plain; charset=UTF-8 Hive 0.12.0 (and previous versions) worked with Hadoop 0.20.x, 0.23.x.y, 1.x.y, 2.x.y. Hive 0.13.0 did not work with Hadoop 0.20.x out of the box and to make it work I had to patch Hadoop installation and add Path(URL) constructor and Configuration.unset() method. After that the basic functionality seems to be working. Both issues originate from the org.apache.hadoop.hive.ql.exec.Utilities I know that Hadoop 0.20.x is old but some of us still have to work with that version. So does anyone know what is the minimal required version of Hadoop for Hive 0.13.0? Thanks Dmitry Vasilenko --001a11c2903c00028a04f7b629e2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Hive 0.12.0 (and previous versions) worked with Hadoop= 0.20.x, 0.23.x.y, 1.x.y, 2.x.y.

Hive 0.13.0 did not work with Hadoo= p 0.20.x out of the box and to make it work I had to patch Hadoop installat= ion and add Path(URL) constructor and Configuration.unset() method.

After that the basic functionality seems to be working.

Both iss= ues originate from the org.apache.hadoop.hive.ql.exec.Utilities

I kn= ow that Hadoop 0.20.x is old but some of us still have to work with that ve= rsion. So does anyone know what is the minimal required version of Hadoop f= or Hive 0.13.0?

Thanks
Dmitry Vasilenko

--001a11c2903c00028a04f7b629e2--