How to connect to Impala + Kerberos with Ruby

How to connect to Impala + Kerberos with Ruby

2858 views

This is a working example of how to connect to Impala via Kerberos using Ruby. It uses the impala gem.

Learning Hadoop

Learning Hadoop

2101 views

Recently, I have been learning more about Hadoop in my spare time. Two concepts used by Hadoop really stuck out for me. One, most processing is done

Visualize your Outlook meetings using Ruby and NVD3

Visualize your Outlook meetings using Ruby and NVD3

1607 views

The other day my co-worker lamented that he has so many meetings he couldn't get any actual work done. His frustration lead me to think of how I could

Microsoft Message Queue (MSMQ) in Ruby

Microsoft Message Queue (MSMQ) in Ruby

2188 views

Using Microsoft Message Queue (MSMQ) in Ruby:

Netflix OData Episodes

Netflix OData Episodes

1993 views

Retrieving Netflix OData episodes:

Authenticates a Ruby on Rails User model via LDAP and saves their LDAP photo if they have one

Authenticates a Ruby on Rails User model via LDAP and saves their LDAP photo if they have one

1839 views

How to authenticate a Ruby on Rails User model via LDAP:

Select table names from SQL Server from a Mac via ActiveRecord and TinyTDS driver

Select table names from SQL Server from a Mac via ActiveRecord and TinyTDS driver

1752 views

Your /usr/local/etc/freetds.conf file should look something like this:

Retrieving Twitter account from Mac OS X Lion's Address Book via MacRuby

Retrieving Twitter account from Mac OS X Lion's Address Book via MacRuby

1931 views

The code assumes Mac OS X 10.7. Also, the code could be represented differently (i.e. without using a Range) if ABMutableMultiValue behaved like a

Using .NET 4.0's Task Parallel Library with IronRuby 1.1

Using .NET 4.0's Task Parallel Library with IronRuby 1.1

1856 views

Using .Net 4.0's Task Parallel Library with IronRuby 1.1:

Convert XML to JSON using Ruby and ActiveSupport

Convert XML to JSON using Ruby and ActiveSupport

1926 views

How to convert XML to JSON using Ruby and ActiveSupport: