Monthly Archive: July 2017

0

Fastest way of compressing file(s) in Hadoop

Compressing files in hadoop Okay, well.. It may or may not be the fastest. Email me if you find a better alternate 😉 Short background, The technique uses simple Pig script Make Pig use tez engine (set the queue name...

0

Installing zipline module in pycharm?

Source: https://stackoverflow.com/questions/42358034/how-to-install-zipline-module-in-pycharm   To start, in PyCharm open Settings -> Project(XXX) -> Project Interpreter. Then click on the + icon in the top right of the screen, type Zipline in the search bar, then click on Install Packageto install Zipline. You’ll need to...