I need a value of the core-site.xml property file within FileInputFormat. I'm overriding the getSplits method: public List<InputSplit> getSplits(JobContext job);
Using the job I can access the job configuration which gives me access to mapres-site.xml, but does it also let me access core-site.xml?
