Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4030 | 08-20-2018 08:26 PM | |
| 1933 | 08-15-2018 01:59 PM | |
| 2365 | 08-13-2018 02:20 PM | |
| 4092 | 07-23-2018 04:37 PM | |
| 5001 | 07-19-2018 12:52 PM |
05-17-2016
12:54 AM
@Kenneth Graves I just tried and I am recieving issues as well. I believe this is a bug. @jeff do you have any info?
... View more
05-17-2016
12:52 AM
@Liam MacInnes This is a neat work around. I would like to see capablities from CB to add custom tags to each host group.
... View more
05-16-2016
03:54 AM
@Kenneth Graves the repo http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos7 does not exist. nor does http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.4.2.0 Please take a look here for the correct HDP repos.
... View more
05-15-2016
01:40 AM
How to export hbase data to csv? Table or entire database (table by table). I have always used/built a map/reduce job to do this. However, I understand apache Pherf has these capabilities. I have also used phoenix to create csv: 1. !outputformat csv
>>>> 2. !record data.csv
>>>> 3. select * from mytable;
>>>> 4. !record
>>>> 5. !quit I have also used hbase export table which create a hadoop sequence file on a target hdfs directory. I basically create a hive table on top of this sequence file and select * into another table which uses csv storage/file format. This requires a few steps and not too complicated. How else folks? I am looking for the "easy" button here.
... View more
Labels:
- Labels:
-
Apache HBase
05-15-2016
12:27 AM
1 Kudo
Nevermind I found the answer. This was fixed in PHOENIX-1683. ALTER SESSION SET CONSISTENCY = 'TIMELINE'
... View more
05-15-2016
12:23 AM
Does phoenix support HBase HA reads (timeline consistency)? For example if I setup hbase to do 3x read replica how can I configure phoenix to set timeline consistency parameter?
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache Phoenix
05-13-2016
11:41 PM
2 Kudos
Can nifi connect to FTPS protocol? Yes i mean FTPS and not SFTP.
... View more
Labels:
- Labels:
-
Apache NiFi
05-12-2016
03:46 AM
1 Kudo
@wayne2chicago Please take a look at similar post on HCC here.
... View more
05-11-2016
04:14 AM
@Artem Ervits Per hbase documentation: 14.8.7. Snapshots operations and ACLs
If you are using security with the AccessController Coprocessor (See Section 8.2, “Access Control”), only a global administrator can take, clone, or restore a snapshot, and these actions do not capture the ACL rights. This means that restoring a table preserves the ACL rights of the existing table, while cloning a table creates a new table that has no ACL rights until the administrator adds them.
... View more