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

Istvan Farkas commented on SOLR-14660:
--------------------------------------

Thanks for your comments [~mdrob] and [~dsmiley].

{quote}I'm not worried right now about 'bloating' test-framework, but if you 
feel like test fixtures are better then feel free to implement that way. I 
would pick whichever one is easier to do, and we can come back to it later.
{quote}
OK, I'll pick one and go that way. If needed, we can be very quickly move 
classes back and forth between the 2 during the code review.

{quote}What parts of Hadoop do we use that are not HDFS? I understand that 
Hadoop refers to the umbrella project, but I was under the impression that we 
do not have e.g. map reduce or yarn code in Solr, and we only using the storage 
bits. Separating the two out could be a worthwhile goal anyway, but for these 
purposes I think it's ok the treat Hadoop and HDFS as one thing. Please 
elaborate if you disagree.{quote}

As [~krisden] mentioned in 
[SOLR-13989|https://issues.apache.org/jira/browse/SOLR-13989], the 2 
integration points are HDFS and Hadoop Authentication integration, and they can 
be used independently. I agree with Kevin that it makes sense to separate these 
to 2 contrib modules /packages. HDFS pulls in a lot more classes, and maybe 
from a security perspective it's also cleaner not to install the hdfs plugin 
when only the authentication part of Hadoop is used, that's why I followed this 
path, for now just separating the HDFS code and leaving Hadoop auth in Solr 
Core, and then move the Hadoop auth classes to contribs in SOLR-13989 (although 
at this point I'm not yet sure how the packaging of common Hadoop auth & HDFS 
dependencies will look like).







> Migrating HDFS into a package
> -----------------------------
>
>                 Key: SOLR-14660
>                 URL: https://issues.apache.org/jira/browse/SOLR-14660
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ishan Chattopadhyaya
>            Priority: Major
>              Labels: package, packagemanager
>
> Following up on the deprecation of HDFS (SOLR-14021), we need to work on 
> isolating it away from Solr core and making a package for this. This issue is 
> to track the efforts for that.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to