You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Yingyi Bu (JIRA)" <ji...@apache.org> on 2016/05/31 15:06:13 UTC

[jira] [Commented] (ASTERIXDB-1467) NonTaggedDataForma.infer() fail on Insert (deployment mode)

    [ https://issues.apache.org/jira/browse/ASTERIXDB-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15307871#comment-15307871 ] 

Yingyi Bu commented on ASTERIXDB-1467:
--------------------------------------

Are you using the latest master?

The dependency is in asterix-runtime/pom.xml:
<dependency>
      <groupId>com.e-movimento.tinytools</groupId>
      <artifactId>privilegedaccessor</artifactId>
      <version>1.2.2</version>
</dependency>

> NonTaggedDataForma.infer() fail on Insert (deployment mode)
> -----------------------------------------------------------
>
>                 Key: ASTERIXDB-1467
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1467
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: AsterixDB, Maven
>            Reporter: Wail Alkowaileet
>            Priority: Blocker
>
> After spending sometime to know why AsterixDB fails on deploy mode but not on test mode ...
> There's a tiny problem with the POM in asterix-app:
> {noformat}
>     <dependency>
>       <groupId>com.e-movimento.tinytools</groupId>
>       <artifactId>privilegedaccessor</artifactId>
>       <version>1.2.2</version>
>       <scope>test</scope>
>     </dependency>
> {noformat}
> I think the scope should be changed to compile.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)