Member since
10-01-2015
3933
Posts
1150
Kudos Received
374
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3368 | 05-03-2017 05:13 PM | |
2799 | 05-02-2017 08:38 AM | |
3078 | 05-02-2017 08:13 AM | |
3007 | 04-10-2017 10:51 PM | |
1522 | 03-28-2017 02:27 AM |
01-20-2016
12:58 PM
@John Smith what user are you executing as? Show the command you're executing.
... View more
01-20-2016
12:32 PM
1 Kudo
@Kuldeep Kulkarni perhaps remove alias to Hive or create alias for Hive to redirect to beeline¡ Hive shell is in deprecated mode, it will be dropped at some point. Great question.
... View more
01-20-2016
03:21 AM
@bsaini I think you just shed the light on my issues going through the falcon tutorial. I've been failing at it and won't be surprised it's due to this error. All along it was a bug in Sandbox :(. @azeltov @zblanco @Rafael Coss
... View more
01-20-2016
02:55 AM
the reason is that we want to control the order of install, specifically, we want to make sure mysql database is up, running and accessible so that Ranger would result in successful install. It is by design hidden. @Benson Shih @Ancil McBarnett please confirm
... View more
01-20-2016
02:40 AM
1 Kudo
@Mehdi TAZI in one of your deleted responses you'd mentioned that you duplicate date for hive queries and hbase for small files issues. You can actually map hive to hbase and use analytics queries on top of HBase. That may not be the most efficient way but you can also map HBase snapshots to Hive and that will be a lot better as far as HBase is concerned.
... View more
01-20-2016
02:26 AM
@rxu Ambari conf can be identical but node list is changed, meaning a decommissioned node is purged from list of known hosts. Going back to previous configs will not solve your problem of stale configs, you will still need to restart services. Try to restart services per node rather than per service and you'll be able to get through it. This is not an issue, it's by design.
... View more
01-20-2016
12:34 AM
@Pradeep Allu don't forget to accept the best answer 🙂
... View more
01-20-2016
12:29 AM
That option is available in Java mapreduce but in Pig it is not available. From the stackoverflow example, suggestion is to have a follow up hdfs command to rename the file tp desired name. Pig fully supports hdfs commands as part of scripts. @John Smith
... View more
01-20-2016
12:24 AM
@John Smith Check status of ambari and Start ambari by running 'ambari-server status' if not running 'ambari-server start
... View more
01-20-2016
12:14 AM
@Pradeep Allu for more robust usecases use csv storer Link.
... View more