You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by Patcharee Thongtra <Pa...@uni.no> on 2014/04/28 11:22:21 UTC

copyFromLocal: unexpected URISyntaxException

Hi,

My file name contains ":" and I got error "copyFromLocal: unexpected 
URISyntaxException" when I try to copy this file to Hadoop. See below.

[patcharee@compute-1-0 ~]$ hadoop fs -copyFromLocal 
wrfout_d01_2001-01-01_00:00:00 netcdf_data/
copyFromLocal: unexpected URISyntaxException

I am using Hadoop 2.2.0.

Any suggestions?

Patcharee


Re: copyFromLocal: unexpected URISyntaxException

Posted by Harsh J <ha...@cloudera.com>.
Colons in path names may not currently work well:
https://issues.apache.org/jira/browse/HADOOP-7945

On Mon, Apr 28, 2014 at 3:26 PM, Patcharee Thongtra
<Pa...@uni.no> wrote:
> Hi,
>
> I tried to put escape chars around it, but it does not work.
>
> Patcharee
>
>
> On 04/28/2014 11:45 AM, Nitin Pawar wrote:
>
> try putting escape chars around it
>
>
> On Mon, Apr 28, 2014 at 2:52 PM, Patcharee Thongtra
> <Pa...@uni.no> wrote:
>>
>> Hi,
>>
>> My file name contains ":" and I got error "copyFromLocal: unexpected
>> URISyntaxException" when I try to copy this file to Hadoop. See below.
>>
>> [patcharee@compute-1-0 ~]$ hadoop fs -copyFromLocal
>> wrfout_d01_2001-01-01_00:00:00 netcdf_data/
>> copyFromLocal: unexpected URISyntaxException
>>
>> I am using Hadoop 2.2.0.
>>
>> Any suggestions?
>>
>> Patcharee
>>
>
>
>
> --
> Nitin Pawar
>
>



-- 
Harsh J

Re: copyFromLocal: unexpected URISyntaxException

Posted by Harsh J <ha...@cloudera.com>.
Colons in path names may not currently work well:
https://issues.apache.org/jira/browse/HADOOP-7945

On Mon, Apr 28, 2014 at 3:26 PM, Patcharee Thongtra
<Pa...@uni.no> wrote:
> Hi,
>
> I tried to put escape chars around it, but it does not work.
>
> Patcharee
>
>
> On 04/28/2014 11:45 AM, Nitin Pawar wrote:
>
> try putting escape chars around it
>
>
> On Mon, Apr 28, 2014 at 2:52 PM, Patcharee Thongtra
> <Pa...@uni.no> wrote:
>>
>> Hi,
>>
>> My file name contains ":" and I got error "copyFromLocal: unexpected
>> URISyntaxException" when I try to copy this file to Hadoop. See below.
>>
>> [patcharee@compute-1-0 ~]$ hadoop fs -copyFromLocal
>> wrfout_d01_2001-01-01_00:00:00 netcdf_data/
>> copyFromLocal: unexpected URISyntaxException
>>
>> I am using Hadoop 2.2.0.
>>
>> Any suggestions?
>>
>> Patcharee
>>
>
>
>
> --
> Nitin Pawar
>
>



-- 
Harsh J

Re: copyFromLocal: unexpected URISyntaxException

Posted by Harsh J <ha...@cloudera.com>.
Colons in path names may not currently work well:
https://issues.apache.org/jira/browse/HADOOP-7945

On Mon, Apr 28, 2014 at 3:26 PM, Patcharee Thongtra
<Pa...@uni.no> wrote:
> Hi,
>
> I tried to put escape chars around it, but it does not work.
>
> Patcharee
>
>
> On 04/28/2014 11:45 AM, Nitin Pawar wrote:
>
> try putting escape chars around it
>
>
> On Mon, Apr 28, 2014 at 2:52 PM, Patcharee Thongtra
> <Pa...@uni.no> wrote:
>>
>> Hi,
>>
>> My file name contains ":" and I got error "copyFromLocal: unexpected
>> URISyntaxException" when I try to copy this file to Hadoop. See below.
>>
>> [patcharee@compute-1-0 ~]$ hadoop fs -copyFromLocal
>> wrfout_d01_2001-01-01_00:00:00 netcdf_data/
>> copyFromLocal: unexpected URISyntaxException
>>
>> I am using Hadoop 2.2.0.
>>
>> Any suggestions?
>>
>> Patcharee
>>
>
>
>
> --
> Nitin Pawar
>
>



-- 
Harsh J

Re: copyFromLocal: unexpected URISyntaxException

Posted by Harsh J <ha...@cloudera.com>.
Colons in path names may not currently work well:
https://issues.apache.org/jira/browse/HADOOP-7945

On Mon, Apr 28, 2014 at 3:26 PM, Patcharee Thongtra
<Pa...@uni.no> wrote:
> Hi,
>
> I tried to put escape chars around it, but it does not work.
>
> Patcharee
>
>
> On 04/28/2014 11:45 AM, Nitin Pawar wrote:
>
> try putting escape chars around it
>
>
> On Mon, Apr 28, 2014 at 2:52 PM, Patcharee Thongtra
> <Pa...@uni.no> wrote:
>>
>> Hi,
>>
>> My file name contains ":" and I got error "copyFromLocal: unexpected
>> URISyntaxException" when I try to copy this file to Hadoop. See below.
>>
>> [patcharee@compute-1-0 ~]$ hadoop fs -copyFromLocal
>> wrfout_d01_2001-01-01_00:00:00 netcdf_data/
>> copyFromLocal: unexpected URISyntaxException
>>
>> I am using Hadoop 2.2.0.
>>
>> Any suggestions?
>>
>> Patcharee
>>
>
>
>
> --
> Nitin Pawar
>
>



-- 
Harsh J

Re: copyFromLocal: unexpected URISyntaxException

Posted by Patcharee Thongtra <Pa...@uni.no>.
Hi,

I tried to put escape chars around it, but it does not work.

Patcharee

On 04/28/2014 11:45 AM, Nitin Pawar wrote:
> try putting escape chars around it
>
>
> On Mon, Apr 28, 2014 at 2:52 PM, Patcharee Thongtra 
> <Patcharee.Thongtra@uni.no <ma...@uni.no>> wrote:
>
>     Hi,
>
>     My file name contains ":" and I got error "copyFromLocal:
>     unexpected URISyntaxException" when I try to copy this file to
>     Hadoop. See below.
>
>     [patcharee@compute-1-0 ~]$ hadoop fs -copyFromLocal
>     wrfout_d01_2001-01-01_00:00:00 netcdf_data/
>     copyFromLocal: unexpected URISyntaxException
>
>     I am using Hadoop 2.2.0.
>
>     Any suggestions?
>
>     Patcharee
>
>
>
>
> -- 
> Nitin Pawar


Re: copyFromLocal: unexpected URISyntaxException

Posted by Patcharee Thongtra <Pa...@uni.no>.
Hi,

I tried to put escape chars around it, but it does not work.

Patcharee

On 04/28/2014 11:45 AM, Nitin Pawar wrote:
> try putting escape chars around it
>
>
> On Mon, Apr 28, 2014 at 2:52 PM, Patcharee Thongtra 
> <Patcharee.Thongtra@uni.no <ma...@uni.no>> wrote:
>
>     Hi,
>
>     My file name contains ":" and I got error "copyFromLocal:
>     unexpected URISyntaxException" when I try to copy this file to
>     Hadoop. See below.
>
>     [patcharee@compute-1-0 ~]$ hadoop fs -copyFromLocal
>     wrfout_d01_2001-01-01_00:00:00 netcdf_data/
>     copyFromLocal: unexpected URISyntaxException
>
>     I am using Hadoop 2.2.0.
>
>     Any suggestions?
>
>     Patcharee
>
>
>
>
> -- 
> Nitin Pawar


Re: copyFromLocal: unexpected URISyntaxException

Posted by Patcharee Thongtra <Pa...@uni.no>.
Hi,

I tried to put escape chars around it, but it does not work.

Patcharee

On 04/28/2014 11:45 AM, Nitin Pawar wrote:
> try putting escape chars around it
>
>
> On Mon, Apr 28, 2014 at 2:52 PM, Patcharee Thongtra 
> <Patcharee.Thongtra@uni.no <ma...@uni.no>> wrote:
>
>     Hi,
>
>     My file name contains ":" and I got error "copyFromLocal:
>     unexpected URISyntaxException" when I try to copy this file to
>     Hadoop. See below.
>
>     [patcharee@compute-1-0 ~]$ hadoop fs -copyFromLocal
>     wrfout_d01_2001-01-01_00:00:00 netcdf_data/
>     copyFromLocal: unexpected URISyntaxException
>
>     I am using Hadoop 2.2.0.
>
>     Any suggestions?
>
>     Patcharee
>
>
>
>
> -- 
> Nitin Pawar


Re: copyFromLocal: unexpected URISyntaxException

Posted by Patcharee Thongtra <Pa...@uni.no>.
Hi,

I tried to put escape chars around it, but it does not work.

Patcharee

On 04/28/2014 11:45 AM, Nitin Pawar wrote:
> try putting escape chars around it
>
>
> On Mon, Apr 28, 2014 at 2:52 PM, Patcharee Thongtra 
> <Patcharee.Thongtra@uni.no <ma...@uni.no>> wrote:
>
>     Hi,
>
>     My file name contains ":" and I got error "copyFromLocal:
>     unexpected URISyntaxException" when I try to copy this file to
>     Hadoop. See below.
>
>     [patcharee@compute-1-0 ~]$ hadoop fs -copyFromLocal
>     wrfout_d01_2001-01-01_00:00:00 netcdf_data/
>     copyFromLocal: unexpected URISyntaxException
>
>     I am using Hadoop 2.2.0.
>
>     Any suggestions?
>
>     Patcharee
>
>
>
>
> -- 
> Nitin Pawar


Re: copyFromLocal: unexpected URISyntaxException

Posted by Nitin Pawar <ni...@gmail.com>.
try putting escape chars around it


On Mon, Apr 28, 2014 at 2:52 PM, Patcharee Thongtra <
Patcharee.Thongtra@uni.no> wrote:

> Hi,
>
> My file name contains ":" and I got error "copyFromLocal: unexpected
> URISyntaxException" when I try to copy this file to Hadoop. See below.
>
> [patcharee@compute-1-0 ~]$ hadoop fs -copyFromLocal
> wrfout_d01_2001-01-01_00:00:00 netcdf_data/
> copyFromLocal: unexpected URISyntaxException
>
> I am using Hadoop 2.2.0.
>
> Any suggestions?
>
> Patcharee
>
>


-- 
Nitin Pawar

Re: copyFromLocal: unexpected URISyntaxException

Posted by Nitin Pawar <ni...@gmail.com>.
try putting escape chars around it


On Mon, Apr 28, 2014 at 2:52 PM, Patcharee Thongtra <
Patcharee.Thongtra@uni.no> wrote:

> Hi,
>
> My file name contains ":" and I got error "copyFromLocal: unexpected
> URISyntaxException" when I try to copy this file to Hadoop. See below.
>
> [patcharee@compute-1-0 ~]$ hadoop fs -copyFromLocal
> wrfout_d01_2001-01-01_00:00:00 netcdf_data/
> copyFromLocal: unexpected URISyntaxException
>
> I am using Hadoop 2.2.0.
>
> Any suggestions?
>
> Patcharee
>
>


-- 
Nitin Pawar

Re: copyFromLocal: unexpected URISyntaxException

Posted by Nitin Pawar <ni...@gmail.com>.
try putting escape chars around it


On Mon, Apr 28, 2014 at 2:52 PM, Patcharee Thongtra <
Patcharee.Thongtra@uni.no> wrote:

> Hi,
>
> My file name contains ":" and I got error "copyFromLocal: unexpected
> URISyntaxException" when I try to copy this file to Hadoop. See below.
>
> [patcharee@compute-1-0 ~]$ hadoop fs -copyFromLocal
> wrfout_d01_2001-01-01_00:00:00 netcdf_data/
> copyFromLocal: unexpected URISyntaxException
>
> I am using Hadoop 2.2.0.
>
> Any suggestions?
>
> Patcharee
>
>


-- 
Nitin Pawar

Re: copyFromLocal: unexpected URISyntaxException

Posted by Nitin Pawar <ni...@gmail.com>.
try putting escape chars around it


On Mon, Apr 28, 2014 at 2:52 PM, Patcharee Thongtra <
Patcharee.Thongtra@uni.no> wrote:

> Hi,
>
> My file name contains ":" and I got error "copyFromLocal: unexpected
> URISyntaxException" when I try to copy this file to Hadoop. See below.
>
> [patcharee@compute-1-0 ~]$ hadoop fs -copyFromLocal
> wrfout_d01_2001-01-01_00:00:00 netcdf_data/
> copyFromLocal: unexpected URISyntaxException
>
> I am using Hadoop 2.2.0.
>
> Any suggestions?
>
> Patcharee
>
>


-- 
Nitin Pawar