Apache pig 带有选项tagsource的PigStorage不工作

Apache pig 带有选项tagsource的PigStorage不工作,apache-pig,Apache Pig,我用的是猪0.10。我以后想用“文件名”来做一些事情 但当我这样做的时候: load 'fileName' USING PigStorage(',','-tagsource'); 我得到的信息是: usage: PigStorage(',', '[options]') -noschema Disable attempting to load data schema from the filesystem. -schema Loads / Stores the schema of

我用的是猪0.10。我以后想用“文件名”来做一些事情

但当我这样做的时候:

load 'fileName' USING PigStorage(',','-tagsource');
我得到的信息是:

usage: PigStorage(',', '[options]')
 -noschema   Disable attempting to load data schema from the filesystem.
 -schema     Loads / Stores the schema of the relation using a hidden JSON
             file.
2014-05-10 03:23:22,547 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1200: could not instantiate 'PigStorage' with arguments '[,, -tagsource]'
知道为什么
tagsource
没有被识别吗