Member since
02-06-2017
7
Posts
0
Kudos Received
0
Solutions
05-27-2018
08:58 PM
I could able to resolve myself. I had to type each column manually, it worked!.
... View more
05-25-2018
02:53 AM
@Rahul Pathak I've tried this approach as well, it didn't work. But i'm able to query in sql using [column name]. This didn't worked either when i used in sqoop.
... View more
05-24-2018
08:29 PM
Could someone please help me, Data ingestion from SqlServer into hive using Sqoop with spaces in column names. I've tried: 1. --query "select `column name` " --didn't work 2. --columns " `column name` " -- didn't work
... View more
Labels:
02-10-2017
03:39 AM
@Matt Thanks, Matt this is something i was looking at.
... View more
02-06-2017
10:27 PM
@Dan Chaffey Yes, my NIFI data flow has the same design. Thanks Dan, i've the changes recommended.
... View more
02-06-2017
10:23 PM
@Matt Thanks Matt, this is some kind of similar i'm looking at. but also how do i create dir based on date condition. For Example: Based on date range it should create a dir dynamically. this is what i'm expecting the dir structure to be: period1-year/p1-week1/date/date.json I'm not sure if i have the right condition in updateattribute. updateattrib-on-rules.png
... View more
02-06-2017
04:05 AM
mergecontent.png I'm new to NIFI. I'm trying to consumeKafka json message and write to hdfs in one file, also the filename should be date of the day. I've tried to use mergecontent and write to hdfs, but it created multiple files. This is my mergecontent looks like:
... View more
Labels: