Re: copyFromLocal: unexpected URISyntaxException

2014-04-28 Thread Harsh J
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
 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
>  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

2014-04-28 Thread Patcharee Thongtra

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 
mailto:patcharee.thong...@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

2014-04-28 Thread Nitin Pawar
try putting escape chars around it


On Mon, Apr 28, 2014 at 2:52 PM, Patcharee Thongtra <
patcharee.thong...@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