Member since
02-14-2017
15
Posts
7
Kudos Received
0
Solutions
03-26-2019
06:43 AM
I would suggest contacting sales with your questions as they would be the best to answer them.
... View more
04-16-2018
10:04 PM
Hi, Did you get around the issue? We are also facing the similar issue
... View more
03-29-2018
02:42 AM
I have been looking for something similar and came across this blog post and accompanying git repo Its a bit old so I don't know if this is still the supported way of doing this
... View more
03-17-2018
04:01 AM
> Is the HBase "Column Database" or "Column Family Database" ? HBase uses column families as a separation unit when storing table data as flat files. The files however are also optimised for columnar reads, see HFile V2 section on http://blog.cloudera.com/blog/2012/06/hbase-io-hfile-input-output/ > Which of the following answers can represent physical storage structure of HBase , the way of how data store in physical storeage ? It would roughly be (c), since the qualifiers are sorted too. > And Why ? See the blog link shared above, it details the architecture of the row storage format HBase uses.
... View more
11-29-2017
03:56 AM
1 Kudo
Hi, I had same problem, I had an sqoop script that executed find when its execute in the server console, but when I tried to execute it with oozie failed.
... View more
11-05-2017
11:57 PM
Just for clarification, to get the fix you need to upgrade Cloudera Manager only. CDH upgrade is not needed.
... View more