Re: meet error when building hive-2.4.x from source

2017-06-07 Thread Bing Li
Hi, Please try to build hive-storage-api module in local ahead. e.g. cd storage-api mvn clean install -DskipTests And then build the whole hive project. 2017-06-05 17:20 GMT+08:00 赵伟 : > hi! > First of all,Thank you for your reading my letter. > I meet a problem when I build 2.4.x branch from so

meet error when building hive-2.4.x from source

2017-06-05 Thread 赵伟
hi! First of all,Thank you for your reading my letter. I meet a problem when I build 2.4.x branch from source code. My building command:mvn clean package -Pdist -e Here is the stack trace: [INFO] Hive ... SUCCESS [ 1.955 s] [INFO] Hive Shims Common .

Re: Help in building hive-metastore.jar to use in hive binary.

2016-11-07 Thread satyajit vegesna
Hi All, I would like to know, how i can use hive-metastore.jar created out of custom code and deploy it in hive-binary package and get the custom changes reflect on hive terminal. Regards, Satyajit On Mon, Nov 7, 2016 at 12:05 AM, satyajit vegesna < satyajit.apas...@gmail.com> wrote: > Hi All,

Help in building hive-metastore.jar to use in hive binary.

2016-11-07 Thread satyajit vegesna
Hi All, I would like to know, how i can use hive-metastore.jar created out of custom code and deploy it in hive-binary package and get the custom changes reflect on hive terminal. Regards, Satyajit.

Re: Problems with building hive from source code

2016-03-06 Thread Jiacai Liu
When I compile a project, error happens now and then, for most time, I just recompile it, then everything get ok, Also, JDK 1.8 may work well with hadoop ecosystem, so I advice try jdk 1.7 instead. On Sun, Mar 6, 2016 at 6:31 PM, Isuru Sankalpa wrote: > When i build hive according to instruct

Problems with building hive from source code

2016-03-06 Thread Isuru Sankalpa
When i build hive according to instructions from https://lens.apache.org/lenshome/install-and-run.html it gives errors when building the project [INFO] Hive HCatalog Server Extensions SUCCESS [ 2.592 s] [INFO] Hive HCatalog Webhcat Java Client .. SUCCESS [ 1

Test Error building hive

2015-12-29 Thread Colm McHugh
Hi, I am compiling hive from source per the getting started guide ( https://cwiki.apache.org/confluence/display/Hive/GettingStarted#GettingStarted-CompileHiveonmaster) and keep hitting a failure in testing the Hive Query Language module. The output is reproduced below. I am building on mac os x (y

Building Hive source code

2015-09-21 Thread Payas Krishna
Hi all, I've been locally trying to build Hive 1.2.1 code for a project, and I have a few questions regarding it - 1. When I build in the terminal (using -Phadoop-2 profile, -DSkipTest flag), it works. Shows "BUILD SUCCESS". However, the code shows errors in my IDE. Its not able to see any import

Maven build error while building hive 0.14

2014-10-21 Thread Niranjan Sarvi
Hello, I needed to use 'org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe' as this is only available from the 0.14 onwords. I though to get the source and compile hive 0.14. I installed the cygwin on my windows laptop so that bash program can work and maven can run the bash as well. So, afte

Re: Building Hive

2014-01-28 Thread Stephen Sprague
.mar...@trilliumsoftware.com> wrote: > >> Ah, thank you. >> >> I think that I probably should have known that already. >> >> Z >> >> >> >> *From:* Lefty Leverenz [mailto:leftylever...@gmail.com] >> *Sent:* 28 January 2014 11:05 >>

Re: Building Hive

2014-01-28 Thread Lefty Leverenz
; *Sent:* 28 January 2014 11:05 > *To:* user@hive.apache.org > *Subject:* Re: Building Hive > > > > I can only answer your last question about rebuilding the metastore: a > new Hive schema tool can do that for you, as described in the wiki > here<https://c

RE: Building Hive

2014-01-28 Thread Peter Marron
Ah, thank you. I think that I probably should have known that already. Z From: Lefty Leverenz [mailto:leftylever...@gmail.com] Sent: 28 January 2014 11:05 To: user@hive.apache.org Subject: Re: Building Hive I can only answer your last question about rebuilding the metastore: a new Hive schema

Re: Building Hive

2014-01-28 Thread Lefty Leverenz
I can only answer your last question about rebuilding the metastore: a new Hive schema tool can do that for you, as described in the wiki here . This tool can be used to initialize the metastore sc

Building Hive

2014-01-28 Thread Peter Marron
Hi, So I can see from http://hive.apache.org/downloads.html that I can download versions 11 and 12 and they will work with Hadoop 1.0.4 which I am currently using. So if I want to start stepping through the source, to look into my problem with indexes, should I try and build version 11 or 12 with

Trouble building Hive 0.12 branch against Hadoop 2.0.0-cdh4.1.2

2013-10-14 Thread Timothy Potter
Checked out 0.12 branch and am getting the following error when building with this command: ant clean package -Dhadoop.version=2.0.0-cdh4.1.2 -Dhadoop-0.23.version=2.0.0-cdh4.1.2 -Dhadoop.mr.rev=23 -Dmvn.hadoop.profile=hadoop23 ERROR: [mkdir] Created dir: /data-volume/home/pipeline/dev/hive

RE: Building hive package against latest hadoop-3.0.0-SNAPSHOT

2013-09-21 Thread wesley dias
the hadoop-3.0.0-SNAPSHOT tarball is not present on that location(which it is not). The package may not build correctly. This is my understanding, please correct me if I am wrong. Regards, Wesley Date: Sat, 21 Sep 2013 21:10:35 +1000 Subject: Re: Building hive package against latest hadoop-3.0.

Re: Building hive package against latest hadoop-3.0.0-SNAPSHOT

2013-09-21 Thread Jagat Singh
Its defined in build.properties You can try changing there and build. http://svn.apache.org/viewvc/hive/trunk/build.properties?revision=1521520&view=markup On 21/09/2013 8:19 PM, "wesley dias" wrote: > Hello Everyone, > > I am new to hive and I had a query related to building the Hive package

Building hive package against latest hadoop-3.0.0-SNAPSHOT

2013-09-21 Thread wesley dias
Hello Everyone, I am new to hive and I had a query related to building the Hive package from source. Is it possible to build a hive distribution against the latest hadoop source which is hadoop-3.0.0-SNAPSHOT? Currently, when I create a hive distribution and try running it against the late

unresolved dependency from ivy when building hive 0.10

2013-04-30 Thread Eric Chu
Hi, After upgrading Hive to 0.10 we often observe the following build error. We notice that when we run our dumpcache job (which includes deleting the ivy cache), the problem is *sometimes, but not always,* resolved. Does anyone know the cause of this problem or know of a better solution? Thanks

Problem building Hive under Windows

2011-01-11 Thread Bernd Dutkowski
Hello Hive-Team, just tried to build Hive from SVN under Windows and found a Problem. Quick an dirty Patch attached. bernd Index: ql/src/test/templates/TestCliDriver.vm === --- ql/src/test/templates/TestCliDriver.vm (revision 10

Problem building Hive under Windows

2011-01-10 Thread Bernd Dutkowski
Hello Hive-Team, just tried to build Hive from SVN under Windows and found a Problem. Quick an dirty Patch attached. bernd Index: ql/src/test/templates/TestCliDriver.vm === --- ql/src/test/templates/TestCliDriver.vm (revision 10