Skip to content

Developer's Closet

A place where I can put my code and discuss big data.

Monitor tempdb Storage

  • SQL
May 16, 2017May 16, 2018 kevin No comments

It’s often important to understand what is using your tempdb. For the size: Break out user objects from the tempdb: View temporary tables created in tempdb:

Continue reading

HDFS Under Replicated Blocks

  • HDFS
May 14, 2017May 14, 2018 kevin No comments

This is an HDFS service-level health check that checks that the number of under-replicated blocks does not rise above some percentage of the cluster’s total […]

Continue reading

How to join and view data from SQL and HDFS through Drill

  • Drill
  • SQL
May 4, 2016May 4, 2018 kevin No comments

Configure Drill to query SQL Server Microsoft SQL Server can be reached by a jdbc driver they publish. The 4.0 version is compatible with jdk 7, […]

Continue reading

Manage Traces in SQL Server

  • SQL
April 19, 2016 kevin No comments

Quick notes on managing traces in SQL Server: View all running traces: SELECT * FROM sys.traces Disable and delete the trace with the @status option […]

Continue reading

Delete a Kafka Topic

  • Cloudera Manager
  • Kafka
May 21, 2015 kevin No comments

Typical delete command: kafka-topics –zookeeper zk_host:port/chroot –delete –topic my_topic_name The topic will be “marked for deletion” and should be removed soon. What happens is an /admin/delete_topics/<topic> node […]

Continue reading

Bash: Output Text in Color

  • Bash
  • Linux
April 21, 2015March 6, 2018 kevin No comments

Output in red: echo “$(tput setaf 1)Red Text$(tput sgr0)”

Continue reading

PowerShell script to convert string to encrypted password and back again

  • PowerShell
February 26, 2015 kevin No comments

I’ve found it useful to store an encrypted password in a file on disk. However, this is not generally a good idea but at least […]

Continue reading

Find and Delete Running SQL Trace

  • SQL
February 9, 2015June 9, 2015 kevin No comments

Yesterday we had a long running trace take up too much space on disk. To find the running trace, look for the location of the […]

Continue reading

Performance Tuning in SQL Server

  • SQL
December 12, 2014December 12, 2017 kevin No comments

I wanted to capture a few notes on performance tuning in SQL Server. CPU and memory: select * from sys.dm_os_performance_counters where counter_name in (‘Batch Requests/sec’, […]

Continue reading

Monitoring SQL AlwaysOn

  • SQL
December 12, 2014March 6, 2018 kevin No comments

SQL AlwaysOn offers DMVs that make monitoring simple. use master go select * from sys.dm_hadr_cluster_members select * from sys.dm_hadr_cluster select * from sys.dm_hadr_cluster_networks go SELECT […]

Continue reading

Posts pagination

«Previous Posts 1 2 3 4 … 17 Next Posts»

Pages

  • About
  • Accumulo
  • Ansible
  • Apt-Cacher
  • Azure API Management
  • Azure Cosmos DB
  • Azure Data Catalog
  • Azure Data Facory
  • Azure Data Lake Store
  • Azure Virtual Machine Scale Sets
  • Couchbase
  • Drill
  • Flume
  • HBase
  • HDFS
  • Hive
  • Hue
  • Impala
  • Kafka
  • Oozie
  • OpenTSDB: Timeseries Database
  • Redis
  • Solr
  • Sqoop
  • Yarn
  • ZooKeeper

Categories

  • Azure (1)
  • Bash (3)
  • C# (1)
  • Citrix (1)
  • Cloudera Manager (13)
    • HBase (5)
    • HDFS (4)
    • Kafka (1)
    • Solr (1)
    • Sqoop (1)
  • Continuous Delivery (1)
  • Drill (1)
  • JavaScript (3)
  • jQuery (2)
  • Linux (24)
    • Ubuntu (12)
  • MySQL (4)
  • Oracle (1)
  • PHP (5)
  • PowerShell (19)
  • SQL (48)
  • System Center (13)
    • DPM (1)
    • Ops Manager (1)
    • Orchestrator (9)
    • Virtual Machine Manager (1)
  • Uncategorized (4)
  • VBScript (19)
  • Visual Studio (4)
  • Windows (95)

Tags

Active Directory API Backup Bash Batch Connections Database Date Differential Disaster Recovery Email Event Viewer Excel Find Kill Linux Logs Microsoft MySQL Opalis Performance PHP Query Replication rsync Scheduled Tasks Script Shell Shortcut SQL SQL 2005 Stored Procedure String Sub T-SQL Table Terminate Users VBScript Windows WinZip WMI WScript wss2 wss3

Recent Posts

  • Azure Price Comparison Chart
  • HBase: ReplicationLogCleaner: Failed to get stat of replication rs node
  • HBase: Unable to start Master: TableExistsException: hbase:namespace
  • List DPM Backups
  • PowerShell Script to Query VMM

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Kevin Verhoeven
WordPress Theme: Occasio by ThemeZee.