Member since
07-19-2016
88
Posts
13
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1871 | 11-03-2016 05:31 PM | |
5764 | 08-22-2016 06:53 PM |
03-13-2018
02:30 PM
@ShuAccepted. It would be good if you can clarify what exactly happens at the background when we check/un-check relation checkboxes. I couldn't find a good description online. Moreover while importing saved XML template it shows error that same template already exist. I think it has something related to PCG. Any comments on this??
... View more
03-13-2018
12:10 PM
Add your reply is not working so have to post it as answer @Shu Please find below the screenshot. I can see there is something different in the things highlighted in you image and mine. Can you suggest the changes i need to make?
... View more
03-13-2018
10:36 AM
Input file is present in the attachment section. Coudn't add it to the main setion.
... View more
03-13-2018
10:23 AM
1 Kudo
Hi,
I have my JSON file like mentioned below:
The flow for conversion for json to csv : 1. Get the file 2. Split json 3. Evaluate json path 4. Replace text I want to see values in csv format of memberid and loanamnt and 'm getting blank for the two columns like ""."" Can someone help me in this?? Attached are the Screenshots of the processor properties.
... View more
Labels:
- Labels:
-
Apache Kafka
-
Apache NiFi
07-05-2017
07:31 PM
But I have seen people using it even in 4gb. Should I try some older versions
... View more
07-05-2017
07:24 PM
Hi , I have given 4gb dedicated ram to Virtual box but still the screen is stuck as shown below. Any suggestions, i have total of 8 gb ram i3 2nd genration laptop
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Pig
05-12-2017
05:24 PM
Number of mappers involved in a job= Number of input splits and number of input splits depends on your block size and file size .If file size is 256 mb and block size is 128mb it will involve 2mappers. @Bala Vignesh N V
... View more
01-25-2017
07:43 AM
Hi All, I have my table structure and in hive like below . Create table hv (x int,y int,z int ,w int ) PIGLATIN used to load the table A = LOAD 'XYZ.CSV.GZ' using pigstorage AS (x,y,w) this time Z col is missing from the file so i wan to keep the value of z as null in PIGLATIN and i donot want to change my hive table structure .How to generate the values as null for this column in pig??
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
-
Apache Pig
12-27-2016
03:10 PM
Every Field is a Integer or float here so i gave int to all.
... View more
12-27-2016
02:41 PM
Hi All, While trying to process my data in pig which is a csv dataset from here Link I'm getting the below error .There is some delimitter problem here in the file.If i create the same file manually i'm able to see the data is getting loaded properly. Pig Script: A = LOAD 's3a://byr-heor-test/dev1/BJsales.csv' using PigStorage(',') as (Num:Int,time:int,BJsales:int) Output: ..
..
(149,149,262)
(150,150,262)
2016-12-27 09:31:35,632 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1000: Error during parsing. Encountered " <PATH> "2 "" at line 3, column 8.
Was expecting one of:
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
-
Apache Pig