Salvatore LaMendola

Results 4 issues of Salvatore LaMendola

https://github.com/bloomberg/chef-bach/blob/master/cookbooks/hdfsdu/recipes/build.rb#L56 Looks like our only test is whether the source directory is a directory, hence the always building.

Bug

- [ ] Add some missing services, like Hive HCat+Metastore: ``` ruby node['bcpc']['hadoop']['hive_hosts'].map { |s| s[:hostname] } ``` ``` ruby node['bcpc']['hadoop']['hive_hosts'].map { |s| 'thrift://' + s[:hostname] + ':9083' }.join(',') ```...

Enhancement
Tools

There are currently lots of shell outs being done for HDFSDU prep operations, plus a default 30s timeout for waiting for the service to come up. We should use the...

Enhancement
Chef
Refactor

@saumilmayani found and resolved an issue on our dev clusters where the `schematool` upgrade seems to have missed some important `ALTER TABLE` statements in the `NOTIFICATION_LOG` table. This issue will...

Bug
Upstream
Hive
Tools