linux - How to manage Invalid Input path Exception - MLCP? -


i trying load csv files located in windows, marklogic db using mlcp command follows:

./mlcp.sh import -mode local -options_file ../conf/conn.txt -input_file_path "/windows_path/" -input_file_type delimited_text -generate_uri -output_uri-replace "/windows_path/,'/file_path/'" 

got following exception:

info contentpump.localjobrunner: content type: xml error contentpump.contentpump:error running contentpump job java.io.ioexception: no input files found specified input path file:/windows_path/ , input file pattern .*  caused by: org.apache.hadoop.mapreduce.lib.input.invalidinputexception: input path not exist: file: /windows_path/ 

but files available in windows path. when try execute following command linux server

cd /windows-path/  

i following exception:

-bash: cd: /windows_path/: key has expired 

i new linux, explain. why such exception? need mount windows path in linux server? if so, how can acheive it?

thanks in advance.


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -