Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
HowToSubmitAJob<--optional--> | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | How to submit a BOSS job | |||||||
set up Boss environmentHow_to_setup_BOSS_environment_on_lxslc![]() | ||||||||
Line: 31 to 31 | ||||||||
OutputDir = "/publicfs/zangds/662-1/jpsi/root/"; //NTupleSvc.Output = { "FILE1 DATAFILE='/tmp/run_0028375_All_file001n2.root' OPT='NEW' TYP='ROOT'"}; | ||||||||
Added: | ||||||||
> > | How to submit a BEAN jobset up BEAN environmenthttp://boss.ihep.ac.cn/~offlinesoftware/index.php/BEAN![]() copy your dst files to HDFSusually this is done by the Hadoop admins, and you can find your files under /hdfs/ directory on the hadoop nodes.ls /hdfs/if you want to copy files, please contact dmdp-lab@ihep.ac.cn Running analysis jobs on Hadoop cluster1. login to one of the hadoop node (hadoop01.ihep.ac.cn ~ hadoop08.ihep.ac.cn) using your AFS accountif you have problems login to the hadoop nodes, please contact us dmdp-lab@ihep.ac.cn with your AFS account2. run the jobbean.hadoop jobOptions_bean.txtnote: The hadoop job will proccess all the dst files in $Hadoop.InputDir , and output the result file to $Hadoop.OutputDir . The jobOptions_bean.txt looks like Hadoop.InputDir = "/hdfs/offline/data/655-1/jpsi/dst/"; Hadoop.OutputDir = "/home/cc/zangds/offline/data/655-1/jpsi/root/"; //user function Bean.Uname = "Rhopi"; //whether should output ROOT tree file (default: no output is written) Bean.out_file = "false"; |
Line: 1 to 1 |
---|