Skip to content

Instantly share code, notes, and snippets.

View peacebytes's full-sized avatar
🎯
Focusing

peacebytes peacebytes

🎯
Focusing
View GitHub Profile
@blmarket
blmarket / HBaseNoob.scala
Last active April 30, 2023 06:15
Scala+HBase bootstrap project includes sbt and HelloWorld file.
// run this with sbt run
import org.apache.hadoop.hbase._
import org.apache.hadoop.hbase.client._
import org.apache.hadoop.hbase.util._
import org.apache.hadoop.hbase.client.{HBaseAdmin,Scan,Result}
import org.apache.hadoop.hbase.mapreduce.{TableMapper,TableMapReduceUtil}
import org.apache.hadoop.hbase.HBaseConfiguration
import org.apache.hadoop.hbase.io.ImmutableBytesWritable