Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 074F217795 for ; Fri, 20 Feb 2015 16:40:14 +0000 (UTC) Received: (qmail 17873 invoked by uid 500); 20 Feb 2015 16:40:12 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 17739 invoked by uid 500); 20 Feb 2015 16:40:12 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 17567 invoked by uid 500); 20 Feb 2015 16:40:12 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 17544 invoked by uid 99); 20 Feb 2015 16:40:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2015 16:40:12 +0000 Date: Fri, 20 Feb 2015 16:40:12 +0000 (UTC) From: "Max Zuevskiy (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-9740) Unable to find my UDTF class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Max Zuevskiy created HIVE-9740: ---------------------------------- Summary: Unable to find my UDTF class Key: HIVE-9740 URL: https://issues.apache.org/jira/browse/HIVE-9740 Project: Hive Issue Type: Bug Environment: CentOS release 6.4 (Final), Hortonworks 2.1, Tez Hive 0.13.0.2.1.3.0-563 Subversion git://ip-10-0-0-91/grid/0/jenkins/workspace/BIGTOP-HDP_RPM_REPO-baikal-GA-centos6/bigtop/build/hive/rpm/BUILD/h ive-0.13.0.2.1.3.0 -r a738a76c72d6d9dd304691faada57a94429256bc Compiled by jenkins on Thu Jun 26 18:28:50 EDT 2014 >From source with checksum 4dbd99dd254f0c521ad8ab072045325d Reporter: Max Zuevskiy I add UDTF class to Hive from jar. If hive.execution.engine=tez by default i get Unable to find my class: my.udtf.class. if set hive.execution.engine=mr my query work done, after in session change hive.execution.engine to "tez" query also work done. Reopen session -> query fail with Unable to find my class: my.udtf.class. -- This message was sent by Atlassian JIRA (v6.3.4#6332)