java - Hadoop conf files missing -


i using hadoop through vm image on rhel 5 provided ibm biginsights , unable locate conf folder . want embedd jaql eclipse develop front end.

in ibm biginsights hadoop distribution, hadoop libraries, conf, scripts etc. located under /opt/ibm/biginsights/ directory default. can locate configuration directory of each components using following find command

find /opt/ibm -iname "*-site.xml"  

Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -