Re: PutHDFS error

2018-04-08 Thread Sivaprasanna
1. You have shared screenshot for "hdfs dfs -ls" which will basically list
the contents under /user/root since you're executing that as a root but you
have provided "/root" in PutHDFS so please share the list of contents
available under /root i.e. hdfs dfs -ls /root
2. Have you tried Pierre's approach? That should work all the time since it
appends epoch timestamp to the filename which has no possibilities of
having duplicate.


On Mon, Apr 9, 2018 at 10:30 AM, hemamoger  wrote:

> please check the attached images puthdfs_properties.png
>  t951/puthdfs_properties.png>
> getsftp_confgrn.png
>  t951/getsftp_confgrn.png>
> hadoop_properties.hadoop_properties
>  t951/hadoop_properties.hadoop_properties>
>
>
>
> --
> Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/
>


Re: PutHDFS error

2018-04-08 Thread hemamoger
please check the attached images puthdfs_properties.png

  
getsftp_confgrn.png

  
hadoop_properties.hadoop_properties

  



--
Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/


[ANNOUNCE] Apache NiFi 1.6.0 release

2018-04-08 Thread Joe Witt
Hello

The Apache NiFi team would like to announce the release of Apache NiFi 1.6.0.

Apache NiFi is an easy to use, powerful, and reliable system to
process and distribute
data.  Apache NiFi was made for dataflow.  It supports highly
configurable directed graphs
of data routing, transformation, and system mediation logic.

More details on Apache NiFi can be found here:
https://nifi.apache.org/

The release artifacts can be downloaded from here:
https://nifi.apache.org/download.html

Release note highlights can be found here:
https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.6.0

Maven artifacts have been made available here:
https://repository.apache.org/content/repositories/releases/org/apache/nifi/

Issues closed/resolved for this list can be found here:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12342422

Thank you
The Apache NiFi team


Programmatically building a nested schema

2018-04-08 Thread Mike Thomsen
Can someone tell me how to build a nested schema using RecordSchema and
RecordField objects? The use case here is to make MongoDBLookupService able
to roughly detect the schema from the returned bson Document.

Thanks,

Mike