Re: Correct way of using regexserde

2013-07-02 Thread Mohammad Tariq
No luck. Warm Regards, Tariq cloudfront.blogspot.com On Tue, Jul 2, 2013 at 1:03 PM, Matouk IFTISSEN wrote: > Yes it is to create an external table that points your data with the > regexp passed with the SERDE. > good day > > > 2013/7/2 Mohammad Tariq > >> Hello there, >> >> Thanks a

Re: Correct way of using regexserde

2013-07-02 Thread Matouk IFTISSEN
Yes it is to create an external table that points your data with the regexp passed with the SERDE. good day 2013/7/2 Mohammad Tariq > Hello there, > > Thanks a lot for the response. Do you mean creating an external > table?I have also tried deleting "ouputregex", but same result. And t

Re: Correct way of using regexserde

2013-07-01 Thread Mohammad Tariq
Hello there, Thanks a lot for the response. Do you mean creating an external table?I have also tried deleting "ouputregex", but same result. And the jar is also added. Warm Regards, Tariq cloudfront.blogspot.com On Mon, Jul 1, 2013 at 1:39 PM, Matouk IFTISSEN wrote: > Hello, > try to

Re: Correct way of using regexserde

2013-07-01 Thread Matouk IFTISSEN
Hello, try to delete "output.regex" = "%1$s" and store your data in file then pricise where the file is located STORED AS TEXTFILE LOCATION '/..'; and assure that you add the jar "hive-contrib-0.10.0.jar" in the session or you have it in all Hadoop tasktrackers like this: add jar path_where_i