Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,13 @@ Software Versions

This is currently using:

Hadoop 2.2.0
Hadoop 2.6.0

Solr 4.8
Solr 4.10.4

jdk 1.7.0_75

not support jdk 1.8.0 upto cause XPathFactory & SaxonHE 9.4.0.43

Web URLs
----------------------
Expand Down
10 changes: 6 additions & 4 deletions run-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ tmpdir=/tmp/solr-map-reduce
#######################

# Using Solr 4.8
solr_distrib="solr-4.8.0"
solr_distrib_url="http://apache.mirrors.lucidnetworks.net/lucene/solr/4.8.0/$solr_distrib.tgz"
solr_distrib="solr-4.10.4"
solr_distrib_url="http://apache.mirrors.lucidnetworks.net/lucene/solr/4.10.4/$solr_distrib.tgz"
#solr_distrib="solr-4.8.1"
#solr_distrib_url="http://apache.mirrors.lucidnetworks.net/lucene/solr/4.8.1/$solr_distrib.tgz"

# you should replace with a local mirror. Find one at http://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-2.2.0/
hadoop_distrib="hadoop-2.2.0"
hadoop_distrib_url="http://www.eng.lsu.edu/mirrors/apache/hadoop/common/hadoop-2.2.0/$hadoop_distrib.tar.gz"
hadoop_distrib="hadoop-2.6.0"
hadoop_distrib_url="http://apache.mirror.cdnetworks.com/hadoop/common/hadoop-2.6.0/$hadoop_distrib.tar.gz"

#########################################################
# NameNode port: 8020, DataNode ports: 50010, 50020, ResourceManager port: 8032 ZooKeeper port: 9983, Solr port: 8983
Expand Down