forked from D-Net/dnet-hadoop
CrossrefDump - put token among the parameters
This commit is contained in:
parent
b6dcf89d22
commit
b7079804cb
|
@ -22,6 +22,10 @@
|
|||
<name>crossrefDumpPath</name>
|
||||
<description>the Crossref dump path</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>crossrefdumptoken</name>
|
||||
<description>the token for the API dump path</description>
|
||||
</property>
|
||||
|
||||
|
||||
</parameters>
|
||||
|
@ -37,7 +41,7 @@
|
|||
</configuration>
|
||||
</global>
|
||||
|
||||
<start to="ImportCrossRef"/>
|
||||
<start to="removeFiles"/>
|
||||
|
||||
|
||||
<kill name="Kill">
|
||||
|
@ -69,6 +73,7 @@
|
|||
<argument>${url}</argument>
|
||||
<argument>${crossrefDumpPath}</argument>
|
||||
<argument>${crossrefdumpfilename}</argument>
|
||||
<argument>${crossrefdumptoken}</argument>
|
||||
<env-var>HADOOP_USER_NAME=${wf:user()}</env-var>
|
||||
<file>download.sh</file>
|
||||
<capture-output/>
|
||||
|
|
Loading…
Reference in New Issue