You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Jeff Dasch (JIRA)" <ji...@apache.org> on 2017/08/17 13:36:00 UTC

[jira] [Resolved] (RYA-343) AccumuloLoadStatementsFile fails when loading data to a PCJ-enabled table.

     [ https://issues.apache.org/jira/browse/RYA-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Dasch resolved RYA-343.
----------------------------
       Resolution: Fixed
    Fix Version/s: 3.2.11

Fix merged to master.

> AccumuloLoadStatementsFile fails when loading data to a PCJ-enabled table.
> --------------------------------------------------------------------------
>
>                 Key: RYA-343
>                 URL: https://issues.apache.org/jira/browse/RYA-343
>             Project: Rya
>          Issue Type: Sub-task
>          Components: clients
>            Reporter: Jeff Dasch
>            Assignee: Jeff Dasch
>             Fix For: 3.2.11
>
>
> Issue occurs when calling {{AccumuloLoadStatementsFile.loadStatements()}} to loading data to a PCJ-enabled table.  I believe this is a recent regression.
> {noformat}
> 2017-08-14 13:46:51,802 [Spring Shell] WARN  org.apache.rya.api.client.accumulo.AccumuloLoadStatementsFile - Exception while loading:
> org.apache.rya.api.persist.RyaDAOException: java.lang.IllegalArgumentException: The 'rya.indexing.pcj.storageType' property must have one of the following values: [ACCUMULO]
> 	at org.apache.rya.accumulo.AccumuloRyaDAO.init(AccumuloRyaDAO.java:165)
> 	at org.apache.rya.sail.config.RyaSailFactory.getAccumuloDAO(RyaSailFactory.java:155)
> 	at org.apache.rya.sail.config.RyaSailFactory.getRyaSail(RyaSailFactory.java:100)
> 	at org.apache.rya.sail.config.RyaSailFactory.getInstance(RyaSailFactory.java:67)
> 	at org.apache.rya.api.client.accumulo.AccumuloLoadStatementsFile.loadStatements(AccumuloLoadStatementsFile.java:91)
> 	at org.apache.rya.shell.RyaCommands.loadData(RyaCommands.java:121)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:210)
> 	at org.springframework.shell.core.SimpleExecutionStrategy.invoke(SimpleExecutionStrategy.java:64)
> 	at org.springframework.shell.core.SimpleExecutionStrategy.execute(SimpleExecutionStrategy.java:57)
> 	at org.springframework.shell.core.AbstractShell.executeCommand(AbstractShell.java:127)
> 	at org.springframework.shell.core.JLineShell.promptLoop(JLineShell.java:533)
> 	at org.springframework.shell.core.JLineShell.run(JLineShell.java:179)
> 	at java.lang.Thread.run(Thread.java:748)
> Caused by: java.lang.IllegalArgumentException: The 'rya.indexing.pcj.storageType' property must have one of the following values: [ACCUMULO]
> 	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92)
> 	at org.apache.rya.indexing.external.PrecomputedJoinStorageSupplier.get(PrecomputedJoinStorageSupplier.java:68)
> 	at org.apache.rya.indexing.external.PrecomputedJoinIndexer.init(PrecomputedJoinIndexer.java:139)
> 	at org.apache.rya.accumulo.AccumuloRyaDAO.init(AccumuloRyaDAO.java:156)
> 	... 16 more
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)