Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2623 | 11-01-2016 05:43 PM | |
| 8741 | 11-01-2016 05:36 PM | |
| 4925 | 07-01-2016 03:20 PM | |
| 8266 | 05-25-2016 11:36 AM | |
| 4432 | 05-24-2016 05:27 PM |
01-05-2016
07:21 PM
@Mehdi TAZI Lily indexing is based on SOLR. You can look into the option of SOLR Cloud.
... View more
01-05-2016
04:29 PM
@Suresh Raju Cool. As part of best practive , please accept the best answer.
... View more
01-05-2016
01:03 PM
http://hortonworks.com/blog/better-slas-via-resource-preemption-in-yarns-capacityscheduler/
... View more
01-05-2016
12:58 PM
1 Kudo
@Sunile Manjee https://hadoop.apache.org/docs/r1.2.1/capacity_sch...
Job Priorities - Queues optionally support job priorities (disabled by default). Within a queue, jobs with higher priority will have access to the queue's resources before jobs with lower priority. However, once a job is running, it will not be preempted for a higher priority job, premption is on the roadmap is currently not supported.
... View more
01-05-2016
12:53 PM
@Nilesh Try this hive --hiveconf hive.root.logger=DEBUG,console
... View more
01-05-2016
02:30 AM
@KRISHNANAND THOMMAND You can run in both. It's always good idea to segregate the services. I see no issues on deploying the PQS in worker node "make sure that you have multiple PQS in case particluar worker gets decomissioned"
... View more
01-02-2016
02:22 PM
@Ramesh Egamamidi I guess mysql is not part of the AMI. Why do you need mysql? yum install mysql-* (not sure if it's going to work in practice exam)
... View more
01-02-2016
01:18 PM
2 Kudos
@Vidya SK Look for pig.properties in your env. In my case it's /etc/pig/conf.install/pig.properties [root@phdns01 ~]# cat /etc/pig/conf.install/pig.properties | grep pig.udf.profile # pig.udf.profile=false # pig.udf.profile.frequency=100 [root@phdns01 ~]#
... View more
01-02-2016
01:12 PM
@Pradeep Ravi It will be helpful if you can provide more details about your environment. java.net.SocketTimeoutException: Read timed out (Looks like that you are not connected to hive or connection is not successful)
... View more