Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4031 | 08-20-2018 08:26 PM | |
| 1933 | 08-15-2018 01:59 PM | |
| 2365 | 08-13-2018 02:20 PM | |
| 4094 | 07-23-2018 04:37 PM | |
| 5001 | 07-19-2018 12:52 PM |
05-20-2016
02:26 AM
Good article. I would like to see which one of these have support for kerberos. Going further how one would connected to kerberized cluster. I find many people struggle with this concept.
... View more
05-18-2016
05:24 PM
Folks found from @Janos Matyas this is a block bug.
... View more
05-18-2016
02:07 AM
1 Kudo
I found the documentation (not on HDP at this time) https://github.com/hortonworks/shc
... View more
05-18-2016
01:34 AM
4 Kudos
Is there any documentation available on HDP Spark HBase connector?
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache Spark
05-17-2016
10:21 PM
Is cascading installed part of HDP? I don't see a service where I can download the SDK? Where am I suppose to fetch the SDK? I don't see any documentation on the advocated approach.
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)
05-17-2016
03:43 AM
@yjiang try the octal repesentation either \073 or \033
... View more
05-17-2016
03:34 AM
The ASCII "escape" character (octal: \033, hexadecimal: \x1B, or ^[, or, in decimal, 27) is used in many output devices to start a series of characters called a control sequence or escape sequence. Besides that how about replacing the escape character with something more familiar like ',' and then load into hive? this can be done with pig or simple sed command.
... View more
05-17-2016
03:23 AM
I understand with ranger security in place users may browse all data in hive via SparkSQL? Is there a work around as a stop gap until official bug is fixed in apache? I am aware of this HCC post. However it does not have a resolution or clarity in terms of gap stop.
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Ranger
-
Apache Spark