yea, I always hit this issue (still now) on aws ec2 env (t2.large).

On Sun, Jan 7, 2018 at 3:54 AM, Makoto Yui <m...@apache.org> wrote:

> Takeshi,
>
> Thank you for verification.
>
> > org.apache.hadoop.hive.ql.exec.UDFArgumentException: Failed to parse
> the file in CSV format: java.lang.UnsupportedOperationException
> > at hivemall.nlp.tokenizer.KuromojiUDFTest.testEvaluateUserDictURL(
> KuromojiUDFTest.java:347)
>
> It would be a temporary connection problem in your environment (or
> github). Does the exception always happen?
>
> https://github.com/apache/incubator-hivemall/blob/v0.5.
> 0-rc1/nlp/src/test/java/hivemall/nlp/tokenizer/KuromojiUDFTest.java#L347
> https://github.com/apache/incubator-hivemall/blob/v0.5.
> 0-rc1/nlp/src/main/java/hivemall/nlp/tokenizer/KuromojiUDF.java#L268
>
> > $ mvn -q scalastyle:check test -Pspark-2.1
>
> It seems that maven-release-plugin does not work well for "maven -P".
> https://github.com/apache/incubator-hivemall/blob/v0.5.
> 0-rc1/spark/spark-2.1/pom.xml#L26
>
> <version>0.5.0-incubating-SNAPSHOT</version> should be
> <version>0.5.0-incubating-rc1</version>.
>
> Thanks,
> Makoto
>
> 2018-01-06 22:45 GMT+09:00 Takeshi Yamamuro <linguin....@gmail.com>:
> > Hi,
> >
> > -1, because I found at least two errors below;
> > (probably, we set wrong parent version numbers in each spark pom.xml).
> >
> > #######
> > $ uname -a
> > Linux ip-172-31-30-141 4.9.70-25.242.amzn1.x86_64 #1 SMP Wed Jan 3
> 05:36:22
> > UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
> >
> > $ java -version
> > openjdk version "1.8.0_151"
> > OpenJDK Runtime Environment (build 1.8.0_151-b12)
> > OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)
> >
> > $ mvn -q scalastyle:check test
> > ...
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running hivemall.nlp.tokenizer.KuromojiUDFTest
> > Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.194
> sec
> > <<< FAILURE! - in hivemall.nlp.tokenizer.KuromojiUDFTest
> > testEvaluateUserDictURL(hivemall.nlp.tokenizer.KuromojiUDFTest)  Time
> > elapsed: 0.6 sec  <<< ERROR!
> > org.apache.hadoop.hive.ql.exec.UDFArgumentException: Failed to parse the
> > file in CSV format: java.lang.UnsupportedOperationException
> > at
> > hivemall.nlp.tokenizer.KuromojiUDFTest.testEvaluateUserDictURL(
> KuromojiUDFTest.java:347)
> >
> > Running hivemall.nlp.tokenizer.SmartcnUDFTest
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516
> sec -
> > in hivemall.nlp.tokenizer.SmartcnUDFTest
> >
> > Results :
> >
> > Tests in error:
> >   KuromojiUDFTest.testEvaluateUserDictURL:347 ? UDFArgument Failed to
> parse
> > the ...
> >
> >
> > $ mvn -q scalastyle:check test -Pspark-2.1
> > [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> > [FATAL] Non-resolvable parent POM for
> > org.apache.hivemall:hivemall-spark:[unknown-version]: Could not find
> > artifact org.apache.hivemall:hivemall:pom:0.5.0-incubating-SNAPSHOT and
> > 'parent.relativePath' points at wrong local POM @ line 23, column 10
> > [FATAL] Non-resolvable parent POM for
> > org.apache.hivemall:hivemall-spark-common:[unknown-version]: Could not
> find
> > artifact org.apache.hivemall:hivemall:pom:0.5.0-incubating-SNAPSHOT and
> > 'parent.relativePath' points at wrong local POM @ line 23, column 10
> >  @
> > [ERROR] The build could not read 2 projects -> [Help 1]
> > [ERROR]
> > [ERROR]   The project org.apache.hivemall:hivemall-
> spark:[unknown-version]
> > (/home/ec2-user/hivemall-0.5.0-incubating-rc1/spark/spark-2.1/pom.xml)
> has 1
> > error
> > [ERROR]     Non-resolvable parent POM for
> > org.apache.hivemall:hivemall-spark:[unknown-version]: Could not find
> > artifact org.apache.hivemall:hivemall:pom:0.5.0-incubating-SNAPSHOT and
> > 'parent.relativePath' points at wrong local POM @ line 23, column 10 ->
> > [Help 2]
> > [ERROR]
> > [ERROR]   The project
> > org.apache.hivemall:hivemall-spark-common:[unknown-version]
> > (/home/ec2-user/hivemall-0.5.0-incubating-rc1/spark/spark-
> common/pom.xml)
> > has 1 error
> > [ERROR]     Non-resolvable parent POM for
> > org.apache.hivemall:hivemall-spark-common:[unknown-version]: Could not
> find
> > artifact org.apache.hivemall:hivemall:pom:0.5.0-incubating-SNAPSHOT and
> > 'parent.relativePath' points at wrong local POM @ line 23, column 10 ->
> > [Help 2]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> please
> > read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/
> ProjectBuildingException
> > [ERROR] [Help 2]
> > http://cwiki.apache.org/confluence/display/MAVEN/
> UnresolvableModelException
> >
> >
> >
> > On Sat, Jan 6, 2018 at 12:01 AM, Makoto Yui <m...@apache.org> wrote:
> >>
> >> Hi all,
> >>
> >> Apache Hivmeall 0.5.0 release candidate #1 (the first Apache release!)
> >> is now available for a vote
> >> within dev community.
> >>
> >> Links to various release artifacts are given below. Please review and
> >> cast your vote.
> >>
> >>     - The source tarball, including signatures, digests, ChangeLog,
> etc.:
> >>
> >> https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.
> 5.0-incubating-rc1/
> >> - Sources for the release:
> >>
> >> https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.
> 5.0-incubating-rc1/hivemall-0.5.0-incubating-rc1-source-release.zip
> >>
> >> https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.
> 5.0-incubating-rc1/hivemall-0.5.0-incubating-rc1-source-release.zip.asc
> >> (PGP Signature)
> >>
> >> https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.
> 5.0-incubating-rc1/hivemall-0.5.0-incubating-rc1-source-release.zip.md5
> >> (MD5 Hash)
> >>     - Git tag for the release:
> >>
> >> https://git-wip-us.apache.org/repos/asf?p=incubator-
> hivemall.git;a=shortlog;h=refs/tags/v0.5.0-rc1
> >>     - The Nexus Staging URL:
> >>
> >> https://repository.apache.org/content/repositories/
> orgapachehivemall-1001/
> >>     - KEYS file for verification:
> >>       https://dist.apache.org/repos/dist/dev/incubator/hivemall/KEYS
> >>     - For information about the contents of this release, see:
> >>
> >> https://dist.apache.org/repos/dist/dev/incubator/hivemall/0.
> 5.0-incubating-rc1/ChangeLog.html
> >>
> >> You can find Podling releases policies in
> >>   https://incubator.apache.org/policy/incubation.html#releases
> >>
> >> Please download "hivemall-0.5.0-incubating-rc1-source-release.zip" and
> >> evaluate necessary checks including checking signatures, rat license
> >> check, build from source, and test. Building and rat check guide can
> >> be found in
> >>
> >> http://hivemall.incubator.apache.org/release-guide.html#
> TEST_YOUR_SETTINGS
> >>
> >> The vote will be open for at least 72 hours and until necessary number
> >> of votes are reached.
> >> At lease three +1 from PPMC members are required and we welcome your
> vote.
> >>
> >> [ ] +1  approve (Release this package as Apache Hivemall
> >> 0.5.0-incubating-rc1)
> >> [ ] +0  no opinion
> >> [ ] -1  disapprove (and reason why)
> >>
> >> Here is my +1 (binding).
> >>
> >> Thanks,
> >> Makoto
> >>
> >> --
> >> Makoto YUI <myui AT apache.org>
> >> Research Engineer, Treasure Data, Inc.
> >> http://myui.github.io/
> >
> >
> >
> >
> > --
> > ---
> > Takeshi Yamamuro
>
>
>
> --
> Makoto YUI <myui AT apache.org>
> Research Engineer, Treasure Data, Inc.
> http://myui.github.io/
>



-- 
---
Takeshi Yamamuro

Reply via email to