How to refer external class path to play framework application?

Viewed 432

I have a small play framework application, which will create a spark session with enableHiveSupport() option, so i have to refer the hive-site.xml configuration file to the application

In eclipse i am able to refer the configuration file hive-site.xml by choosing Build Path -> Configure Build Path -> Add External Class Folder.

In Play framework:

i have no idea about how to achieve this case in play framework.

Note:

i have tried by adding the hive-site.xml file in conf/ folder , lib folder etc. Nothing works.

1 Answers
Related