I am trying to load hbase table using phoenix CsvBulkLoadTool() from jboss. it's running but it's not taking configuration from hbase-site.xml kept in the WEB-INF/classes folder.
when i am running through command line it's taking hbase-site.xml property's from the classpath specified in it.
INFO QueryUtil:335 Creating connection with the jdbc url: jdbc:phoenix:localhost:2181:/hbase;
but in hbase-site.xml zookeeper address is not localhost now it is working with -z option only.