Hi! As far as I understand, you want to save records from the job. To do that, you can use "record" output provided in "out" section of the rule <https://github.com/apache/griffin/blob/master/griffin-doc/measure/measure-configuration-guide.md#rule> . For spark-sql profiling, everything returned by sql query will be written there.
On Thu, Mar 7, 2019 at 5:53 AM William Guo <[email protected]> wrote: > hi BaiYang, > > Could you elaborate your problem? > It's better with some sample cases. > > Thanks, > William > > On Tue, Mar 5, 2019 at 7:52 AM baiyang_stargraph <[email protected]> > wrote: > > > Hello,developer: > > I have a question about Griffin. When I use data profiling > measure > > in Griffin,there is only the statistical output in front-end and HDFS. > Can > > I output some error data for observation? > > Thanks. > > > > Baiyang > > > > >
