hadoop-book
                                
                                
                                
                                    hadoop-book copied to clipboard
                            
                            
                            
                        error running HBaseTemperatureBulkImporter
Hi Tom and other awesome contributors,
I'm running one of the examples provided in this book: HBaseTemperatureBulkImporter
But I keep running into this issue, stacktrace below:
What I have tried:
- I made sure I have permissions to this directory
 - I started my local hadoop fs and created this directory as well.
 
Exception in thread "main" java.io.IOException: Mkdirs failed to create /user/stevesun/hbase-staging (exists=false, cwd=file:/Users/stevesun/personal_dev/HBaseMapReduceExample)
at org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:440)
at org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:426)
at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:906)
at org.apache.hadoop.io.SequenceFile$Writer.
Any help or pointers are greatly appreciated!