There's is /lib folder where user can drop any additional jars. On Wed, Jul 20, 2016 at 5:56 PM, Yiming Liu <[email protected]> wrote:
> I see. > > The StreamingParser runs locally, not from the YARN cluster. So I just put > all libraries into Kylin local classpath, the StreamingParser will > initialize the customized parser. > > 2016-07-20 17:39 GMT+08:00 Yiming Liu <[email protected]>: > > > Hi Kylin devs, > > > > Kylin 1.5 exposes StreamingParser API, so user could define their own > > StreamingMessageParser. From the Web GUI, we could only define the Parser > > Name. In my case, I try to implement a new Json parser which converts the > > tree to flatten structure. The new Parser class and some other third > party > > libraries will be introduced. Could Kylin support to define new parser > and > > load third party libraries? Or how to do this. > > > > Thanks a lot. > > -- > > With Warm regards > > > > Yiming Liu (刘一鸣) > > > > > > -- > With Warm regards > > Yiming Liu (刘一鸣) >
