You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by "Tushar (Jira)" <ji...@apache.org> on 2019/12/14 07:11:00 UTC

[jira] [Comment Edited] (GRIFFIN-236) unable to use unix local file system for source in place of HDFS

    [ https://issues.apache.org/jira/browse/GRIFFIN-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16996217#comment-16996217 ] 

Tushar edited comment on GRIFFIN-236 at 12/14/19 7:10 AM:
----------------------------------------------------------

Hi [~amykatz007] and [~ps5048884]

You can define "HDFS" as sink in your griffin config and used below mentioned configuration in env config file,

{
 "type": "hdfs",
 "config":

{ "path": "file:///\{file path}

",
 "max.lines.per.file": 10000
 }
 }


was (Author: tushar.patil):
Hi [~amykatz007] and [~ps5048884]

You can define "HDFS" as sink in your griffin config and used below mentioned configuration in env config file,

{
 "type": "hdfs",
 "config": {
 "path": "file:///\{file path}",
 "max.lines.per.file": 10000
 }
}

> unable to use unix local file system for source in place of HDFS
> ----------------------------------------------------------------
>
>                 Key: GRIFFIN-236
>                 URL: https://issues.apache.org/jira/browse/GRIFFIN-236
>             Project: Griffin
>          Issue Type: Wish
>            Reporter: Aman Katiyar
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)