Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "HowToUseJCarder" page has been changed by ToddLipcon.
The comment on this change is: Take two at getting wiki to not macro-ify the 
time syntax.
http://wiki.apache.org/hadoop/HowToUseJCarder?action=diff&rev1=4&rev2=5

--------------------------------------------------

  export JCARDER_JAR=/path/to/jcarder.jar
  export JC_OUTPUT=/tmp/jcarder
  mkdir -p $JC_OUTPUT
+ # the silly @"TIME"@ on the next line is only because the Hadoop wiki wants to
+ # run a time insertion macro.
- 
JAVA_TOOL_OPTIONS="-javaagent:$JCARDER_JAR=outputdir=$JC_OUTPUT/jc-\<<DateTime(2010-02-17T07:42:41Z)>>"
 ant test
+ JAVA_TOOL_OPTIONS="-javaagent:$JCARDER_JAR=outputdir=$JC_OUTPUT/jc-@"TIME"@" 
ant test
  
  for x in $JC_OUTPUT/jc-* ; do
    pushd $x > /dev/null

Reply via email to