I hereby claim:
- I am robdaemon on github.
- I am robdaemon (https://keybase.io/robdaemon) on keybase.
- I have a public key whose fingerprint is CCA2 8FEA 219F 24CD 23C2 8249 5E92 B664 427E 1A4B
To claim this, I am signing this object:
@Override | |
public void persist(Map<String, Object> data) throws Exception { | |
Map<String, List<Row>> databaseOperations = generateDatabaseOperations(data); | |
for(String table: databaseOperations.keySet()) { | |
List<Row> batch = databaseOperations.get(table); | |
PutHelper.writeToTable(connectionPool, table, batch); | |
} | |
} |
; nREPL 0.1.6 | |
user> (use 'midje.repl) | |
CompilerException java.lang.NoClassDefFoundError: org/apache/http/conn/scheme/SchemeSocketFactory, compiling:(cemerick/pomegranate/aether.clj:40:54) | |
user> |
; nREPL 0.1.6 | |
user> (use 'midje.repl) | |
CompilerException java.lang.NoClassDefFoundError: org/apache/http/client/AuthCache, compiling:(cemerick/pomegranate/aether.clj:40:54) | |
user> (pst) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: pst in this context, compiling:(NO_SOURCE_PATH:1:1) | |
user> |
import org.apache.hadoop.hbase.HBaseConfiguration | |
import org.apache.hadoop.hbase.client.HBaseAdmin | |
import org.apache.hadoop.hbase.client.HTable | |
import org.apache.hadoop.hbase.util.Bytes | |
conf = HBaseConfiguration.create() | |
admin = HBaseAdmin.new(conf) | |
tables = admin.listTables() |
package com.simplymeasured.doormouse.mapreduce.utils; | |
import org.apache.hadoop.hbase.KeyValue; | |
/** | |
* Stupid-simple builder pattern applied to the HBase KeyValue class. | |
* | |
* Makes it easier to manipulate KeyValues in map/reduce jobs | |
* | |
* @author [email protected] |
define macro with-sqlite-db | |
{ with-sqlite-db (?db-location:expression) ?:body end } | |
=> { | |
let (result, sqlite3-db) = sqlite3-open(?db-location); | |
?body; | |
sqlite3-close(sqlite3-db); | |
} | |
end macro with-sqlite-db; |
name := "prefect" | |
version := "1.0" | |
scalaVersion := "2.10.2" | |
libraryDependencies ++= Seq( | |
"org.glassfish.jersey.core" % "jersey-client" % "2.2" excludeAll( | |
ExclusionRule(organization = "org.glassfish.hk2") | |
), |
google/protobuf/message.cc:130:60: error: implicit instantiation of undefined template 'std::__1::basic_istream<char, std::__1::char_traits<char> >' | |
return ParseFromZeroCopyStream(&zero_copy_input) && input->eof(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:108:28: note: template is declared here | |
class _LIBCPP_TYPE_VIS basic_istream; | |
^ | |
google/protobuf/message.cc:135:67: error: implicit instantiation of undefined template 'std::__1::basic_istream<char, std::__1::char_traits<char> >' | |
return ParsePartialFromZeroCopyStream(&zero_copy_input) && input->eof(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iosfwd:108:28: note: template is declared here |
-XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:CMSInitiatingOccupancyFraction=70 -XX:+UseCMSInitiatingOccupancyOnly -XX:+CMSParallelRemarkEnabled |
I hereby claim:
To claim this, I am signing this object: