Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2576 | 11-01-2016 05:43 PM | |
| 8558 | 11-01-2016 05:36 PM | |
| 4881 | 07-01-2016 03:20 PM | |
| 8213 | 05-25-2016 11:36 AM | |
| 4354 | 05-24-2016 05:27 PM |
11-25-2015
07:48 PM
Thanks @bpreachuk for updating the thread!!!
... View more
11-25-2015
07:38 PM
1 Kudo
@yzhang
... View more
11-25-2015
06:33 PM
@Mike Li let's give some more time and see what happens
... View more
11-25-2015
11:54 AM
@Ryan Templeton @Deepesh @Guilherme Braccialli @gopal Table is not partitioned. create table batting (player_id STRING, year INT, runs INT);
Column stats = None 0: jdbc:hive2://phdns02:10000> analyze table batting compute statistics; INFO : Session is already open INFO : Dag name: analyze table batting compute statistics(Stage-0) INFO : INFO : Status: Running (Executing on YARN cluster with App id application_1448374612679_0002) INFO : Map 1: 0/1 INFO : Map 1: 0(+1)/1 INFO : Map 1: 1/1 INFO : Table default.batting stats: [numFiles=1, numRows=95196, totalSize=1653324, rawDataSize=1558128] No rows affected (6.775 seconds) 0: jdbc:hive2://phdns02:10000> analyze table batting compute statistics for columns ; INFO : Session is already open INFO : Dag name: analyze table batting compute stat...columns(Stage-0) INFO : INFO : Status: Running (Executing on YARN cluster with App id application_1448374612679_0002) INFO : Map 1: 0(+1)/1Reducer 2: 0/1 INFO : Map 1: 1/1Reducer 2: 0/1 INFO : Map 1: 1/1Reducer 2: 0(+1)/1 INFO : Map 1: 1/1Reducer 2: 1/1 No rows affected (3.131 seconds)
... View more
11-25-2015
11:15 AM
Thanks @Paul Codding. This needs to go into offical docs 🙂
... View more
11-25-2015
02:41 AM
@nbalaji-elangovan There is jira opened by @Paul Codding to delete users from CLI
... View more
11-25-2015
02:37 AM
@Paul Codding Do you have jira number? Is it internal?
... View more
11-25-2015
02:37 AM
@Paul Codding Is it ok to follow this approach?
... View more
11-24-2015
08:46 PM
1 Kudo
@Mike Li I discussed this with Paul...try this Stop the Metrics Collector process using Ambari and make sure all ams related processes are also stopped
ps aux | grep ams
if any are still alive kill -15 <pid>
then restart the Metrics Collector
... View more
11-24-2015
08:38 PM
@Mike Li embeded HBASE instance is down.
... View more