Re: "Unparseable date" build issue with ANT on AWS EMR

2023-01-17 Thread Kamil Mroczek
Thanks Sebastian. I will try it and if it works, I will merge the fixes you guys put out. On Tue, Jan 17, 2023 at 4:02 AM Sebastian Nagel wrote: > Hi Kamil, > > after some trials I come up with a different solution for the issue with > the > "unparseable date", see > >

Re: "Unparseable date" build issue with ANT on AWS EMR

2023-01-17 Thread Sebastian Nagel
Hi Kamil, after some trials I come up with a different solution for the issue with the "unparseable date", see https://github.com/apache/nutch/pull/752 The solution providing a pattern reproducibly fails in certain locales, see the comments in

Re: "Unparseable date" build issue with ANT on AWS EMR

2022-11-21 Thread Sebastian Nagel
Hi Kamil, thanks for trying and finding a solution! I've open a JIRA issue to track the problem: https://issues.apache.org/jira/browse/NUTCH-2974 Thanks! Sebastian On 11/19/22 18:37, Kamil Mroczek wrote: I've been able to work around this issue by adding "pattern" to touch tag on line 101

Re: "Unparseable date" build issue with ANT on AWS EMR

2022-11-19 Thread Kamil Mroczek
I've been able to work around this issue by adding "pattern" to touch tag on line 101 in build.xml like so: On Fri, Nov 18, 2022 at 12:32 PM Kamil Mroczek wrote: > Hello, > > When I run the "ant runtime" command I am getting: > > /home/hadoop/apache-nutch/build.xml:101: Unparseable date:

"Unparseable date" build issue with ANT on AWS EMR

2022-11-18 Thread Kamil Mroczek
Hello, When I run the "ant runtime" command I am getting: /home/hadoop/apache-nutch/build.xml:101: Unparseable date: "01/25/1971 2:00 pm" I've tried different date formats to no avail. There was a similar issue that was fixed in version 1.19, NUTCH-2512