[GitHub] lucene-solr pull request #34: Move hdfs stuff out into a new contrib

2016-06-08 Thread tomjon
Github user tomjon commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/34#discussion_r66273240 --- Diff: solr/core/src/test/org/apache/solr/cloud/ShardSplitTest.java --- @@ -57,7 +57,6 @@ import static

[GitHub] lucene-solr pull request #34: Move hdfs stuff out into a new contrib

2016-06-08 Thread tomjon
Github user tomjon commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/34#discussion_r66272908 --- Diff: solr/core/src/java/org/apache/solr/update/UpdateHandler.java --- @@ -200,4 +187,16 @@ public void registerOptimizeCallback( SolrEventListener

[GitHub] lucene-solr pull request #34: Move hdfs stuff out into a new contrib

2016-06-08 Thread tomjon
Github user tomjon commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/34#discussion_r66249148 --- Diff: solr/core/ivy.xml --- @@ -61,15 +61,6 @@ - - - - - --- End diff

[GitHub] lucene-solr pull request #34: Move hdfs stuff out into a new contrib

2016-06-08 Thread tomjon
Github user tomjon commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/34#discussion_r66247316 --- Diff: lucene/core/src/java/org/apache/lucene/store/Directory.java --- @@ -165,4 +165,13 @@ public void copyFrom(Directory from, String src, String

[GitHub] lucene-solr pull request #34: Move hdfs stuff out into a new contrib

2016-06-08 Thread tomjon
Github user tomjon commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/34#discussion_r66244222 --- Diff: lucene/core/src/java/org/apache/lucene/store/Directory.java --- @@ -165,4 +165,13 @@ public void copyFrom(Directory from, String src, String

[GitHub] lucene-solr pull request: Move to SolrCloudTestCase

2016-05-18 Thread tomjon
Github user tomjon commented on the pull request: https://github.com/apache/lucene-solr/pull/37#issuecomment-220031698 Pushed changes --- 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

[GitHub] lucene-solr pull request: Move to SolrCloudTestCase

2016-05-18 Thread tomjon
Github user tomjon closed the pull request at: https://github.com/apache/lucene-solr/pull/37 --- 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

[GitHub] lucene-solr pull request: Move to SolrCloudTestCase

2016-05-18 Thread tomjon
GitHub user tomjon reopened a pull request: https://github.com/apache/lucene-solr/pull/37 Move to SolrCloudTestCase You can merge this pull request into a Git repository by running: $ git pull https://github.com/tomjon/lucene-solr solr-cloudtest Alternatively you can review

[GitHub] lucene-solr pull request: Move to SolrCloudTestCase

2016-05-18 Thread tomjon
Github user tomjon commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/37#discussion_r63668312 --- Diff: solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java --- @@ -70,357 +77,193 @@ import

[GitHub] lucene-solr pull request: Move to SolrCloudTestCase

2016-05-18 Thread tomjon
Github user tomjon commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/37#discussion_r63668163 --- Diff: solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java --- @@ -435,73 +278,55 @@ private void testErrorHandling() throws

[GitHub] lucene-solr pull request: Move to SolrCloudTestCase

2016-05-18 Thread tomjon
Github user tomjon commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/37#discussion_r63668079 --- Diff: solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java --- @@ -70,357 +77,193 @@ import

[GitHub] lucene-solr pull request: Move to SolrCloudTestCase

2016-05-10 Thread tomjon
GitHub user tomjon opened a pull request: https://github.com/apache/lucene-solr/pull/37 Move to SolrCloudTestCase You can merge this pull request into a Git repository by running: $ git pull https://github.com/tomjon/lucene-solr solr-cloudtest Alternatively you can review

[GitHub] lucene-solr pull request: Move hdfs stuff out into a new contrib

2016-04-28 Thread tomjon
GitHub user tomjon opened a pull request: https://github.com/apache/lucene-solr/pull/34 Move hdfs stuff out into a new contrib An attempt to move hdfs/Hadoop related classes out of core SOLR into a new contrib, and reduce the size of SOLR core by thus removing some of the Hadoop