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

Thomas Mueller edited comment on OAK-9758 at 5/11/22 6:17 AM:
--------------------------------------------------------------

For manually testing it,  
Build the oak-run.jar then run,

Test missing tika dependencies with flag to force continue
(For this command to properly finish, one will need to other configuration, 
here is just to show that it bypass the dependency check)

{noformat}
java -jar oak-run*.jar index --reindex ...
... is supposed to fail with the following message:
Missing tika parser dependencies, use --ignore-missing-tika-dep to force 
continue

java -jar oak-run*.jar index --reindex ... --ignore-missing-tika-dep
... is supposed to work
{noformat}





was (Author: tmueller):
For manually testing it,  
Build the oak-run.jar then run,
$ JAR=<path to oak-run.jar>
$ STORE=<path to actual store>

# Test missing tika dependencies
$ java -jar $JAR index --reindex $STORE
Apache Jackrabbit Oak 1.xx-SNAPSHOT
Missing tika parser dependencies, use --ignore-missing-tika-dep to force 
continue

Test missing tika dependencies with flag to force continue
(For this command to properly finish, one will need to other configuration, 
here is just to show that it bypass the dependency check)

{noformat}
java -jar oak-run*.jar index --reindex ...
... is supposed to fail with the following message:
Missing tika parser dependencies, use --ignore-missing-tika-dep to force 
continue

java -jar oak-run*.jar index --reindex ... --ignore-missing-tika-dep
... is supposed to work
{noformat}




> Oak run indexing silently broken without tika.jar (text rendition)
> ------------------------------------------------------------------
>
>                 Key: OAK-9758
>                 URL: https://issues.apache.org/jira/browse/OAK-9758
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>            Reporter: Yu-An Lin
>            Priority: Major
>              Labels: indexing
>             Fix For: 1.44.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to