Folder Structure
The structure is as follows
.
├── pom.xml
└── src
├── main
│ ├── resources
│ │ ├── application.conf
│ │ ├── data.cql
│ │ ├── log4j.properties
│ │ └── log4j2.xml
│ └── scala
│ └── org
│ └── sunbird
│ └── ml
│ └── exhaust
│ ├── BaseMLExhaustJob.scala
│ └── ProgramUserInfoExhaustJob.scala
│
└── test
├── resources
│ └── application.conf
│
└── scala
└── org
└── sunbird
└── ml
└── exhaust
└── TestProgramUserInfoExhaustJob.scala
Source code
Last updated
Was this helpful?