Member since
07-05-2016
11
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2194 | 08-09-2016 06:39 PM |
08-09-2016
06:39 PM
Fixed the issue by using sed instead: fread("hadoop fs -text /path/to/the/file.csv |sed -n '1p;/2MS-US/p'", fill=TRUE) The 1p part prints the first line, which are the headers, so this way I was able to keep the headers as well as the rows that match the string.
... View more
07-18-2016
05:39 PM
It worked! Even though did not resolve my problem, but I was able to restart Hive. Thank you for the help!
... View more