Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
← Previous Change
Wiki History
Next Change →
Changes between
Initial Version
and
Version 1
of
start-all
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Sep 15, 2009, 9:52:05 AM (
15 years
ago)
Author:
jazz
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
start-all
v1
v1
1
{{{
2
3
$ cd /opt/hadoop
4
$ bin/stop-all.sh
5
$ rm -rf /tmp/hadoop*
6
$ rm -rf logs/*
7
$ bin/hadoop namenode -format
8
$ bin/start-all.sh
9
10
}}}