We have a cdap application to connection to phoenix table from spark using phoenix driver. I have the phoenix version 4.7 in our environment. As per the standard spark2 phoenix connectivity, it requires only the phoenix-spark2 as a dependency and all other dependencies will be picked up from the classpath and hbase-site.xml properties.
Now what are the dependencies required by cdap spark phoenix application and how can i use hbase-site.xml with the cadp application to make the successful connection.