Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-7946

After Solr 5.0, The script(set-map-reduce-classpath.sh) of MapReduceIndexTool should be made a change.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 5.0, 5.2.1
    • None
    • contrib - MapReduce
    • None

    Description

      The original code as following:
      [code]
      if [ ! -d "$solr_distrib/example/solr-webapp/webapp" ]; then
      unzip -o $solr_distrib/example/webapps/solr.war -d $solr_distrib/example/solr-webapp/webapp
      fi
      ....
      dir7=`absPath "$solr_distrib/example/solr-webapp/webapp/WEB-INF/lib"`
      [/code]

      It should be changed to as following:
      [code]
      if [ ! -d "$solr_distrib/server/solr-webapp/webapp" ]; then
      unzip -o $solr_distrib/server/webapps/solr.war -d $solr_distrib/server/solr-webapp/webapp
      fi
      ....
      dir7=`absPath "$solr_distrib/server/solr-webapp/webapp/WEB-INF/lib"`
      [/code]

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              davidchiu davidchiu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: