You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by lewismc <gi...@git.apache.org> on 2016/02/22 22:07:06 UTC

[GitHub] lucene-solr pull request: LUCENE-7041 Upgrade to Apache Tika 1.12

GitHub user lewismc opened a pull request:

    https://github.com/apache/lucene-solr/pull/10

    LUCENE-7041 Upgrade to Apache Tika 1.12

    Trivial update. @uschindler I attempted running ant test locally with the following failures
    ```
       [junit4] Suite: org.apache.solr.search.TestSolrJ
       [junit4] Completed [579/579 (6!)] on J3 in 0.02s, 1 test
       [junit4]
       [junit4]
       [junit4] Tests with failures [seed: 64AD6FE9325CC7B0]:
       [junit4]   - org.apache.solr.cloud.TestRequestStatusCollectionAPI.test
       [junit4]   - org.apache.solr.cloud.DistribCursorPagingTest.test
       [junit4]   - org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.test
       [junit4]   - org.apache.solr.cloud.SimpleCollectionCreateDeleteTest.test
       [junit4]   - org.apache.solr.cloud.TestMiniSolrCloudCluster.testSegmentTerminateEarly
       [junit4]   - org.apache.solr.cloud.TestMiniSolrCloudCluster.testStopAllStartAll
       [junit4]   - org.apache.solr.cloud.TestMiniSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete
       [junit4]   - org.apache.solr.cloud.TestMiniSolrCloudCluster.testCollectionCreateSearchDelete
       [junit4]   - org.apache.solr.handler.admin.CoreAdminHandlerTest.testDeleteInstanceDir
       [junit4]   - org.apache.solr.handler.admin.CoreAdminHandlerTest (suite)
       [junit4]
       [junit4]
       [junit4] JVM J0:     0.60 ..   655.76 =   655.16s
       [junit4] JVM J1:     0.85 ..   656.59 =   655.74s
       [junit4] JVM J2:     0.85 ..   200.28 =   199.44s
       [junit4] JVM J3:     0.60 ..  1037.32 =  1036.72s
       [junit4] Execution time total: 17 minutes 17 seconds
       [junit4] Tests summary: 579 suites (8 ignored), 2331 tests, 2 suite-level errors, 8 errors, 1 failure, 1320 ignored (59 assumptions)
    
    BUILD FAILED
    /usr/local/lucene-solr/build.xml:59: The following error occurred while executing this line:
    /usr/local/lucene-solr/solr/build.xml:233: The following error occurred while executing this line:
    /usr/local/lucene-solr/solr/common-build.xml:524: The following error occurred while executing this line:
    /usr/local/lucene-solr/lucene/common-build.xml:1457: The following error occurred while executing this line:
    /usr/local/lucene-solr/lucene/common-build.xml:1014: There were test failures: 579 suites (8 ignored), 2331 tests, 2 suite-level errors, 8 errors, 1 failure, 1320 ignored (59 assumptions) [seed: 64AD6FE9325CC7B0]
    
    Total time: 34 minutes 7 seconds
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lewismc/lucene-solr LUCENE-7041

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/10.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #10
    
----
commit 8a6fb261d9c4f7a3970be3bb928ab9ecccb387bc
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Date:   2016-02-22T21:08:49Z

    LUCENE-7041 Upgrade to Apache Tika 1.12

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[GitHub] lucene-solr pull request: LUCENE-7041 Upgrade to Apache Tika 1.12

Posted by janhoy <gi...@git.apache.org>.
Github user janhoy commented on the pull request:

    https://github.com/apache/lucene-solr/pull/10#issuecomment-187617872
  
    Hi, you should also manually upgrade relevant Tika dependencies. See lucene-solr/solr/contrib/extraction/ivy.xml
    
    When you compare changes between 1.7 and 1.12 you may find that Tika also added new dependencies such as parsers etc. Please make a list of these and suggest which of them you feel MUST be included with Solr. Note that we do not include every single Tika dependency today, to keep the distro slimmer.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[GitHub] lucene-solr pull request: LUCENE-7041 Upgrade to Apache Tika 1.12

Posted by lewismc <gi...@git.apache.org>.
Github user lewismc commented on the pull request:

    https://github.com/apache/lucene-solr/pull/10#issuecomment-212181537
  
    This PR is superseded by #31 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[GitHub] lucene-solr pull request: LUCENE-7041 Upgrade to Apache Tika 1.12

Posted by lewismc <gi...@git.apache.org>.
Github user lewismc closed the pull request at:

    https://github.com/apache/lucene-solr/pull/10


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org