You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Vidyasagar Venkata Nallapati <vi...@onmobile.com> on 2010/02/03 06:40:18 UTC

Error While building Hive

Hi,

While building the Hive I am getting an error, please help me with the changes I need to do to build it.
I was getting the same with hadoop 20.1.

ivy-retrieve-hadoop-source:
[ivy:retrieve] :: Ivy 2.0.0-rc2 - 20081028224207 :: http://ant.apache.org/ivy/ ::
:: loading settings :: file = /master/hive/ivy/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache.hadoop.hive#shims;working@ph1
[ivy:retrieve]  confs: [default]
[ivy:retrieve] :: resolution report :: resolve 949119ms :: artifacts dl 0ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   1   |   0   |   0   |   0   ||   0   |   0   |
        ---------------------------------------------------------------------
[ivy:retrieve]
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve]          module not found: hadoop#core;0.20.0
[ivy:retrieve]  ==== hadoop-source: tried
[ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
[ivy:retrieve]    http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
[ivy:retrieve]  ==== apache-snapshot: tried
[ivy:retrieve]    https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/core-0.20.0.pom
[ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
[ivy:retrieve]    https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz
[ivy:retrieve]  ==== maven2: tried
[ivy:retrieve]    http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.pom
[ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
[ivy:retrieve]    http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.tar.gz
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          ::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          :: hadoop#core;0.20.0: not found
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve]  Server access Error: Connection timed out url=http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
[ivy:retrieve]  Server access Error: Connection timed out url=https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/core-0.20.0.pom
[ivy:retrieve]  Server access Error: Connection timed out url=https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz
[ivy:retrieve]  Server access Error: Connection timed out url=http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.pom
[ivy:retrieve]  Server access Error: Connection timed out url=http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.tar.gz
[ivy:retrieve]
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
/master/hive/build.xml:148: The following error occurred while executing this line:
/master/hive/build.xml:93: The following error occurred while executing this line:
/master/hive/shims/build.xml:64: The following error occurred while executing this line:
/master/hive/build-common.xml:172: impossible to resolve dependencies:

Regards
Vidyasagar N V

________________________________
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. Further, this e-mail may contain viruses and all reasonable precaution to minimize the risk arising there from is taken by OnMobile. OnMobile is not liable for any damage sustained by you as a result of any virus in this e-mail. All applicable virus checks should be carried out by you before opening this e-mail or any attachment thereto.
Thank you - OnMobile Global Limited.

Re: Error While building Hive

Posted by Sonal Goyal <so...@gmail.com>.
Hi,

Were you able to get this working?

Thanks and Regards,
Sonal


On Wed, Feb 3, 2010 at 4:08 PM, Sonal Goyal <so...@gmail.com> wrote:

> Hi,
>
> I think the default is user.home/.ant/cache. It should have the hadoop/core
> folder with the versions you were able to download. Try adding to this.
>
> Thanks and Regards,
> Sonal
>
>
>
> On Wed, Feb 3, 2010 at 12:12 PM, Vidyasagar Venkata Nallapati <
> vidyasagar.nallapati@onmobile.com> wrote:
>
>>  Hi,
>>
>> I am able to connect through the these urls, but its getting timed out.
>>
>>
>>
>> Can I download the hadoop source files from these urls externally and copy
>> to some locations and build hive?
>>
>>
>>
>> Regards
>>
>> Vidyasagar N V
>>
>>
>>
>> *From:* Sonal Goyal [mailto:sonalgoyal4@gmail.com]
>> *Sent:* Wednesday, February 03, 2010 11:49 AM
>> *To:* hive-user@hadoop.apache.org
>> *Subject:* Re: Error While building Hive
>>
>>
>>
>> Hi,
>>
>> Are you able to access the Hadoop Core URL from your machine? Try from
>> your machine the following:
>>
>> http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
>>
>> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz
>>
>> It seems that Ivy is unable to retrieve the hadoop core source files. If
>> you are able to, try your build again. It may be a temporary retrieval
>> issue.
>>
>> Thanks and Regards,
>> Sonal
>>
>>  On Wed, Feb 3, 2010 at 11:10 AM, Vidyasagar Venkata Nallapati <
>> vidyasagar.nallapati@onmobile.com> wrote:
>>
>> Hi,
>>
>>
>>
>> While building the Hive I am getting an error, please help me with the
>> changes I need to do to build it.
>>
>> I was getting the same with hadoop 20.1.
>>
>>
>>
>> ivy-retrieve-hadoop-source:
>>
>> [ivy:retrieve] :: Ivy 2.0.0-rc2 - 20081028224207 ::
>> http://ant.apache.org/ivy/ ::
>>
>> :: loading settings :: file = /master/hive/ivy/ivysettings.xml
>>
>> [ivy:retrieve] :: resolving dependencies ::
>> org.apache.hadoop.hive#shims;working@ph1
>>
>> [ivy:retrieve]  confs: [default]
>>
>> [ivy:retrieve] :: resolution report :: resolve 949119ms :: artifacts dl
>> 0ms
>>
>>
>> ---------------------------------------------------------------------
>>
>>         |                  |            modules            ||
>> artifacts   |
>>
>>         |       conf       | number| search|dwnlded|evicted||
>> number|dwnlded|
>>
>>
>> ---------------------------------------------------------------------
>>
>>         |      default     |   1   |   0   |   0   |   0   ||   0   |
>> 0   |
>>
>>
>> ---------------------------------------------------------------------
>>
>> [ivy:retrieve]
>>
>> [ivy:retrieve] :: problems summary ::
>>
>> [ivy:retrieve] :::: WARNINGS
>>
>> [ivy:retrieve]          module not found: hadoop#core;0.20.0
>>
>> [ivy:retrieve]  ==== hadoop-source: tried
>>
>> [ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
>>
>> [ivy:retrieve]
>> http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
>>
>> [ivy:retrieve]  ==== apache-snapshot: tried
>>
>> [ivy:retrieve]
>> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/core-0.20.0.pom
>>
>> [ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
>>
>> [ivy:retrieve]
>> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz
>>
>> [ivy:retrieve]  ==== maven2: tried
>>
>> [ivy:retrieve]
>> http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.pom
>>
>> [ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
>>
>> [ivy:retrieve]
>> http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.tar.gz
>>
>> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
>>
>> [ivy:retrieve]          ::          UNRESOLVED DEPENDENCIES         ::
>>
>> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
>>
>> [ivy:retrieve]          :: hadoop#core;0.20.0: not found
>>
>> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
>>
>> [ivy:retrieve] :::: ERRORS
>>
>> [ivy:retrieve]  Server access Error: Connection timed out url=
>> http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
>>
>> [ivy:retrieve]  Server access Error: Connection timed out url=
>> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/core-0.20.0.pom
>>
>> [ivy:retrieve]  Server access Error: Connection timed out url=
>> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz
>>
>> [ivy:retrieve]  Server access Error: Connection timed out url=
>> http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.pom
>>
>> [ivy:retrieve]  Server access Error: Connection timed out url=
>> http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.tar.gz
>>
>> [ivy:retrieve]
>>
>> [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
>>
>>
>>
>> BUILD FAILED
>>
>> /master/hive/build.xml:148: The following error occurred while executing
>> this line:
>>
>> /master/hive/build.xml:93: The following error occurred while executing
>> this line:
>>
>> /master/hive/shims/build.xml:64: The following error occurred while
>> executing this line:
>>
>> /master/hive/build-common.xml:172: impossible to resolve dependencies:
>>
>>
>>
>> Regards
>>
>> Vidyasagar N V
>>
>>
>>  ------------------------------
>>
>> DISCLAIMER: The information in this message is confidential and may be
>> legally privileged. It is intended solely for the addressee. Access to this
>> message by anyone else is unauthorized. If you are not the intended
>> recipient, any disclosure, copying, or distribution of the message, or any
>> action or omission taken by you in reliance on it, is prohibited and may be
>> unlawful. Please immediately contact the sender if you have received this
>> message in error. Further, this e-mail may contain viruses and all
>> reasonable precaution to minimize the risk arising there from is taken by
>> OnMobile. OnMobile is not liable for any damage sustained by you as a result
>> of any virus in this e-mail. All applicable virus checks should be carried
>> out by you before opening this e-mail or any attachment thereto.
>> Thank you - OnMobile Global Limited.
>>
>>
>>
>> ------------------------------
>> DISCLAIMER: The information in this message is confidential and may be
>> legally privileged. It is intended solely for the addressee. Access to this
>> message by anyone else is unauthorized. If you are not the intended
>> recipient, any disclosure, copying, or distribution of the message, or any
>> action or omission taken by you in reliance on it, is prohibited and may be
>> unlawful. Please immediately contact the sender if you have received this
>> message in error. Further, this e-mail may contain viruses and all
>> reasonable precaution to minimize the risk arising there from is taken by
>> OnMobile. OnMobile is not liable for any damage sustained by you as a result
>> of any virus in this e-mail. All applicable virus checks should be carried
>> out by you before opening this e-mail or any attachment thereto.
>> Thank you - OnMobile Global Limited.
>>
>
>

Re: Error While building Hive

Posted by Sonal Goyal <so...@gmail.com>.
Hi,

I think the default is user.home/.ant/cache. It should have the hadoop/core
folder with the versions you were able to download. Try adding to this.

Thanks and Regards,
Sonal


On Wed, Feb 3, 2010 at 12:12 PM, Vidyasagar Venkata Nallapati <
vidyasagar.nallapati@onmobile.com> wrote:

>  Hi,
>
> I am able to connect through the these urls, but its getting timed out.
>
>
>
> Can I download the hadoop source files from these urls externally and copy
> to some locations and build hive?
>
>
>
> Regards
>
> Vidyasagar N V
>
>
>
> *From:* Sonal Goyal [mailto:sonalgoyal4@gmail.com]
> *Sent:* Wednesday, February 03, 2010 11:49 AM
> *To:* hive-user@hadoop.apache.org
> *Subject:* Re: Error While building Hive
>
>
>
> Hi,
>
> Are you able to access the Hadoop Core URL from your machine? Try from your
> machine the following:
>
> http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
>
> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz
>
> It seems that Ivy is unable to retrieve the hadoop core source files. If
> you are able to, try your build again. It may be a temporary retrieval
> issue.
>
> Thanks and Regards,
> Sonal
>
>  On Wed, Feb 3, 2010 at 11:10 AM, Vidyasagar Venkata Nallapati <
> vidyasagar.nallapati@onmobile.com> wrote:
>
> Hi,
>
>
>
> While building the Hive I am getting an error, please help me with the
> changes I need to do to build it.
>
> I was getting the same with hadoop 20.1.
>
>
>
> ivy-retrieve-hadoop-source:
>
> [ivy:retrieve] :: Ivy 2.0.0-rc2 - 20081028224207 ::
> http://ant.apache.org/ivy/ ::
>
> :: loading settings :: file = /master/hive/ivy/ivysettings.xml
>
> [ivy:retrieve] :: resolving dependencies ::
> org.apache.hadoop.hive#shims;working@ph1
>
> [ivy:retrieve]  confs: [default]
>
> [ivy:retrieve] :: resolution report :: resolve 949119ms :: artifacts dl 0ms
>
>
> ---------------------------------------------------------------------
>
>         |                  |            modules            ||   artifacts
> |
>
>         |       conf       | number| search|dwnlded|evicted||
> number|dwnlded|
>
>
> ---------------------------------------------------------------------
>
>         |      default     |   1   |   0   |   0   |   0   ||   0   |   0
> |
>
>
> ---------------------------------------------------------------------
>
> [ivy:retrieve]
>
> [ivy:retrieve] :: problems summary ::
>
> [ivy:retrieve] :::: WARNINGS
>
> [ivy:retrieve]          module not found: hadoop#core;0.20.0
>
> [ivy:retrieve]  ==== hadoop-source: tried
>
> [ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
>
> [ivy:retrieve]
> http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
>
> [ivy:retrieve]  ==== apache-snapshot: tried
>
> [ivy:retrieve]
> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/core-0.20.0.pom
>
> [ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
>
> [ivy:retrieve]
> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz
>
> [ivy:retrieve]  ==== maven2: tried
>
> [ivy:retrieve]
> http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.pom
>
> [ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
>
> [ivy:retrieve]
> http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.tar.gz
>
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
>
> [ivy:retrieve]          ::          UNRESOLVED DEPENDENCIES         ::
>
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
>
> [ivy:retrieve]          :: hadoop#core;0.20.0: not found
>
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
>
> [ivy:retrieve] :::: ERRORS
>
> [ivy:retrieve]  Server access Error: Connection timed out url=
> http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
>
> [ivy:retrieve]  Server access Error: Connection timed out url=
> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/core-0.20.0.pom
>
> [ivy:retrieve]  Server access Error: Connection timed out url=
> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz
>
> [ivy:retrieve]  Server access Error: Connection timed out url=
> http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.pom
>
> [ivy:retrieve]  Server access Error: Connection timed out url=
> http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.tar.gz
>
> [ivy:retrieve]
>
> [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
>
>
>
> BUILD FAILED
>
> /master/hive/build.xml:148: The following error occurred while executing
> this line:
>
> /master/hive/build.xml:93: The following error occurred while executing
> this line:
>
> /master/hive/shims/build.xml:64: The following error occurred while
> executing this line:
>
> /master/hive/build-common.xml:172: impossible to resolve dependencies:
>
>
>
> Regards
>
> Vidyasagar N V
>
>
>  ------------------------------
>
> DISCLAIMER: The information in this message is confidential and may be
> legally privileged. It is intended solely for the addressee. Access to this
> message by anyone else is unauthorized. If you are not the intended
> recipient, any disclosure, copying, or distribution of the message, or any
> action or omission taken by you in reliance on it, is prohibited and may be
> unlawful. Please immediately contact the sender if you have received this
> message in error. Further, this e-mail may contain viruses and all
> reasonable precaution to minimize the risk arising there from is taken by
> OnMobile. OnMobile is not liable for any damage sustained by you as a result
> of any virus in this e-mail. All applicable virus checks should be carried
> out by you before opening this e-mail or any attachment thereto.
> Thank you - OnMobile Global Limited.
>
>
>
> ------------------------------
> DISCLAIMER: The information in this message is confidential and may be
> legally privileged. It is intended solely for the addressee. Access to this
> message by anyone else is unauthorized. If you are not the intended
> recipient, any disclosure, copying, or distribution of the message, or any
> action or omission taken by you in reliance on it, is prohibited and may be
> unlawful. Please immediately contact the sender if you have received this
> message in error. Further, this e-mail may contain viruses and all
> reasonable precaution to minimize the risk arising there from is taken by
> OnMobile. OnMobile is not liable for any damage sustained by you as a result
> of any virus in this e-mail. All applicable virus checks should be carried
> out by you before opening this e-mail or any attachment thereto.
> Thank you - OnMobile Global Limited.
>

RE: Error While building Hive

Posted by Vidyasagar Venkata Nallapati <vi...@onmobile.com>.
Hi,
I am able to connect through the these urls, but its getting timed out.

Can I download the hadoop source files from these urls externally and copy to some locations and build hive?

Regards
Vidyasagar N V

From: Sonal Goyal [mailto:sonalgoyal4@gmail.com]
Sent: Wednesday, February 03, 2010 11:49 AM
To: hive-user@hadoop.apache.org
Subject: Re: Error While building Hive

Hi,

Are you able to access the Hadoop Core URL from your machine? Try from your machine the following:
http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz

It seems that Ivy is unable to retrieve the hadoop core source files. If you are able to, try your build again. It may be a temporary retrieval issue.

Thanks and Regards,
Sonal

On Wed, Feb 3, 2010 at 11:10 AM, Vidyasagar Venkata Nallapati <vi...@onmobile.com>> wrote:
Hi,

While building the Hive I am getting an error, please help me with the changes I need to do to build it.
I was getting the same with hadoop 20.1.

ivy-retrieve-hadoop-source:
[ivy:retrieve] :: Ivy 2.0.0-rc2 - 20081028224207 :: http://ant.apache.org/ivy/ ::
:: loading settings :: file = /master/hive/ivy/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.apache.hadoop.hive#shims;working@ph1
[ivy:retrieve]  confs: [default]
[ivy:retrieve] :: resolution report :: resolve 949119ms :: artifacts dl 0ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   1   |   0   |   0   |   0   ||   0   |   0   |
        ---------------------------------------------------------------------
[ivy:retrieve]
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve]          module not found: hadoop#core;0.20.0
[ivy:retrieve]  ==== hadoop-source: tried
[ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
[ivy:retrieve]    http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
[ivy:retrieve]  ==== apache-snapshot: tried
[ivy:retrieve]    https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/core-0.20.0.pom
[ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
[ivy:retrieve]    https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz
[ivy:retrieve]  ==== maven2: tried
[ivy:retrieve]    http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.pom
[ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
[ivy:retrieve]    http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.tar.gz
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          ::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          :: hadoop#core;0.20.0: not found
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve]  Server access Error: Connection timed out url=http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
[ivy:retrieve]  Server access Error: Connection timed out url=https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/core-0.20.0.pom
[ivy:retrieve]  Server access Error: Connection timed out url=https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz
[ivy:retrieve]  Server access Error: Connection timed out url=http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.pom
[ivy:retrieve]  Server access Error: Connection timed out url=http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.tar.gz
[ivy:retrieve]
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
/master/hive/build.xml:148: The following error occurred while executing this line:
/master/hive/build.xml:93: The following error occurred while executing this line:
/master/hive/shims/build.xml:64: The following error occurred while executing this line:
/master/hive/build-common.xml:172: impossible to resolve dependencies:

Regards
Vidyasagar N V

________________________________
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. Further, this e-mail may contain viruses and all reasonable precaution to minimize the risk arising there from is taken by OnMobile. OnMobile is not liable for any damage sustained by you as a result of any virus in this e-mail. All applicable virus checks should be carried out by you before opening this e-mail or any attachment thereto.
Thank you - OnMobile Global Limited.


________________________________
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. Further, this e-mail may contain viruses and all reasonable precaution to minimize the risk arising there from is taken by OnMobile. OnMobile is not liable for any damage sustained by you as a result of any virus in this e-mail. All applicable virus checks should be carried out by you before opening this e-mail or any attachment thereto.
Thank you - OnMobile Global Limited.

Re: Error While building Hive

Posted by Sonal Goyal <so...@gmail.com>.
Hi,

Are you able to access the Hadoop Core URL from your machine? Try from your
machine the following:
http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz

It seems that Ivy is unable to retrieve the hadoop core source files. If you
are able to, try your build again. It may be a temporary retrieval issue.

Thanks and Regards,
Sonal


On Wed, Feb 3, 2010 at 11:10 AM, Vidyasagar Venkata Nallapati <
vidyasagar.nallapati@onmobile.com> wrote:

>  Hi,
>
>
>
> While building the Hive I am getting an error, please help me with the
> changes I need to do to build it.
>
> I was getting the same with hadoop 20.1.
>
>
>
> ivy-retrieve-hadoop-source:
>
> [ivy:retrieve] :: Ivy 2.0.0-rc2 - 20081028224207 ::
> http://ant.apache.org/ivy/ ::
>
> :: loading settings :: file = /master/hive/ivy/ivysettings.xml
>
> [ivy:retrieve] :: resolving dependencies ::
> org.apache.hadoop.hive#shims;working@ph1
>
> [ivy:retrieve]  confs: [default]
>
> [ivy:retrieve] :: resolution report :: resolve 949119ms :: artifacts dl 0ms
>
>
> ---------------------------------------------------------------------
>
>         |                  |            modules            ||   artifacts
> |
>
>         |       conf       | number| search|dwnlded|evicted||
> number|dwnlded|
>
>
> ---------------------------------------------------------------------
>
>         |      default     |   1   |   0   |   0   |   0   ||   0   |   0
> |
>
>
> ---------------------------------------------------------------------
>
> [ivy:retrieve]
>
> [ivy:retrieve] :: problems summary ::
>
> [ivy:retrieve] :::: WARNINGS
>
> [ivy:retrieve]          module not found: hadoop#core;0.20.0
>
> [ivy:retrieve]  ==== hadoop-source: tried
>
> [ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
>
> [ivy:retrieve]
> http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
>
> [ivy:retrieve]  ==== apache-snapshot: tried
>
> [ivy:retrieve]
> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/core-0.20.0.pom
>
> [ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
>
> [ivy:retrieve]
> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz
>
> [ivy:retrieve]  ==== maven2: tried
>
> [ivy:retrieve]
> http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.pom
>
> [ivy:retrieve]    -- artifact hadoop#core;0.20.0!hadoop.tar.gz(source):
>
> [ivy:retrieve]
> http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.tar.gz
>
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
>
> [ivy:retrieve]          ::          UNRESOLVED DEPENDENCIES         ::
>
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
>
> [ivy:retrieve]          :: hadoop#core;0.20.0: not found
>
> [ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
>
> [ivy:retrieve] :::: ERRORS
>
> [ivy:retrieve]  Server access Error: Connection timed out url=
> http://archive.apache.org/dist/hadoop/core/hadoop-0.20.0/hadoop-0.20.0.tar.gz
>
> [ivy:retrieve]  Server access Error: Connection timed out url=
> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/core-0.20.0.pom
>
> [ivy:retrieve]  Server access Error: Connection timed out url=
> https://repository.apache.org/content/repositories/snapshots/hadoop/core/0.20.0/hadoop-0.20.0.tar.gz
>
> [ivy:retrieve]  Server access Error: Connection timed out url=
> http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.pom
>
> [ivy:retrieve]  Server access Error: Connection timed out url=
> http://repo1.maven.org/maven2/hadoop/core/0.20.0/core-0.20.0.tar.gz
>
> [ivy:retrieve]
>
> [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
>
>
>
> BUILD FAILED
>
> /master/hive/build.xml:148: The following error occurred while executing
> this line:
>
> /master/hive/build.xml:93: The following error occurred while executing
> this line:
>
> /master/hive/shims/build.xml:64: The following error occurred while
> executing this line:
>
> /master/hive/build-common.xml:172: impossible to resolve dependencies:
>
>
>
> Regards
>
> Vidyasagar N V
>
> ------------------------------
> DISCLAIMER: The information in this message is confidential and may be
> legally privileged. It is intended solely for the addressee. Access to this
> message by anyone else is unauthorized. If you are not the intended
> recipient, any disclosure, copying, or distribution of the message, or any
> action or omission taken by you in reliance on it, is prohibited and may be
> unlawful. Please immediately contact the sender if you have received this
> message in error. Further, this e-mail may contain viruses and all
> reasonable precaution to minimize the risk arising there from is taken by
> OnMobile. OnMobile is not liable for any damage sustained by you as a result
> of any virus in this e-mail. All applicable virus checks should be carried
> out by you before opening this e-mail or any attachment thereto.
> Thank you - OnMobile Global Limited.
>