Skip to content

Commit

Permalink
Fix happybase version
Browse files Browse the repository at this point in the history
Since version 0.7 happybase contains a bug python-happybase/happybase#54
It makes impossible HBase table scanning with filters. Version 0.6 works ok in this scenario.

Change-Id: I33bad6447f6bc1241f3168a3df14e6f5bf028f5b
  • Loading branch information
Nadya Privalova committed Feb 11, 2014
1 parent 139d684 commit db728cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Flask>=0.10,<1.0
futures>=2.1.3
gear
greenlet>=0.3.2
happybase>=0.4
happybase>=0.4,<=0.6
httplib2>=0.7.5
iso8601>=0.1.8
Jinja2
Expand Down

2 comments on commit db728cb

@wbolster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fixed in 0.8 (just released).

@wbolster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nprivalova Should be fixed in 0.8 (just released).

Please sign in to comment.