rcongiu / Hive-JSON-Serde

Read - Write JSON SerDe for Apache Hive.
Other
733 stars 393 forks source link

Stuck on maven build: working directory #161

Closed pmorelli92 closed 8 years ago

pmorelli92 commented 8 years ago

Hi guys, I am having a problem trying to compile the jar using maven (for HDP 2.3). In the first image we can see which version of maven and java I am using:

version

(I've also tried using maven 3.39 and java 1.8.92 and got stuck in the same part)

Image of the maven build:

stuck

The code I downloaded is from the master branch.

Can you guys lend me a hand, please? Regards!

rcongiu commented 8 years ago

it just hangs there ? I am using mvn 3.39 on windows and can compile fine from master, I'd guess it's something with your environment and/or connectivity with github.

What's the actual command you are issuing to maven ?

pmorelli92 commented 8 years ago

-mvn -Phdp23 clean package

However I tried all the compilation profiles in the readme and I got the same result. I will try compiling from my house in case it is related to my environment.

Is there some maven log that I can share in order to see if there is a problem?

pmorelli92 commented 8 years ago

Hi @rcongiu, I was able to compile it in the pc of my house. I guess it was related to connectivity with gitHub, I dont know why tough Thanks for the attention!