On Tue, Apr 11, 2017 at 8:24 AM, Arnaud Launay <[email protected]> wrote: > Le Tue, Apr 11, 2017 at 07:59:24AM -0700, Konstantin Boudnik a écrit: >> No particular reason, except for no one has made the effort to >> update it. If you are interested - that'd be great! > > I've already begun to work on it (4.10.4 doesn't compile with the > jdk8/u121 used by debian, some story with javadocs and > allow-scripts). > > Right now it does compile without trouble, but the install script > bigtop-packages/src/common/solr/install_solr.sh > is causing me a bit more problem, especially this part: > > (cd $PREFIX/$LIB_DIR/server/webapps/solr ; jar xf ../../../*.war) > > Only problem, in 6.5.0 the directory does not contain any war > file: > > + cd debian/tmp//usr/lib/solr/server/webapps/solr > + jar xf ../../../*.war > java.io.FileNotFoundException: ../../../*.war (Aucun fichier ou dossier de ce > type) > (..) > > ~/bigtop$ cd /home/asl/bigtop/output/solr/solr-6.5.0 > ~/bigtop/output/solr/solr-6.5.0$ cd > debian/tmp//usr/lib/solr/server/webapps/solr > ~/bigtop/output/solr/solr-6.5.0/debian/tmp/usr/lib/solr/server/webapps/solr$ > cd ../../.. > > ~/bigtop/output/solr/solr-6.5.0/debian/tmp/usr/lib/solr$ ls > contrib solr-dataimporthandler-extras-6.5.0.jar > coreconfig-template solr-langid-6.5.0.jar > lib solr-ltr-6.5.0.jar > server solr-map-reduce-6.5.0.jar > solr-analysis-extras-6.5.0.jar solr-morphlines-cell-6.5.0.jar > solr-analytics-6.5.0.jar solr-morphlines-core-6.5.0.jar > solr-cell-6.5.0.jar solr-solrj-6.5.0.jar > solr-clustering-6.5.0.jar solr-test-framework-6.5.0.jar > solr-core-6.5.0.jar solr-uima-6.5.0.jar > solr-dataimporthandler-6.5.0.jar solr-velocity-6.5.0.jar > > > I could of course comment it, but maybe someone here has a better idea :)
FWIW: I know that CDH is sticking with 4.x for some compatibility reason. It may be the case that 6 has changed in pretty drastic ways deployment-wise. Still it would be awesome to get us to 6.x but it may require quite a bit of work. Thanks, Roman.
