Hadoop HBase execution: Input path does not exist

I have attached a screenshot of the error.

I am unable to read the input path. Can you help me with this please?

The command I used is this:
hadoop jar load.jar HBaseBulkLoadDriver /home/ipshitaghosh1069/input_file.csv /home/ipshitaghosh1069/output_hbase

This path seems to be of a file in linux home directory.

/home/ipshitaghosh1069/input_file.csv /home/ipshitaghosh1069/output_hbase

You home directory in HDFS would be: /user/ipshitaghosh1069

Please note that the input data path for any map-reduce job should of HDFS.