Skip to content

Commit

Permalink
NUTCH-1400 + changed version to 1.5.1-SNAPSHOT
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/nutch/trunk@1352008 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jnioche committed Jun 20, 2012
1 parent 95f4280 commit a4cb5ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Expand Up @@ -2,6 +2,8 @@ Nutch Change Log

(trunk) Current Development:

* NUTCH-1400 Remove developer -core option for bin/nutch (jnioche)

* NUTCH-1404 Nutch script fails to find job file in deploy mode (sidabatra, jnioche)

* NUTCH-1398 Upgrade to Hadoop 1.0.3 (jnioche)
Expand Down
2 changes: 1 addition & 1 deletion default.properties
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

name=apache-nutch
version=1.6-SNAPSHOT
version=1.5.1-SNAPSHOT
final.name=${name}-${version}
year=2012

Expand Down
6 changes: 1 addition & 5 deletions src/bin/nutch
Expand Up @@ -45,7 +45,7 @@ done

# if no args specified, show usage
if [ $# = 0 ]; then
echo "Usage: nutch [-core] COMMAND"
echo "Usage: nutch COMMAND"
echo "where COMMAND is one of:"
echo " crawl one-step crawler for intranets"
echo " readdb read / dump crawl db"
Expand Down Expand Up @@ -76,10 +76,6 @@ if [ $# = 0 ]; then
echo " or"
echo " CLASSNAME run the class named CLASSNAME"
echo "Most commands print help when invoked w/o parameters."
echo ""
echo "Expert: -core option is for developers only. It avoids building the job jar, "
echo " instead it simply includes classes compiled with ant compile-core. "
echo " NOTE: this works only for jobs executed in 'local' mode"
exit 1
fi

Expand Down

0 comments on commit a4cb5ee

Please sign in to comment.