imjuni / jshs2

jsHS2 is a node.js client driver for hive server 2
http://imjuni.github.io/jshs2/
MIT License
34 stars 12 forks source link

fix file names that were breaking require #17

Closed andrewcpacifico closed 6 years ago

andrewcpacifico commented 6 years ago

I was trying to use jshs2 but an error was ocurring on some requires inside the project. I checked the code and saw that the problem was happening because some files have some uppercase/lowercase differences on filename. The common directory had the same problem, currently the project has two folders, a common and a Common.

I fixed these problems, and was able to use the project without problems.

Maybe on your environment the node require is not case sensitive, but on Unix it is so this is a problem :/

@imjuni could you please check the possibility of merge these changes? Thanks.

imjuni commented 6 years ago

Thank!