dev-support/findHangingTests.py:25: [C0326(bad-whitespace), ] No space allowed before : if len(sys.argv) != 2 : ^ dev-support/findHangingTests.py:26: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:27: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:30: [W0301(unnecessary-semicolon), ] Unnecessary semicolon dev-support/findHangingTests.py:38: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:39: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:39: [C0326(bad-whitespace), ] No space allowed before : if n == "" : ^ dev-support/findHangingTests.py:40: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:41: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:42: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:43: [C0303(trailing-whitespace), ] Trailing whitespace dev-support/findHangingTests.py:43: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:44: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:45: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:46: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:47: [C0303(trailing-whitespace), ] Trailing whitespace dev-support/findHangingTests.py:47: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:48: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:49: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:50: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:51: [C0303(trailing-whitespace), ] Trailing whitespace dev-support/findHangingTests.py:51: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:52: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:53: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:54: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:55: [C0303(trailing-whitespace), ] Trailing whitespace dev-support/findHangingTests.py:55: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:56: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:57: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:58: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:59: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:60: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:61: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:62: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:63: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:64: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:65: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:66: [C0303(trailing-whitespace), ] Trailing whitespace dev-support/findHangingTests.py:66: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:67: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:68: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:68: [C0326(bad-whitespace), ] No space allowed before : if n.find("Running org.apache.hadoop.hbase") > -1 : ^ dev-support/findHangingTests.py:69: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:70: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:70: [C0326(bad-whitespace), ] No space allowed before : if n.find("Tests run:") > -1 : ^ dev-support/findHangingTests.py:71: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:72: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 dev-support/findHangingTests.py:73: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:78: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:79: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 dev-support/findHangingTests.py:82: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 dev-support/findHangingTests.py:1: [C0103(invalid-name), ] Invalid module name "findHangingTests" dev-support/findHangingTests.py:1: [C0111(missing-docstring), ] Missing module docstring dev-support/findHangingTests.py:29: [C0103(invalid-name), ] Invalid constant name "response" dev-support/findHangingTests.py:31: [C0103(invalid-name), ] Invalid constant name "tests" dev-support/findHangingTests.py:32: [C0103(invalid-name), ] Invalid constant name "failed_tests" dev-support/findHangingTests.py:33: [C0103(invalid-name), ] Invalid constant name "summary" dev-support/findHangingTests.py:34: [C0103(invalid-name), ] Invalid constant name "host" dev-support/findHangingTests.py:35: [C0103(invalid-name), ] Invalid constant name "patch" dev-support/findHangingTests.py:36: [C0103(invalid-name), ] Invalid constant name "branch" dev-support/findHangingTests.py:38: [C0103(invalid-name), ] Invalid constant name "n" dev-support/findHangingTests.py:42: [C0103(invalid-name), ] Invalid constant name "host" dev-support/findHangingTests.py:46: [C0103(invalid-name), ] Invalid constant name "patch" dev-support/findHangingTests.py:50: [C0103(invalid-name), ] Invalid constant name "branch" dev-support/findHangingTests.py:57: [C0103(invalid-name), ] Invalid constant name "summary" dev-support/findHangingTests.py:60: [C0103(invalid-name), ] Invalid constant name "summary" dev-support/findHangingTests.py:67: [C0103(invalid-name), ] Invalid constant name "test_name" dev-support/findHangingTests.py:78: [C0121(singleton-comparison), ] Comparison to False should be 'not expr' or 'expr is False' -------------------------------------------------------------------- Your code has been rated at -1.33/10 (previous run: 9.83/10, -11.17) dev-support/submit-patch.py:36: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment epilog = "To avoid having to enter jira/review board username/password every time, setup an " ^ dev-support/submit-patch.py:49: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment help = "Branch to use for generating diff. If not specified, tracking branch " ^ dev-support/submit-patch.py:50: [C0330(bad-continuation), ] Wrong continued indentation. "is used. If there is no tracking branch, error will be thrown.") | ^ | dev-support/submit-patch.py:54: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment help = "Jira id of the issue. If set, we deduce next patch version from " ^ dev-support/submit-patch.py:61: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment help = "Don't create/update the review board.", ^ dev-support/submit-patch.py:62: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment default = False, action = "store_true") ^ dev-support/submit-patch.py:62: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment default = False, action = "store_true") ^ dev-support/submit-patch.py:64: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment help = "Comma separated list of users to add as reviewers.") ^ dev-support/submit-patch.py:67: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment parser.add_argument("--patch-dir", default = "~/patches", ^ dev-support/submit-patch.py:68: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment help = "Directory to store patch files. If it doesn't exist, it will be " ^ dev-support/submit-patch.py:69: [C0330(bad-continuation), ] Wrong continued indentation. "created. Default: ~/patches") | ^| dev-support/submit-patch.py:70: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment parser.add_argument("--rb-repo", default = "hbase-git", ^ dev-support/submit-patch.py:71: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment help = "Review board repository. Default: hbase-git") ^ dev-support/submit-patch.py:107: [C0301(line-too-long), ] Line too long (104/100) dev-support/submit-patch.py:174: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment only_in_base_branch = git.log("HEAD.." + base_branch, oneline = True) ^ dev-support/submit-patch.py:175: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment only_in_active_branch = git.log(base_branch + "..HEAD", oneline = True) ^ dev-support/submit-patch.py:214: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.post(attachment_url, headers = headers, files = files, auth = jira_auth) ^ dev-support/submit-patch.py:214: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.post(attachment_url, headers = headers, files = files, auth = jira_auth) ^ dev-support/submit-patch.py:214: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.post(attachment_url, headers = headers, files = files, auth = jira_auth) ^ dev-support/submit-patch.py:251: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment diff = git.format_patch(base_branch, stdout = True) ^ dev-support/submit-patch.py:271: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.post(reviews_url, data = data, auth = rb_auth) ^ dev-support/submit-patch.py:271: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.post(reviews_url, data = data, auth = rb_auth) ^ dev-support/submit-patch.py:283: [C0326(bad-whitespace), ] No space allowed before bracket "description" : description } ^ dev-support/submit-patch.py:285: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.put(draft_url, data = update_draft_data, auth = rb_auth) ^ dev-support/submit-patch.py:285: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.put(draft_url, data = update_draft_data, auth = rb_auth) ^ dev-support/submit-patch.py:291: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.post(diff_url, files = files, auth = rb_auth) ^ dev-support/submit-patch.py:291: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.post(diff_url, files = files, auth = rb_auth) ^ dev-support/submit-patch.py:294: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.put(draft_url, data = {"public" : True}, auth = rb_auth) ^ dev-support/submit-patch.py:294: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.put(draft_url, data = {"public" : True}, auth = rb_auth) ^ dev-support/submit-patch.py:300: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.post(issue_url + "/remotelink", data = remote_link, auth = jira_auth, ^ dev-support/submit-patch.py:300: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.post(issue_url + "/remotelink", data = remote_link, auth = jira_auth, ^ dev-support/submit-patch.py:307: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.post(diff_url, files = files, auth = rb_auth) ^ dev-support/submit-patch.py:307: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.post(diff_url, files = files, auth = rb_auth) ^ dev-support/submit-patch.py:310: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.put(draft_url, data = {"public" : True}, auth = rb_auth) ^ dev-support/submit-patch.py:310: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment r = requests.put(draft_url, data = {"public" : True}, auth = rb_auth) ^ dev-support/submit-patch.py:1: [C0103(invalid-name), ] Invalid module name "submit-patch" dev-support/submit-patch.py:1: [C0111(missing-docstring), ] Missing module docstring dev-support/submit-patch.py:26: [E0401(import-error), ] Unable to import 'git' dev-support/submit-patch.py:35: [C0103(invalid-name), ] Invalid constant name "parser" dev-support/submit-patch.py:72: [C0103(invalid-name), ] Invalid constant name "args" dev-support/submit-patch.py:76: [C0103(invalid-name), ] Invalid constant name "logger" dev-support/submit-patch.py:80: [C0111(missing-docstring), log_fatal_and_exit] Missing function docstring dev-support/submit-patch.py:85: [W0621(redefined-outer-name), assert_status_code] Redefining name 'description' from outer scope (line 280) dev-support/submit-patch.py:85: [C0111(missing-docstring), assert_status_code] Missing function docstring dev-support/submit-patch.py:93: [C0103(invalid-name), ] Invalid constant name "repo" dev-support/submit-patch.py:94: [C0103(invalid-name), ] Invalid constant name "git" dev-support/submit-patch.py:95: [C0103(invalid-name), ] Invalid variable name "e" dev-support/submit-patch.py:109: [W0621(redefined-outer-name), get_base_branch] Redefining name 'base_branch' from outer scope (line 235) dev-support/submit-patch.py:106: [C0111(missing-docstring), get_base_branch] Missing function docstring dev-support/submit-patch.py:128: [C0111(missing-docstring), get_patch_name] Missing function docstring dev-support/submit-patch.py:138: [C0111(missing-docstring), get_patch_name_with_version] Missing function docstring dev-support/submit-patch.py:157: [W0621(redefined-outer-name), validate_patch_dir] Redefining name 'patch_dir' from outer scope (line 243) dev-support/submit-patch.py:157: [C0111(missing-docstring), validate_patch_dir] Missing function docstring dev-support/submit-patch.py:173: [W0621(redefined-outer-name), check_diff_between_branches] Redefining name 'base_branch' from outer scope (line 235) dev-support/submit-patch.py:173: [C0111(missing-docstring), check_diff_between_branches] Missing function docstring dev-support/submit-patch.py:176: [C1801(len-as-condition), check_diff_between_branches] Do not use `len(SEQUENCE)` as condition value dev-support/submit-patch.py:179: [C1801(len-as-condition), check_diff_between_branches] Do not use `len(SEQUENCE)` as condition value dev-support/submit-patch.py:189: [W0621(redefined-outer-name), get_credentials] Redefining name 'creds' from outer scope (line 256) dev-support/submit-patch.py:188: [C0111(missing-docstring), get_credentials] Missing function docstring dev-support/submit-patch.py:196: [C0103(invalid-name), get_credentials] Invalid variable name "e" dev-support/submit-patch.py:196: [W0612(unused-variable), get_credentials] Unused variable 'e' dev-support/submit-patch.py:211: [W0621(redefined-outer-name), attach_patch_to_jira] Redefining name 'files' from outer scope (line 290) dev-support/submit-patch.py:212: [W0621(redefined-outer-name), attach_patch_to_jira] Redefining name 'jira_auth' from outer scope (line 299) dev-support/submit-patch.py:214: [W0621(redefined-outer-name), attach_patch_to_jira] Redefining name 'r' from outer scope (line 271) dev-support/submit-patch.py:208: [W0621(redefined-outer-name), attach_patch_to_jira] Redefining name 'patch_filepath' from outer scope (line 249) dev-support/submit-patch.py:208: [W0621(redefined-outer-name), attach_patch_to_jira] Redefining name 'issue_url' from outer scope (line 257) dev-support/submit-patch.py:208: [W0621(redefined-outer-name), attach_patch_to_jira] Redefining name 'creds' from outer scope (line 256) dev-support/submit-patch.py:208: [C0111(missing-docstring), attach_patch_to_jira] Missing function docstring dev-support/submit-patch.py:214: [C0103(invalid-name), attach_patch_to_jira] Invalid variable name "r" dev-support/submit-patch.py:219: [W0621(redefined-outer-name), get_jira_summary] Redefining name 'r' from outer scope (line 271) dev-support/submit-patch.py:218: [W0621(redefined-outer-name), get_jira_summary] Redefining name 'issue_url' from outer scope (line 257) dev-support/submit-patch.py:218: [C0111(missing-docstring), get_jira_summary] Missing function docstring dev-support/submit-patch.py:219: [C0103(invalid-name), get_jira_summary] Invalid variable name "r" dev-support/submit-patch.py:224: [W0621(redefined-outer-name), get_review_board_id_if_present] Redefining name 'rb_link_title' from outer scope (line 264) dev-support/submit-patch.py:225: [W0621(redefined-outer-name), get_review_board_id_if_present] Redefining name 'r' from outer scope (line 271) dev-support/submit-patch.py:224: [W0621(redefined-outer-name), get_review_board_id_if_present] Redefining name 'issue_url' from outer scope (line 257) dev-support/submit-patch.py:224: [C0111(missing-docstring), get_review_board_id_if_present] Missing function docstring dev-support/submit-patch.py:225: [C0103(invalid-name), get_review_board_id_if_present] Invalid variable name "r" dev-support/submit-patch.py:235: [C0103(invalid-name), ] Invalid constant name "base_branch" dev-support/submit-patch.py:238: [C0103(invalid-name), ] Invalid constant name "base_branch_without_remote" dev-support/submit-patch.py:243: [C0103(invalid-name), ] Invalid constant name "patch_dir" dev-support/submit-patch.py:247: [C0103(invalid-name), ] Invalid constant name "patch_filename" dev-support/submit-patch.py:249: [C0103(invalid-name), ] Invalid constant name "patch_filepath" dev-support/submit-patch.py:251: [C0103(invalid-name), ] Invalid constant name "diff" dev-support/submit-patch.py:256: [C0103(invalid-name), ] Invalid constant name "creds" dev-support/submit-patch.py:257: [C0103(invalid-name), ] Invalid constant name "issue_url" dev-support/submit-patch.py:262: [C0103(invalid-name), ] Invalid constant name "rb_auth" dev-support/submit-patch.py:264: [C0103(invalid-name), ] Invalid constant name "rb_link_title" dev-support/submit-patch.py:265: [C0103(invalid-name), ] Invalid constant name "rb_id" dev-support/submit-patch.py:269: [C0103(invalid-name), ] Invalid constant name "reviews_url" dev-support/submit-patch.py:270: [C0103(invalid-name), ] Invalid constant name "data" dev-support/submit-patch.py:271: [C0103(invalid-name), ] Invalid constant name "r" dev-support/submit-patch.py:273: [C0103(invalid-name), ] Invalid constant name "review_request" dev-support/submit-patch.py:274: [C0103(invalid-name), ] Invalid constant name "absolute_url" dev-support/submit-patch.py:278: [C0103(invalid-name), ] Invalid constant name "summary" dev-support/submit-patch.py:280: [C0103(invalid-name), ] Invalid constant name "description" dev-support/submit-patch.py:281: [C0103(invalid-name), ] Invalid constant name "update_draft_data" dev-support/submit-patch.py:284: [C0103(invalid-name), ] Invalid constant name "draft_url" dev-support/submit-patch.py:285: [C0103(invalid-name), ] Invalid constant name "r" dev-support/submit-patch.py:288: [C0103(invalid-name), ] Invalid constant name "draft_request" dev-support/submit-patch.py:289: [C0103(invalid-name), ] Invalid constant name "diff_url" dev-support/submit-patch.py:290: [C0103(invalid-name), ] Invalid constant name "files" dev-support/submit-patch.py:291: [C0103(invalid-name), ] Invalid constant name "r" dev-support/submit-patch.py:294: [C0103(invalid-name), ] Invalid constant name "r" dev-support/submit-patch.py:298: [C0103(invalid-name), ] Invalid constant name "remote_link" dev-support/submit-patch.py:299: [C0103(invalid-name), ] Invalid constant name "jira_auth" dev-support/submit-patch.py:300: [C0103(invalid-name), ] Invalid constant name "r" dev-support/submit-patch.py:304: [C0103(invalid-name), ] Invalid constant name "draft_url" dev-support/submit-patch.py:305: [C0103(invalid-name), ] Invalid constant name "diff_url" dev-support/submit-patch.py:306: [C0103(invalid-name), ] Invalid constant name "files" dev-support/submit-patch.py:307: [C0103(invalid-name), ] Invalid constant name "r" dev-support/submit-patch.py:310: [C0103(invalid-name), ] Invalid constant name "r" dev-support/submit-patch.py:27: [C0411(wrong-import-order), ] standard import "import json" should be placed before "import git" dev-support/submit-patch.py:28: [C0411(wrong-import-order), ] standard import "import logging" should be placed before "import git" dev-support/submit-patch.py:29: [C0411(wrong-import-order), ] standard import "import os" should be placed before "import git" dev-support/submit-patch.py:30: [C0411(wrong-import-order), ] standard import "import re" should be placed before "import git" dev-support/submit-patch.py:32: [C0411(wrong-import-order), ] standard import "import subprocess" should be placed before "import git" dev-support/submit-patch.py:33: [C0411(wrong-import-order), ] standard import "import sys" should be placed before "import git" ------------------------------------------------------------------ Your code has been rated at 2.78/10 (previous run: 8.46/10, -5.68) hbase-examples/src/main/python/thrift1/DemoClient.py:25: [C0301(line-too-long), ] Line too long (102/100) hbase-examples/src/main/python/thrift1/DemoClient.py:37: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:38: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:39: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:40: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:43: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:44: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:45: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:46: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:52: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:55: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:56: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:57: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:58: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:61: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:64: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:67: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:69: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:74: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:75: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:76: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:77: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:78: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/DemoClient.py:79: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/DemoClient.py:80: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/DemoClient.py:81: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/DemoClient.py:82: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/DemoClient.py:84: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:85: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:86: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:87: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:88: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:89: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:90: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:91: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:93: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:94: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:95: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:96: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:97: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:99: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:100: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:101: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:102: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:103: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:105: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:109: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:110: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:110: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/DemoClient.py:113: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:113: [C0326(bad-whitespace), ] Exactly one space required after comma mutations = [Mutation(column="entry:foo",value=invalid)] ^ hbase-examples/src/main/python/thrift1/DemoClient.py:114: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:115: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:118: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:119: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:122: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:123: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:126: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:127: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:128: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:129: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:130: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:133: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:134: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:136: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:137: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:138: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:139: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:140: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:145: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:147: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:149: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:150: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:151: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:152: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:154: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:156: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:157: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:157: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/DemoClient.py:159: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:159: [C0326(bad-whitespace), ] Exactly one space required after comma mutations = [Mutation(column="entry:foo",isDelete=True), ^ hbase-examples/src/main/python/thrift1/DemoClient.py:160: [C0326(bad-whitespace), ] Exactly one space required after comma Mutation(column="entry:num",value="-1")] ^ hbase-examples/src/main/python/thrift1/DemoClient.py:161: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:162: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:164: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:166: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:167: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:169: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:171: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:171: [C0326(bad-whitespace), ] Exactly one space required after comma mutations = [Mutation(column="entry:num",value="-999"), ^ hbase-examples/src/main/python/thrift1/DemoClient.py:172: [C0326(bad-whitespace), ] Exactly one space required after comma Mutation(column="entry:sqr",isDelete=True)] ^ hbase-examples/src/main/python/thrift1/DemoClient.py:173: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:174: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:176: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:177: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:178: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:179: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/DemoClient.py:179: [C0325(superfluous-parens), ] Unnecessary parens after 'print' keyword hbase-examples/src/main/python/thrift1/DemoClient.py:180: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/DemoClient.py:182: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:184: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:185: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/DemoClient.py:187: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:188: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:189: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:190: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:191: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:193: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:194: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:196: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:197: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:198: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:199: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:201: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:202: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:204: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:209: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:210: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:211: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:212: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/DemoClient.py:214: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:215: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:216: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:217: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/DemoClient.py:218: [C0305(trailing-newlines), ] Trailing newlines hbase-examples/src/main/python/thrift1/DemoClient.py:25: [C0103(invalid-name), ] Invalid constant name "thrift_path" hbase-examples/src/main/python/thrift1/DemoClient.py:27: [C0103(invalid-name), ] Invalid constant name "gen_py_path" hbase-examples/src/main/python/thrift1/DemoClient.py:30: [E0401(import-error), ] Unable to import 'thrift' hbase-examples/src/main/python/thrift1/DemoClient.py:30: [C0413(wrong-import-position), ] Import "from thrift import Thrift" should be placed at the top of the module hbase-examples/src/main/python/thrift1/DemoClient.py:31: [E0401(import-error), ] Unable to import 'thrift.transport' hbase-examples/src/main/python/thrift1/DemoClient.py:31: [C0413(wrong-import-position), ] Import "from thrift.transport import TSocket, TTransport" should be placed at the top of the module hbase-examples/src/main/python/thrift1/DemoClient.py:32: [E0401(import-error), ] Unable to import 'thrift.protocol' hbase-examples/src/main/python/thrift1/DemoClient.py:32: [C0413(wrong-import-position), ] Import "from thrift.protocol import TBinaryProtocol" should be placed at the top of the module hbase-examples/src/main/python/thrift1/DemoClient.py:33: [E0401(import-error), ] Unable to import 'hbase' hbase-examples/src/main/python/thrift1/DemoClient.py:33: [C0413(wrong-import-position), ] Import "from hbase import ttypes" should be placed at the top of the module hbase-examples/src/main/python/thrift1/DemoClient.py:34: [E0401(import-error), ] Unable to import 'hbase.Hbase' hbase-examples/src/main/python/thrift1/DemoClient.py:34: [C0413(wrong-import-position), ] Import "from hbase.Hbase import Client, ColumnDescriptor, Mutation" should be placed at the top of the module hbase-examples/src/main/python/thrift1/DemoClient.py:36: [C0103(invalid-name), printVersions] Invalid function name "printVersions" hbase-examples/src/main/python/thrift1/DemoClient.py:36: [C0111(missing-docstring), printVersions] Missing function docstring hbase-examples/src/main/python/thrift1/DemoClient.py:42: [C0103(invalid-name), printRow] Invalid function name "printRow" hbase-examples/src/main/python/thrift1/DemoClient.py:42: [C0111(missing-docstring), printRow] Missing function docstring hbase-examples/src/main/python/thrift1/DemoClient.py:49: [W0621(redefined-outer-name), demo_client] Redefining name 'is_framed_transport' from outer scope (line 216) hbase-examples/src/main/python/thrift1/DemoClient.py:49: [W0621(redefined-outer-name), demo_client] Redefining name 'port' from outer scope (line 215) hbase-examples/src/main/python/thrift1/DemoClient.py:49: [W0621(redefined-outer-name), demo_client] Redefining name 'host' from outer scope (line 214) hbase-examples/src/main/python/thrift1/DemoClient.py:49: [C0111(missing-docstring), demo_client] Missing function docstring hbase-examples/src/main/python/thrift1/DemoClient.py:49: [R0914(too-many-locals), demo_client] Too many local variables (25/15) hbase-examples/src/main/python/thrift1/DemoClient.py:69: [C0103(invalid-name), demo_client] Invalid variable name "t" hbase-examples/src/main/python/thrift1/DemoClient.py:96: [E0602(undefined-variable), demo_client] Undefined variable 'AlreadyExists' hbase-examples/src/main/python/thrift1/DemoClient.py:96: [C0103(invalid-name), demo_client] Invalid variable name "ae" hbase-examples/src/main/python/thrift1/DemoClient.py:129: [C0103(invalid-name), demo_client] Invalid variable name "e" hbase-examples/src/main/python/thrift1/DemoClient.py:136: [C0103(invalid-name), demo_client] Invalid variable name "r" hbase-examples/src/main/python/thrift1/DemoClient.py:139: [C0103(invalid-name), demo_client] Invalid variable name "r" hbase-examples/src/main/python/thrift1/DemoClient.py:145: [C0103(invalid-name), demo_client] Invalid variable name "e" hbase-examples/src/main/python/thrift1/DemoClient.py:182: [C0103(invalid-name), demo_client] Invalid variable name "r" hbase-examples/src/main/python/thrift1/DemoClient.py:184: [C1801(len-as-condition), demo_client] Do not use `len(SEQUENCE)` as condition value hbase-examples/src/main/python/thrift1/DemoClient.py:187: [C0103(invalid-name), demo_client] Invalid variable name "columnNames" hbase-examples/src/main/python/thrift1/DemoClient.py:196: [C0103(invalid-name), demo_client] Invalid variable name "r" hbase-examples/src/main/python/thrift1/DemoClient.py:199: [C0103(invalid-name), demo_client] Invalid variable name "r" hbase-examples/src/main/python/thrift1/DemoClient.py:49: [R0912(too-many-branches), demo_client] Too many branches (14/12) hbase-examples/src/main/python/thrift1/DemoClient.py:49: [R0915(too-many-statements), demo_client] Too many statements (94/50) hbase-examples/src/main/python/thrift1/DemoClient.py:209: [W0404(reimported), ] Reimport 'sys' (imported line 20) hbase-examples/src/main/python/thrift1/DemoClient.py:214: [C0103(invalid-name), ] Invalid constant name "host" hbase-examples/src/main/python/thrift1/DemoClient.py:215: [C0103(invalid-name), ] Invalid constant name "port" hbase-examples/src/main/python/thrift1/DemoClient.py:216: [C0103(invalid-name), ] Invalid constant name "is_framed_transport" hbase-examples/src/main/python/thrift1/DemoClient.py:30: [W0611(unused-import), ] Unused Thrift imported from thrift hbase-examples/src/main/python/thrift1/DemoClient.py:209: [C0412(ungrouped-imports), ] Imports from package sys are not grouped ------------------------------------------------------------------- Your code has been rated at -4.62/10 (previous run: 3.75/10, -8.37) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:15: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:17: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:21: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:22: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:28: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:30: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:31: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:38: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:40: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:41: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:47: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:49: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:50: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:54: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:56: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:57: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:61: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:63: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:64: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:69: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:71: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:72: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:80: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:82: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:83: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:91: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:93: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:94: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:108: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:110: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:111: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:120: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:122: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:123: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:135: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:137: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:138: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:151: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:153: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:154: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:169: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:171: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:172: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:183: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:185: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:186: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:198: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:200: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:201: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:213: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:215: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:216: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:229: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:231: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:232: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:243: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:245: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:246: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:258: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:260: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:261: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:273: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:275: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:276: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:289: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:291: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:292: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:304: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:306: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:307: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:320: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:322: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:323: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:334: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:336: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:337: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:349: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:351: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:352: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:361: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:363: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:364: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:373: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:375: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:376: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:387: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:389: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:390: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:398: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:400: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:401: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:410: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:412: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:413: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:417: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:419: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:420: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:430: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:432: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:433: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:442: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:444: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:445: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:460: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:462: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:463: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:481: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:483: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:484: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:496: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:498: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:499: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:516: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:518: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:519: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:539: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:541: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:542: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:557: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:559: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:560: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:576: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:578: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:579: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:587: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:589: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:590: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:600: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:602: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:603: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:612: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:616: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:617: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:618: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:619: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:620: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:622: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:623: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:629: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:630: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:632: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:633: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:634: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:635: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:636: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:637: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:638: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:640: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:641: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:642: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:643: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:644: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:645: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:646: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:647: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:648: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:649: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:650: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:651: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:652: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:654: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:655: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:662: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:663: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:665: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:666: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:667: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:668: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:669: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:670: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:671: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:673: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:674: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:675: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:676: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:677: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:678: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:679: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:680: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:681: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:682: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:683: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:684: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:685: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:687: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:688: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:694: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:695: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:697: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:698: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:699: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:700: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:701: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:702: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:703: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:705: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:706: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:707: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:708: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:709: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:710: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:711: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:712: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:713: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:714: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:715: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:716: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:717: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:718: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:719: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:719: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:719: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:721: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:722: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:726: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:727: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:729: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:730: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:731: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:732: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:733: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:734: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:735: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:737: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:738: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:739: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:740: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:741: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:742: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:743: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:744: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:745: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:746: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:747: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:748: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:749: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:751: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:752: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:756: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:757: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:759: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:760: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:761: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:762: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:763: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:764: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:765: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:767: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:768: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:769: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:770: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:771: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:772: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:773: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:774: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:775: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:776: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:777: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:778: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:779: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:781: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:782: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:787: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:788: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:790: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:791: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:792: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:793: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:794: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:795: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:797: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:798: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:799: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:800: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:801: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:802: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:803: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:804: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:805: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:806: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:807: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:808: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:809: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:810: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:811: [C0301(line-too-long), ] Line too long (110/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:811: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:811: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:813: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:814: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:822: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:823: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:825: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:826: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:827: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:828: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:829: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:830: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:831: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:833: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:834: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:835: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:836: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:837: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:838: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:839: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:840: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:841: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:842: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:843: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:844: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:845: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:846: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:847: [C0301(line-too-long), ] Line too long (117/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:847: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:847: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:849: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:850: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:858: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:859: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:861: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:862: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:863: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:864: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:865: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:866: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:867: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:869: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:870: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:871: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:872: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:873: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:874: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:875: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:876: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:877: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:878: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:879: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:880: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:881: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:882: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:883: [C0301(line-too-long), ] Line too long (112/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:883: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:883: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:885: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:886: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:900: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:901: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:903: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:904: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:905: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:906: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:907: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:908: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:909: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:910: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:912: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:913: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:914: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:915: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:916: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:917: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:918: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:919: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:920: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:921: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:922: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:923: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:924: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:925: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:926: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:927: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:928: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:930: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:931: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:940: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:941: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:943: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:944: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:945: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:946: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:947: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:948: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:949: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:951: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:952: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:953: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:954: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:955: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:956: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:957: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:958: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:959: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:960: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:961: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:962: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:963: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:965: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:966: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:978: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:979: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:981: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:982: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:983: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:984: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:985: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:986: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:987: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:988: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:989: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:990: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:992: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:993: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:994: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:995: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:996: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:997: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:998: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:999: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1000: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1001: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1002: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1003: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1004: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1005: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1006: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1006: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1008: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1009: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1022: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1023: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1025: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1026: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1027: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1028: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1029: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1030: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1031: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1032: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1033: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1034: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1035: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1037: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1038: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1039: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1040: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1041: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1042: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1043: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1044: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1045: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1046: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1047: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1048: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1049: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1050: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1051: [C0301(line-too-long), ] Line too long (103/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1051: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1051: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1053: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1054: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1069: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1070: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1072: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1073: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1074: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1075: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1076: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1077: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1078: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1079: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1080: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1081: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1082: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1083: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1085: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1086: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1087: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1088: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1089: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1090: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1091: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1092: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1093: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1094: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1095: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1096: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1097: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1098: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1099: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1099: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1099: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1101: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1102: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1113: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1114: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1116: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1117: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1118: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1119: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1120: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1121: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1122: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1123: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1124: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1126: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1127: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1128: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1129: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1130: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1131: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1132: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1133: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1134: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1135: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1136: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1137: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1138: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1139: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1140: [C0301(line-too-long), ] Line too long (103/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1140: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1140: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1142: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1143: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1155: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1156: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1158: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1159: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1160: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1161: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1162: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1163: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1164: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1165: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1166: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1167: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1169: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1170: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1171: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1172: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1173: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1174: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1175: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1176: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1177: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1178: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1179: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1180: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1181: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1182: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1183: [C0301(line-too-long), ] Line too long (114/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1183: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1183: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1185: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1186: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1198: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1199: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1201: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1202: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1203: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1204: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1205: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1206: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1207: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1208: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1209: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1210: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1212: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1213: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1214: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1215: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1216: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1217: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1218: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1219: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1220: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1221: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1222: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1223: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1224: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1225: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1226: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1226: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1226: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1228: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1229: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1242: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1243: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1245: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1246: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1247: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1248: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1249: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1250: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1251: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1252: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1253: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1254: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1255: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1257: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1258: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1259: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1260: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1261: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1262: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1263: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1264: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1265: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1266: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1267: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1268: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1269: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1270: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1271: [C0301(line-too-long), ] Line too long (116/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1271: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1271: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1273: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1274: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1285: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1286: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1288: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1289: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1290: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1291: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1292: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1293: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1294: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1295: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1296: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1298: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1299: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1300: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1301: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1302: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1303: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1304: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1305: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1306: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1307: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1308: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1309: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1310: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1311: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1312: [C0301(line-too-long), ] Line too long (104/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1312: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1312: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1314: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1315: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1327: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1328: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1330: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1331: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1332: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1333: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1334: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1335: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1336: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1337: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1338: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1339: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1341: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1342: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1343: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1344: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1345: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1346: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1347: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1348: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1349: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1350: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1351: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1352: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1353: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1354: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1355: [C0301(line-too-long), ] Line too long (115/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1355: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1355: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1357: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1358: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1370: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1371: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1373: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1374: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1375: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1376: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1377: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1378: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1379: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1380: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1381: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1382: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1384: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1385: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1386: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1387: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1388: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1389: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1390: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1391: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1392: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1393: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1394: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1395: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1396: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1397: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1398: [C0301(line-too-long), ] Line too long (106/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1398: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1398: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1400: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1401: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1414: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1415: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1417: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1418: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1419: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1420: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1421: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1422: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1423: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1424: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1425: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1426: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1427: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1429: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1430: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1431: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1432: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1433: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1434: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1435: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1436: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1437: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1438: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1439: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1440: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1441: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1442: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1443: [C0301(line-too-long), ] Line too long (117/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1443: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1443: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1445: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1446: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1458: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1459: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1461: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1462: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1463: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1464: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1465: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1466: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1467: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1468: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1469: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1470: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1472: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1473: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1474: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1475: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1476: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1477: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1478: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1479: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1480: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1481: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1482: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1483: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1484: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1485: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1486: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1488: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1489: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1502: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1503: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1505: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1506: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1507: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1508: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1509: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1510: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1511: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1512: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1513: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1514: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1515: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1517: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1518: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1519: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1520: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1521: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1522: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1523: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1524: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1525: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1526: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1527: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1528: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1529: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1530: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1531: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1533: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1534: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1545: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1546: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1548: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1549: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1550: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1551: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1552: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1553: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1554: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1555: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1556: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1558: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1559: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1560: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1561: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1562: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1563: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1564: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1565: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1566: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1567: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1568: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1569: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1570: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1571: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1572: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1574: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1575: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1587: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1588: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1590: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1591: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1592: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1593: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1594: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1595: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1596: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1597: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1598: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1599: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1601: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1602: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1603: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1604: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1605: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1606: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1607: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1608: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1609: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1610: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1611: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1612: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1613: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1614: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1615: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1617: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1618: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1627: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1628: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1630: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1631: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1632: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1633: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1634: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1635: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1636: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1637: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1638: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1639: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1641: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1642: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1643: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1644: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1645: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1646: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1647: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1648: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1649: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1650: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1651: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1652: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1653: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1654: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1655: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1656: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1657: [C0301(line-too-long), ] Line too long (112/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1657: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1657: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1659: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1660: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1669: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1670: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1672: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1673: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1674: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1675: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1676: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1677: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1678: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1679: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1680: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1681: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1683: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1684: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1685: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1686: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1687: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1688: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1689: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1690: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1691: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1692: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1693: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1694: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1695: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1697: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1698: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1709: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1710: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1712: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1713: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1714: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1715: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1716: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1717: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1718: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1719: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1720: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1721: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1722: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1724: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1725: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1726: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1727: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1728: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1729: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1730: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1731: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1732: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1733: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1734: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1735: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1736: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1738: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1739: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1747: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1748: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1750: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1751: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1752: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1753: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1754: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1755: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1756: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1757: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1758: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1760: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1761: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1762: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1763: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1764: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1765: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1766: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1767: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1768: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1769: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1770: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1771: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1772: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1774: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1775: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1784: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1785: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1787: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1788: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1789: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1790: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1791: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1792: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1793: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1795: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1796: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1797: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1798: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1799: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1800: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1801: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1802: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1803: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1804: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1805: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1806: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1807: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1809: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1810: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1814: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1815: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1817: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1818: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1819: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1820: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1821: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1822: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1823: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1825: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1826: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1827: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1828: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1829: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1830: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1831: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1832: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1833: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1834: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1835: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1836: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1837: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1839: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1840: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1850: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1851: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1853: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1854: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1855: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1856: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1857: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1858: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1859: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1860: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1861: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1862: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1864: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1865: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1866: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1867: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1868: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1869: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1870: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1871: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1872: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1873: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1874: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1875: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1876: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1878: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1879: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1888: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1889: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1891: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1892: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1893: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1894: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1895: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1896: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1897: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1898: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1899: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1901: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1902: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1903: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1904: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1905: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1906: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1907: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1908: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1909: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1910: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1911: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1912: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1913: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1914: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1915: [C0301(line-too-long), ] Line too long (116/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1915: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1915: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1917: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1918: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1933: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1934: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1936: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1937: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1938: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1939: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1940: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1941: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1942: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1943: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1944: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1945: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1947: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1948: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1949: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1950: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1951: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1952: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1953: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1954: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1955: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1956: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1957: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1958: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1959: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1960: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1961: [C0301(line-too-long), ] Line too long (108/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1961: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1961: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1963: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1964: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1982: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1983: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1985: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1986: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1987: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1988: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1989: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1990: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1991: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1992: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1993: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1994: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1995: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1997: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1998: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1999: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2000: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2001: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2002: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2003: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2004: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2005: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2006: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2007: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2008: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2009: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2010: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2011: [C0301(line-too-long), ] Line too long (116/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2011: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2011: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2013: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2014: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2026: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2027: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2029: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2030: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2031: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2032: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2033: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2034: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2035: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2036: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2037: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2038: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2040: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2041: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2042: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2043: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2044: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2045: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2046: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2047: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2048: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2049: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2050: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2051: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2052: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2053: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2054: [C0301(line-too-long), ] Line too long (118/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2054: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2054: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2056: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2057: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2074: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2075: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2077: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2078: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2079: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2080: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2081: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2082: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2083: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2084: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2085: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2086: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2087: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2089: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2090: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2091: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2092: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2093: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2094: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2095: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2096: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2097: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2098: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2099: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2100: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2101: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2102: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2103: [C0301(line-too-long), ] Line too long (110/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2103: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2103: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2105: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2106: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2126: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2127: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2129: [C0301(line-too-long), ] Line too long (101/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2129: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2130: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2131: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2132: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2133: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2134: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2135: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2136: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2137: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2138: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2139: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2140: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2142: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2143: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2144: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2145: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2146: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2147: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2148: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2149: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2150: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2151: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2152: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2153: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2154: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2155: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2156: [C0301(line-too-long), ] Line too long (118/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2156: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2156: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2158: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2159: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2174: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2175: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2177: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2178: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2179: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2180: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2181: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2182: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2183: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2185: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2186: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2187: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2188: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2189: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2190: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2191: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2192: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2193: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2194: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2195: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2196: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2197: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2198: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2199: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2200: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2201: [C0301(line-too-long), ] Line too long (107/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2201: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2201: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2203: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2204: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2220: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2221: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2223: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2224: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2225: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2226: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2227: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2228: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2229: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2230: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2232: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2233: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2234: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2235: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2236: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2237: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2238: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2239: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2240: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2241: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2242: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2243: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2244: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2245: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2246: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2247: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2248: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2248: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2248: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2250: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2251: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2259: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2260: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2262: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2263: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2264: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2265: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2266: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2267: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2268: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2270: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2271: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2272: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2273: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2274: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2275: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2276: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2277: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2278: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2279: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2280: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2281: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2282: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2283: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2284: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2286: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2287: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2297: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2298: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2300: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2301: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2302: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2303: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2304: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2305: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2306: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2307: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2308: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2310: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2311: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2312: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2313: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2314: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2315: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2316: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2317: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2318: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2319: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2320: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2321: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2322: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2323: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2324: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2324: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2324: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2326: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2327: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2336: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2337: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2339: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2340: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2341: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2342: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2343: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2344: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2345: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2347: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2348: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2349: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2350: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2351: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2352: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2353: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2354: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2355: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2356: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2357: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2358: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2359: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2360: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2361: [C0301(line-too-long), ] Line too long (110/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2361: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2361: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2365: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2366: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2367: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2368: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2369: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2370: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2371: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2372: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2373: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2374: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2375: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2376: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2377: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2378: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2379: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2380: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2381: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2382: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2383: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2384: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2385: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2386: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2387: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2388: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2389: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2390: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2391: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2392: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2393: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2394: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2395: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2396: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2397: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2398: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2399: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2400: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2401: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2402: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2403: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2404: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2405: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2406: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2407: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2408: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2409: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2410: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2412: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2413: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2414: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2415: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2416: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2417: [C0301(line-too-long), ] Line too long (101/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2417: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2418: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2419: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2420: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2421: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2422: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2423: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2424: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2425: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2427: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2428: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2429: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2430: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2431: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2432: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2433: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2434: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2435: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2436: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2437: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2438: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2439: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2441: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2442: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2443: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2444: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2445: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2446: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2447: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2448: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2449: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2450: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2451: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2452: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2453: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2455: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2456: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2457: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2458: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2459: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2460: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2461: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2462: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2463: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2464: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2465: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2466: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2467: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2469: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2470: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2471: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2472: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2473: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2474: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2475: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2476: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2477: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2478: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2479: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2480: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2481: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2483: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2484: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2485: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2486: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2487: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2488: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2489: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2490: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2491: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2492: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2493: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2494: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2495: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2497: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2498: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2499: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2500: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2501: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2502: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2503: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2504: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2505: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2506: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2507: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2508: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2509: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2511: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2512: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2513: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2514: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2515: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2516: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2517: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2518: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2519: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2520: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2521: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2522: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2523: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2525: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2526: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2527: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2528: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2529: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2530: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2531: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2532: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2533: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2534: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2535: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2536: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2537: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2539: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2540: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2541: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2542: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2543: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2544: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2545: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2546: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2547: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2548: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2549: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2550: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2551: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2552: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2553: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2554: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2555: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2557: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2558: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2559: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2560: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2561: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2562: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2563: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2564: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2565: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2566: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2567: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2568: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2569: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2571: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2572: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2573: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2574: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2575: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2576: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2577: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2578: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2579: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2580: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2581: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2582: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2583: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2585: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2586: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2587: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2588: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2589: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2590: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2591: [C0301(line-too-long), ] Line too long (117/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2591: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2592: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2593: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2594: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2595: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2596: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2597: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2599: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2600: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2601: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2602: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2603: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2604: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2605: [C0301(line-too-long), ] Line too long (135/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2605: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2606: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2607: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2608: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2609: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2610: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2611: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2613: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2614: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2615: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2616: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2617: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2618: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2619: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2620: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2621: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2622: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2623: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2624: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2625: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2627: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2628: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2629: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2630: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2631: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2632: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2633: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2633: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2634: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2635: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2636: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2637: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2638: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2639: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2641: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2642: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2643: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2644: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2645: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2646: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2647: [C0301(line-too-long), ] Line too long (104/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2647: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2648: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2649: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2650: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2651: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2652: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2653: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2655: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2656: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2657: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2658: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2659: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2660: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2661: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2661: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2662: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2663: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2664: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2665: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2666: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2667: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2669: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2670: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2671: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2672: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2673: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2674: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2675: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2676: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2677: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2678: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2679: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2680: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2681: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2683: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2684: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2685: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2686: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2687: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2688: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2689: [C0301(line-too-long), ] Line too long (113/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2689: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2690: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2691: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2692: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2693: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2694: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2695: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2697: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2698: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2699: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2700: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2701: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2702: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2703: [C0301(line-too-long), ] Line too long (106/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2703: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2704: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2705: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2706: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2707: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2708: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2709: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2711: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2712: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2713: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2714: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2715: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2716: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2717: [C0301(line-too-long), ] Line too long (131/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2717: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2718: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2719: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2720: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2721: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2722: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2723: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2725: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2726: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2727: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2728: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2729: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2730: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2731: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2732: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2733: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2734: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2735: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2736: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2737: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2738: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2739: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2741: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2742: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2743: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2744: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2745: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2746: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2747: [C0301(line-too-long), ] Line too long (106/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2747: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2748: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2749: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2750: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2751: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2752: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2753: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2754: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2755: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2757: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2758: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2759: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2760: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2761: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2762: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2763: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2764: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2765: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2766: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2767: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2768: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2769: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2770: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2771: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2773: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2774: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2775: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2776: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2777: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2778: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2779: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2780: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2781: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2782: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2783: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2784: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2785: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2786: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2787: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2789: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2790: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2791: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2792: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2793: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2794: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2795: [C0301(line-too-long), ] Line too long (103/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2795: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2796: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2797: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2798: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2799: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2800: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2801: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2802: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2803: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2805: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2806: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2807: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2808: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2809: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2810: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2811: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2812: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2813: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2814: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2815: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2816: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2817: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2819: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2820: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2821: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2822: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2823: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2824: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2825: [C0301(line-too-long), ] Line too long (103/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2825: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2826: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2827: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2828: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2829: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2830: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2831: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2833: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2834: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2835: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2836: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2837: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2838: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2839: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2840: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2841: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2842: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2843: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2844: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2845: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2847: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2848: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2849: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2850: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2851: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2852: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2853: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2854: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2855: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2856: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2857: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2858: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2859: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2861: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2862: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2863: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2864: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2865: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2866: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2867: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2868: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2869: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2870: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2871: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2872: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2873: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2875: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2876: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2877: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2878: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2879: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2880: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2881: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2882: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2883: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2884: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2885: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2886: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2887: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2889: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2890: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2891: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2892: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2893: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2894: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2895: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2896: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2897: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2898: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2899: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2900: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2901: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2903: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2904: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2905: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2906: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2907: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2908: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2909: [C0301(line-too-long), ] Line too long (110/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2909: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2910: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2911: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2912: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2913: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2914: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2915: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2917: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2918: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2919: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2920: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2921: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2922: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2923: [C0301(line-too-long), ] Line too long (132/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2923: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2924: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2925: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2926: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2927: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2928: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2929: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2931: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2932: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2933: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2934: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2935: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2936: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2937: [C0301(line-too-long), ] Line too long (126/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2937: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2938: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2939: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2940: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2941: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2942: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2943: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2945: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2946: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2947: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2948: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2949: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2950: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2951: [C0301(line-too-long), ] Line too long (128/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2951: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2952: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2953: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2954: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2955: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2956: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2957: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2959: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2960: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2961: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2962: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2963: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2964: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2965: [C0301(line-too-long), ] Line too long (150/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2965: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2966: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2967: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2968: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2969: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2970: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2971: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2973: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2974: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2975: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2976: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2977: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2978: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2979: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2980: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2981: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2982: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2983: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2984: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2985: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2986: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2987: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2989: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2990: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2991: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2992: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2993: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2994: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2995: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2996: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2997: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2998: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2999: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3000: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3001: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3002: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3003: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3005: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3006: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3007: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3008: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3009: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3010: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3011: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3012: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3013: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3014: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3015: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3016: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3017: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3018: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3019: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3021: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3022: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3023: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3024: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3025: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3026: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3027: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3028: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3029: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3030: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3031: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3032: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3033: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3035: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3036: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3037: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3038: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3039: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3040: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3041: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3042: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3043: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3044: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3045: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3046: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3047: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3053: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3058: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3059: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3060: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3063: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3064: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3066: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3067: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3067: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3068: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3069: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3070: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3071: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3072: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3073: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3074: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3075: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3076: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3077: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3077: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3078: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3079: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3080: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3081: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3082: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3083: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3085: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3086: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3086: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3087: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3088: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3089: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3090: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3091: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3092: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3093: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3094: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3095: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3097: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3098: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3101: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3102: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3103: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3104: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3106: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3107: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3109: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3110: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3110: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3113: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3118: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3119: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3120: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3123: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3124: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3126: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3127: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3127: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3128: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3129: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3130: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3131: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3132: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3133: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3134: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3135: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3136: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3137: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3138: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3139: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3140: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3141: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3142: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3143: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3144: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3146: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3147: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3147: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3148: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3149: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3150: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3151: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3152: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3153: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3154: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3155: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3156: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3158: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3159: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3162: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3163: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3164: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3165: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3167: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3168: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3170: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3171: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3171: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3174: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3179: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3180: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3181: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3184: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3185: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3187: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3188: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3188: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3189: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3190: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3191: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3192: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3193: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3194: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3195: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3196: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3197: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3198: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3198: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3199: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3200: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3201: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3202: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3203: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3204: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3206: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3207: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3207: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3208: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3209: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3210: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3211: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3212: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3213: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3214: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3215: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3216: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3218: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3219: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3222: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3223: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3224: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3225: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3227: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3228: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3230: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3231: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3231: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3234: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3239: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3240: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3241: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3244: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3245: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3247: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3248: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3248: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3249: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3250: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3251: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3252: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3253: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3254: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3255: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3256: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3257: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3258: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3259: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3260: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3261: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3262: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3263: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3264: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3265: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3267: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3268: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3268: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3269: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3270: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3271: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3272: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3273: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3274: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3275: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3276: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3277: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3279: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3280: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3283: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3284: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3285: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3286: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3288: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3289: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3291: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3292: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3292: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3295: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3300: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3301: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3302: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3305: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3306: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3308: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3309: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3309: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3310: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3311: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3312: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3313: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3314: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3315: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3316: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3317: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3318: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3319: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3319: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3320: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3321: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3322: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3323: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3324: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3325: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3327: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3328: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3328: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3329: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3330: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3331: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3332: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3333: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3334: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3335: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3336: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3337: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3339: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3340: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3343: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3344: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3345: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3346: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3348: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3349: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3351: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3352: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3352: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3355: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3361: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3362: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.BOOL, 'success', None, None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3363: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3366: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3367: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3368: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3370: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3371: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3371: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3372: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3373: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3374: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3375: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3376: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3377: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3378: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3379: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3380: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3381: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3381: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3382: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3383: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3384: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3385: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3386: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3387: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3388: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3389: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3390: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3391: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3392: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3393: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3395: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3396: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3396: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3397: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3398: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3399: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3400: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3401: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3402: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3403: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3404: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3405: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3406: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3407: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3408: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3409: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3411: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3412: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3415: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3416: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3417: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3418: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3420: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3421: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3423: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3424: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3424: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3427: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3432: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3433: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3434: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableNameOrRegionName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3437: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3438: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3440: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3441: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3441: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3442: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3443: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3444: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3445: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3446: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3447: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3448: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3449: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3450: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3451: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3451: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3452: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3453: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3454: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3455: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3456: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3457: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3459: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3460: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3460: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3461: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3462: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3463: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3464: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3465: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3466: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3467: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3468: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3469: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3471: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3472: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3475: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3476: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3477: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3478: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3480: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3481: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3483: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3484: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3484: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3487: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3492: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3493: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3494: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3497: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3498: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3500: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3501: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3501: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3502: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3503: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3504: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3505: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3506: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3507: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3508: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3509: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3510: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3511: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3512: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3513: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3514: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3515: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3516: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3517: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3518: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3520: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3521: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3521: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3522: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3523: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3524: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3525: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3526: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3527: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3528: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3529: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3530: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3532: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3533: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3536: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3537: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3538: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3539: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3541: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3542: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3544: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3545: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3545: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3548: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3553: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3554: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3555: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableNameOrRegionName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3558: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3559: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3561: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3562: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3562: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3563: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3564: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3565: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3566: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3567: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3568: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3569: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3570: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3571: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3572: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3572: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3573: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3574: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3575: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3576: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3577: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3578: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3580: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3581: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3581: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3582: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3583: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3584: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3585: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3586: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3587: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3588: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3589: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3590: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3592: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3593: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3596: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3597: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3598: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3599: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3601: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3602: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3604: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3605: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3605: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3608: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3613: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3614: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3615: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3618: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3619: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3621: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3622: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3622: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3623: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3624: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3625: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3626: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3627: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3628: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3629: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3630: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3631: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3632: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3633: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3634: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3635: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3636: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3637: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3638: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3639: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3641: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3642: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3642: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3643: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3644: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3645: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3646: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3647: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3648: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3649: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3650: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3651: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3653: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3654: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3657: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3658: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3659: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3660: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3662: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3663: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3665: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3666: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3666: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3670: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3673: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3674: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3674: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3675: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3676: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3677: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3678: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3679: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3680: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3681: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3682: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3683: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3684: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3685: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3687: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3688: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3688: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3689: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3690: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3691: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3692: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3693: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3695: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3696: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3699: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3700: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3701: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3702: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3704: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3705: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3707: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3708: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3708: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3711: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3717: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3718: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRING,None), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3718: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRING,None), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3719: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3722: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3723: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3724: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3726: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3727: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3727: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3728: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3729: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3730: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3731: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3732: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3733: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3734: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3735: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3736: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3737: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3738: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3739: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3740: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3740: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3741: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3742: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3743: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3744: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3745: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3746: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3747: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3748: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3749: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3750: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3751: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3752: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3753: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3754: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3756: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3757: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3757: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3758: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3759: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3760: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3761: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3762: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3763: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3764: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3765: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3766: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3767: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3768: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3769: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3770: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3771: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3772: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3773: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3775: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3776: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3779: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3780: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3781: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3782: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3784: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3785: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3787: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3788: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3788: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3791: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3796: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3797: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3798: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3801: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3802: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3804: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3805: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3805: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3806: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3807: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3808: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3809: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3810: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3811: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3812: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3813: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3814: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3815: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3815: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3816: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3817: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3818: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3819: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3820: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3821: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3823: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3824: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3824: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3825: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3826: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3827: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3828: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3829: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3830: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3831: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3832: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3833: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3835: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3836: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3839: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3840: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3841: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3842: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3844: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3845: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3847: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3848: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3848: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3851: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3857: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3858: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.MAP, 'success', (TType.STRING,None,TType.STRUCT,(ColumnDescriptor, ColumnDescriptor.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3858: [C0301(line-too-long), ] Line too long (125/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3858: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.MAP, 'success', (TType.STRING,None,TType.STRUCT,(ColumnDescriptor, ColumnDescriptor.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3858: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.MAP, 'success', (TType.STRING,None,TType.STRUCT,(ColumnDescriptor, ColumnDescriptor.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3858: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.MAP, 'success', (TType.STRING,None,TType.STRUCT,(ColumnDescriptor, ColumnDescriptor.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3859: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3862: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3863: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3864: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3866: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3867: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3867: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3868: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3869: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3870: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3871: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3872: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3873: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3874: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3875: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3876: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3877: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3878: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3878: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3878: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype31, _vtype32, _size30 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3879: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3880: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3880: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3881: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3882: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3883: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3884: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3885: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3886: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3887: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3888: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3889: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3890: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3891: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3892: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3893: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3894: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3895: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3896: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3898: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3899: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3899: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3900: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3901: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3902: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3903: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3904: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3905: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3906: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3906: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter37,viter38 in self.success.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3907: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3908: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3909: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3910: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3911: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3912: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3913: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3914: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3915: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3916: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3918: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3919: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3922: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3923: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3924: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3925: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3927: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3928: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3930: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3931: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3931: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3934: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3939: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3940: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3941: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3944: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3945: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3947: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3948: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3948: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3949: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3950: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3951: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3952: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3953: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3954: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3955: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3956: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3957: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3958: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3958: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3959: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3960: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3961: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3962: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3963: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3964: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3966: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3967: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3967: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3968: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3969: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3970: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3971: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3972: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3973: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3974: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3975: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3976: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3978: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3979: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3982: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3983: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3984: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3985: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3987: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3988: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3990: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3991: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3991: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3994: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4000: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4001: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TRegionInfo, TRegionInfo.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4001: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TRegionInfo, TRegionInfo.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4002: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4005: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4006: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4007: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4009: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4010: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4010: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4011: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4012: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4013: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4014: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4015: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4016: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4017: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4018: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4019: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4020: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4021: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4022: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4023: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4024: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4025: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4026: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4027: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4028: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4029: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4030: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4031: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4032: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4033: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4034: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4035: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4036: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4037: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4038: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4040: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4041: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4041: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4042: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4043: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4044: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4045: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4046: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4047: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4048: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4049: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4050: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4051: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4052: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4053: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4054: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4055: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4056: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4057: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4059: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4060: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4063: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4064: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4065: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4066: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4068: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4069: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4071: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4072: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4072: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4075: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4081: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4082: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4083: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4084: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'columnFamilies', (TType.STRUCT,(ColumnDescriptor, ColumnDescriptor.thrift_spec)), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4084: [C0301(line-too-long), ] Line too long (115/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4084: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'columnFamilies', (TType.STRUCT,(ColumnDescriptor, ColumnDescriptor.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4087: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4088: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4089: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4091: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4092: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4092: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4093: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4094: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4095: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4096: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4097: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4098: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4099: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4100: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4101: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4102: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4102: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4103: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4104: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4105: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4106: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4107: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4108: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4109: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4110: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4111: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4112: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4113: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4114: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4115: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4116: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4117: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4118: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4119: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4121: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4122: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4122: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4123: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4124: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4125: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4126: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4127: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4128: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4129: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4130: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4131: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4132: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4133: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4134: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4135: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4136: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4137: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4138: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4140: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4141: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4144: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4145: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4146: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4147: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4149: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4150: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4152: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4153: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4153: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4156: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4163: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4164: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4165: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4166: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'ia', (IllegalArgument, IllegalArgument.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4167: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRUCT, 'exist', (AlreadyExists, AlreadyExists.thrift_spec), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4170: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4171: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4172: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4173: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4175: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4176: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4176: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4177: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4178: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4179: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4180: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4181: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4182: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4183: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4184: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4185: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4186: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4187: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4188: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4189: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4190: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4191: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4192: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4193: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4194: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4195: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4196: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4197: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4198: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4199: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4200: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4201: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4202: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4203: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4204: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4205: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4207: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4208: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4208: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4209: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4210: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4211: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4212: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4213: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4214: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4215: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4216: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4217: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4218: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4219: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4220: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4221: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4222: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4223: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4224: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4225: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4227: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4228: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4231: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4232: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4233: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4234: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4236: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4237: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4239: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4240: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4240: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4243: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4248: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4249: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4250: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4253: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4254: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4256: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4257: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4257: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4258: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4259: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4260: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4261: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4262: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4263: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4264: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4265: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4266: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4267: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4267: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4268: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4269: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4270: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4271: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4272: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4273: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4275: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4276: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4276: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4277: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4278: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4279: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4280: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4281: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4282: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4283: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4284: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4285: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4287: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4288: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4291: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4292: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4293: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4294: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4296: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4297: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4299: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4300: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4300: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4303: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4308: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4309: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4310: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4313: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4314: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4316: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4317: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4317: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4318: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4319: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4320: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4321: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4322: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4323: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4324: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4325: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4326: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4327: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4328: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4329: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4330: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4331: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4332: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4333: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4334: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4336: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4337: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4337: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4338: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4339: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4340: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4341: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4342: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4343: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4344: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4345: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4346: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4348: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4349: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4352: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4353: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4354: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4355: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4357: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4358: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4360: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4361: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4361: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4364: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4372: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4373: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4374: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4375: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4376: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'column', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4377: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4377: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4377: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4377: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4380: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4381: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4382: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4383: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4384: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4386: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4387: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4387: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4388: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4389: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4390: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4391: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4392: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4393: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4394: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4395: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4396: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4397: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4397: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4398: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4399: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4400: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4401: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4402: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4402: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4403: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4404: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4405: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4406: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4407: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4407: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4408: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4409: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4410: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4411: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4412: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4413: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4413: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4413: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype54, _vtype55, _size53 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4414: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4415: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4415: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4416: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4416: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4417: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4418: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4419: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4420: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4421: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4422: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4423: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4424: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4426: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4427: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4427: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4428: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4429: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4430: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4431: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4432: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4433: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4434: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4435: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4436: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4437: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4438: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4439: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4440: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4441: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4442: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4443: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4444: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4445: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4446: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4446: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter60,viter61 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4447: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4448: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4449: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4450: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4451: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4452: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4454: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4455: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4458: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4459: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4460: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4461: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4463: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4464: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4466: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4467: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4467: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4470: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4476: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4477: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TCell, TCell.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4477: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TCell, TCell.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4478: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4481: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4482: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4483: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4485: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4486: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4486: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4487: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4488: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4489: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4490: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4491: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4492: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4493: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4494: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4495: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4496: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4497: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4498: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4499: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4500: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4501: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4502: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4503: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4504: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4505: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4506: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4507: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4508: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4509: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4510: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4511: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4512: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4513: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4514: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4516: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4517: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4517: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4518: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4519: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4520: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4521: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4522: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4523: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4524: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4525: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4526: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4527: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4528: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4529: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4530: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4531: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4532: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4533: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4535: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4536: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4539: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4540: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4541: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4542: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4544: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4545: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4547: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4548: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4548: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4551: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4560: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4561: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4562: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4563: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4564: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'column', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4565: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.I32, 'numVersions', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4566: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4566: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4566: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4566: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4569: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4570: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4571: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4572: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4573: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4574: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4576: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4577: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4577: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4578: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4579: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4580: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4581: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4582: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4583: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4584: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4585: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4586: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4587: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4587: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4588: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4589: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4590: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4591: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4592: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4592: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4593: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4594: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4595: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4596: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4597: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4597: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4598: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4599: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4600: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4601: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4602: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4602: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4603: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4604: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4605: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4606: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4607: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4608: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4608: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4608: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype70, _vtype71, _size69 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4609: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4610: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4610: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4611: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4611: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4612: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4613: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4614: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4615: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4616: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4617: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4618: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4619: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4621: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4622: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4622: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4623: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4624: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4625: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4626: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4627: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4628: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4629: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4630: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4631: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4632: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4633: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4634: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4635: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4636: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4637: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4638: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4639: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4640: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4641: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4642: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4643: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4644: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4645: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4645: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter76,viter77 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4646: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4647: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4648: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4649: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4650: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4651: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4653: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4654: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4657: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4658: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4659: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4660: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4662: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4663: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4665: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4666: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4666: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4669: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4675: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4676: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TCell, TCell.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4676: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TCell, TCell.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4677: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4680: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4681: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4682: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4684: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4685: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4685: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4686: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4687: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4688: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4689: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4690: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4691: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4692: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4693: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4694: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4695: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4696: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4697: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4698: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4699: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4700: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4701: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4702: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4703: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4704: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4705: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4706: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4707: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4708: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4709: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4710: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4711: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4712: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4713: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4715: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4716: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4716: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4717: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4718: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4719: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4720: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4721: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4722: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4723: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4724: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4725: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4726: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4727: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4728: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4729: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4730: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4731: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4732: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4734: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4735: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4738: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4739: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4740: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4741: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4743: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4744: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4746: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4747: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4747: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4750: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4760: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4761: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4762: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4763: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4764: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'column', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4765: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.I64, 'timestamp', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4766: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.I32, 'numVersions', None, None, ), # 5 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4767: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (6, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 6 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4767: [C0326(bad-whitespace), ] Exactly one space required after comma (6, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 6 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4767: [C0326(bad-whitespace), ] Exactly one space required after comma (6, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 6 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4767: [C0326(bad-whitespace), ] Exactly one space required after comma (6, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 6 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4770: [C0301(line-too-long), ] Line too long (112/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4770: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4771: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4772: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4773: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4774: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4775: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4776: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4778: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4779: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4779: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4780: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4781: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4782: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4783: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4784: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4785: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4786: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4787: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4788: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4789: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4789: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4790: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4791: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4792: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4793: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4794: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4794: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4795: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4796: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4797: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4798: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4799: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4799: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4800: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4801: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4802: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4803: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4804: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4804: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4805: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4806: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4807: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4808: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4809: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4809: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4810: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4811: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4812: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4813: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4814: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4815: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4815: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4815: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype86, _vtype87, _size85 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4816: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4817: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4817: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4818: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4818: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4819: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4820: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4821: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4822: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4823: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4824: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4825: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4826: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4828: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4829: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4829: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4830: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4831: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4832: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4833: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4834: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4835: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4836: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4837: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4838: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4839: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4840: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4841: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4842: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4843: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4844: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4845: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4846: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4847: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4848: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4849: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4850: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4851: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4852: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4853: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4854: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4855: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4856: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4856: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter92,viter93 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4857: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4858: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4859: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4860: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4861: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4862: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4864: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4865: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4868: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4869: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4870: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4871: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4873: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4874: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4876: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4877: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4877: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4880: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4886: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4887: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TCell, TCell.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4887: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TCell, TCell.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4888: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4891: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4892: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4893: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4895: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4896: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4896: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4897: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4898: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4899: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4900: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4901: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4902: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4903: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4904: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4905: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4906: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4907: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4908: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4909: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4910: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4911: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4912: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4913: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4914: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4915: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4916: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4917: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4918: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4919: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4920: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4921: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4922: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4923: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4924: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4926: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4927: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4927: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4928: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4929: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4930: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4931: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4932: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4933: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4934: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4935: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4936: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4937: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4938: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4939: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4940: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4941: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4942: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4943: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4945: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4946: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4949: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4950: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4951: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4952: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4954: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4955: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4957: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4958: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4958: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4961: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4968: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4969: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4970: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4971: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4972: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4972: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4972: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4972: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4975: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4976: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4977: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4978: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4980: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4981: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4981: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4982: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4983: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4984: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4985: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4986: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4987: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4988: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4989: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4990: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4991: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4991: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4992: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4993: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4994: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4995: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4996: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4996: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4997: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4998: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4999: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5000: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5001: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5002: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5002: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5002: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype102, _vtype103, _size101 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5003: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5004: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5004: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5005: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5005: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5006: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5007: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5008: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5009: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5010: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5011: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5012: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5013: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5015: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5016: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5016: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5017: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5018: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5019: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5020: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5021: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5022: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5023: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5024: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5025: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5026: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5027: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5028: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5029: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5030: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5031: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5031: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter108,viter109 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5032: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5033: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5034: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5035: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5036: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5037: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5039: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5040: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5043: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5044: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5045: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5046: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5048: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5049: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5051: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5052: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5052: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5055: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5061: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5062: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5062: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5063: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5066: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5067: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5068: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5070: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5071: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5071: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5072: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5073: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5074: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5075: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5076: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5077: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5078: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5079: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5080: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5081: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5082: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5083: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5084: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5085: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5086: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5087: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5088: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5089: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5090: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5091: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5092: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5093: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5094: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5095: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5096: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5097: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5098: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5099: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5101: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5102: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5102: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5103: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5104: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5105: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5106: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5107: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5108: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5109: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5110: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5111: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5112: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5113: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5114: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5115: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5116: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5117: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5118: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5120: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5121: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5124: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5125: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5126: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5127: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5129: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5130: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5132: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5133: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5133: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5136: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5144: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5145: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5146: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5147: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5148: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5148: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5149: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5149: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5149: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5149: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5152: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5153: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5154: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5155: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5156: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5158: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5159: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5159: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5160: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5161: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5162: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5163: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5164: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5165: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5166: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5167: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5168: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5169: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5169: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5170: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5171: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5172: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5173: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5174: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5174: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5175: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5176: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5177: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5178: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5179: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5180: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5181: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5182: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5182: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5183: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5184: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5185: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5186: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5187: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5188: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5189: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5190: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5190: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5190: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype124, _vtype125, _size123 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5191: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5192: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5192: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5193: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5193: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5194: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5195: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5196: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5197: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5198: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5199: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5200: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5201: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5203: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5204: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5204: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5205: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5206: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5207: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5208: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5209: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5210: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5211: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5212: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5213: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5214: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5215: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5216: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5217: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5218: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5219: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5220: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5221: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5222: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5223: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5224: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5225: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5226: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5226: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter131,viter132 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5227: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5228: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5229: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5230: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5231: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5232: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5234: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5235: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5238: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5239: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5240: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5241: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5243: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5244: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5246: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5247: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5247: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5250: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5256: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5257: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5257: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5258: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5261: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5262: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5263: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5265: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5266: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5266: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5267: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5268: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5269: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5270: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5271: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5272: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5273: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5274: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5275: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5276: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5277: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5278: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5279: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5280: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5281: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5282: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5283: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5284: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5285: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5286: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5287: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5288: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5289: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5290: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5291: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5292: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5293: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5294: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5296: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5297: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5297: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5298: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5299: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5300: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5301: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5302: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5303: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5304: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5305: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5306: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5307: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5308: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5309: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5310: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5311: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5312: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5313: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5315: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5316: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5319: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5320: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5321: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5322: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5324: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5325: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5327: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5328: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5328: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5331: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5339: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5340: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5341: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5342: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5343: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.I64, 'timestamp', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5344: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5344: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5344: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5344: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5347: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5348: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5349: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5350: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5351: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5353: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5354: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5354: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5355: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5356: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5357: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5358: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5359: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5360: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5361: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5362: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5363: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5364: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5364: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5365: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5366: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5367: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5368: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5369: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5369: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5370: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5371: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5372: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5373: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5374: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5374: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5375: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5376: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5377: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5378: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5379: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5380: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5380: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5380: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype141, _vtype142, _size140 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5381: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5382: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5382: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5383: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5383: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5384: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5385: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5386: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5387: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5388: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5389: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5390: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5391: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5393: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5394: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5394: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5395: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5396: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5397: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5398: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5399: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5400: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5401: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5402: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5403: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5404: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5405: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5406: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5407: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5408: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5409: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5410: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5411: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5412: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5413: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5413: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter147,viter148 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5414: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5415: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5416: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5417: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5418: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5419: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5421: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5422: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5425: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5426: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5427: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5428: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5430: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5431: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5433: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5434: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5434: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5437: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5443: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5444: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5444: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5445: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5448: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5449: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5450: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5452: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5453: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5453: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5454: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5455: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5456: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5457: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5458: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5459: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5460: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5461: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5462: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5463: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5464: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5465: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5466: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5467: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5468: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5469: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5470: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5471: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5472: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5473: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5474: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5475: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5476: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5477: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5478: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5479: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5480: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5481: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5483: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5484: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5484: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5485: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5486: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5487: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5488: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5489: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5490: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5491: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5492: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5493: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5494: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5495: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5496: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5497: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5498: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5499: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5500: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5502: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5503: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5506: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5507: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5508: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5509: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5511: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5512: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5514: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5515: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5515: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5518: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5527: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5528: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5529: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5530: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5531: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5531: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5532: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.I64, 'timestamp', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5533: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5533: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5533: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5533: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5536: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5537: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5538: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5539: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5540: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5541: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5543: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5544: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5544: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5545: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5546: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5547: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5548: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5549: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5550: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5551: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5552: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5553: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5554: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5554: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5555: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5556: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5557: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5558: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5559: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5559: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5560: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5561: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5562: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5563: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5564: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5565: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5566: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5567: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5567: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5568: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5569: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5570: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5571: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5572: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5573: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5574: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5574: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5575: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5576: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5577: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5578: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5579: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5580: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5580: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5580: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype163, _vtype164, _size162 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5581: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5582: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5582: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5583: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5583: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5584: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5585: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5586: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5587: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5588: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5589: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5590: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5591: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5593: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5594: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5594: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5595: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5596: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5597: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5598: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5599: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5600: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5601: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5602: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5603: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5604: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5605: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5606: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5607: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5608: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5609: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5610: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5611: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5612: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5613: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5614: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5615: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5616: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5617: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5618: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5619: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5620: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5620: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter170,viter171 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5621: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5622: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5623: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5624: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5625: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5626: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5628: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5629: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5632: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5633: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5634: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5635: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5637: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5638: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5640: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5641: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5641: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5644: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5650: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5651: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5651: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5652: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5655: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5656: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5657: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5659: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5660: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5660: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5661: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5662: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5663: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5664: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5665: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5666: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5667: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5668: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5669: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5670: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5671: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5672: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5673: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5674: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5675: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5676: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5677: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5678: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5679: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5680: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5681: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5682: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5683: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5684: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5685: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5686: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5687: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5688: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5690: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5691: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5691: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5692: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5693: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5694: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5695: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5696: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5697: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5698: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5699: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5700: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5701: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5702: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5703: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5704: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5705: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5706: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5707: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5709: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5710: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5713: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5714: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5715: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5716: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5718: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5719: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5721: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5722: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5722: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5725: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5732: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5733: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5734: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5735: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'rows', (TType.STRING,None), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5735: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'rows', (TType.STRING,None), None, ), # 2 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5736: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5736: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5736: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5736: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5739: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5740: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5741: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5742: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5744: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5745: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5745: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5746: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5747: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5748: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5749: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5750: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5751: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5752: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5753: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5754: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5755: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5755: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5756: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5757: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5758: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5759: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5760: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5761: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5762: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5763: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5763: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5764: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5765: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5766: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5767: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5768: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5769: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5770: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5771: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5771: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5771: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype186, _vtype187, _size185 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5772: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5773: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5773: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5774: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5774: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5775: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5776: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5777: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5778: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5779: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5780: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5781: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5782: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5784: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5785: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5785: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5786: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5787: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5788: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5789: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5790: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5791: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5792: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5793: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5794: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5795: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5796: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5797: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5798: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5799: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5800: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5801: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5802: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5803: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5803: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter193,viter194 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5804: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5805: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5806: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5807: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5808: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5809: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5811: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5812: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5815: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5816: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5817: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5818: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5820: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5821: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5823: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5824: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5824: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5827: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5833: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5834: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5834: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5835: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5838: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5839: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5840: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5842: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5843: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5843: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5844: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5845: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5846: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5847: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5848: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5849: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5850: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5851: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5852: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5853: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5854: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5855: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5856: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5857: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5858: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5859: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5860: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5861: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5862: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5863: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5864: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5865: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5866: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5867: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5868: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5869: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5870: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5871: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5873: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5874: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5874: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5875: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5876: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5877: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5878: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5879: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5880: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5881: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5882: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5883: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5884: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5885: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5886: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5887: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5888: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5889: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5890: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5892: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5893: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5896: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5897: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5898: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5899: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5901: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5902: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5904: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5905: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5905: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5908: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5916: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5917: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5918: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5919: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'rows', (TType.STRING,None), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5919: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'rows', (TType.STRING,None), None, ), # 2 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5920: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5920: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5921: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5921: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5921: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5921: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5924: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5925: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5926: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5927: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5928: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5930: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5931: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5931: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5932: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5933: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5934: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5935: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5936: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5937: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5938: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5939: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5940: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5941: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5941: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5942: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5943: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5944: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5945: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5946: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5947: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5948: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5949: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5949: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5950: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5951: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5952: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5953: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5954: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5955: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5956: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5957: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5958: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5959: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5959: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5960: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5961: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5962: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5963: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5964: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5965: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5966: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5967: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5967: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5967: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype215, _vtype216, _size214 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5968: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5969: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5969: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5970: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5970: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5971: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5972: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5973: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5974: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5975: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5976: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5977: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5978: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5980: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5981: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5981: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5982: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5983: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5984: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5985: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5986: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5987: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5988: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5989: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5990: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5991: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5992: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5993: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5994: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5995: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5996: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5997: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5998: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5999: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6000: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6001: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6002: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6003: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6004: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6005: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6006: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6006: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter223,viter224 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6007: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6008: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6009: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6010: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6011: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6012: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6014: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6015: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6018: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6019: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6020: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6021: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6023: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6024: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6026: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6027: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6027: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6030: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6036: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6037: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6037: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6038: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6041: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6042: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6043: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6045: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6046: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6046: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6047: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6048: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6049: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6050: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6051: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6052: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6053: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6054: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6055: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6056: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6057: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6058: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6059: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6060: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6061: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6062: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6063: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6064: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6065: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6066: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6067: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6068: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6069: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6070: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6071: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6072: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6073: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6074: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6076: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6077: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6077: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6078: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6079: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6080: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6081: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6082: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6083: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6084: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6085: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6086: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6087: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6088: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6089: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6090: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6091: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6092: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6093: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6095: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6096: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6099: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6100: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6101: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6102: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6104: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6105: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6107: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6108: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6108: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6111: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6119: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6120: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6121: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6122: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'rows', (TType.STRING,None), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6122: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'rows', (TType.STRING,None), None, ), # 2 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6123: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.I64, 'timestamp', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6124: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6124: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6124: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6124: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6127: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6128: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6129: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6130: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6131: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6133: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6134: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6134: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6135: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6136: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6137: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6138: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6139: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6140: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6141: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6142: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6143: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6144: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6144: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6145: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6146: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6147: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6148: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6149: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6150: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6151: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6152: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6152: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6153: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6154: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6155: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6156: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6157: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6158: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6159: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6159: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6160: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6161: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6162: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6163: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6164: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6165: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6165: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6165: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype239, _vtype240, _size238 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6166: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6167: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6167: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6168: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6168: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6169: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6170: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6171: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6172: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6173: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6174: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6175: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6176: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6178: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6179: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6179: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6180: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6181: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6182: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6183: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6184: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6185: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6186: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6187: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6188: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6189: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6190: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6191: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6192: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6193: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6194: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6195: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6196: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6197: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6198: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6199: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6200: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6201: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6201: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter246,viter247 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6202: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6203: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6204: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6205: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6206: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6207: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6209: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6210: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6213: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6214: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6215: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6216: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6218: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6219: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6221: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6222: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6222: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6225: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6231: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6232: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6232: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6233: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6236: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6237: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6238: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6240: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6241: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6241: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6242: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6243: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6244: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6245: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6246: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6247: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6248: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6249: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6250: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6251: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6252: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6253: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6254: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6255: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6256: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6257: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6258: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6259: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6260: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6261: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6262: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6263: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6264: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6265: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6266: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6267: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6268: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6269: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6271: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6272: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6272: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6273: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6274: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6275: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6276: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6277: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6278: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6279: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6280: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6281: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6282: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6283: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6284: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6285: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6286: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6287: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6288: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6290: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6291: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6294: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6295: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6296: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6297: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6299: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6300: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6302: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6303: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6303: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6306: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6315: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6316: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6317: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6318: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'rows', (TType.STRING,None), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6318: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'rows', (TType.STRING,None), None, ), # 2 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6319: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6319: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6320: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.I64, 'timestamp', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6321: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6321: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6321: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6321: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6324: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6325: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6326: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6327: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6328: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6329: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6331: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6332: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6332: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6333: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6334: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6335: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6336: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6337: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6338: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6339: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6340: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6341: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6342: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6342: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6343: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6344: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6345: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6346: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6347: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6348: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6349: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6350: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6350: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6351: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6352: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6353: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6354: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6355: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6356: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6357: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6358: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6359: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6360: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6360: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6361: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6362: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6363: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6364: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6365: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6366: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6367: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6367: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6368: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6369: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6370: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6371: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6372: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6373: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6373: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6373: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype268, _vtype269, _size267 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6374: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6375: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6375: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6376: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6376: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6377: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6378: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6379: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6380: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6381: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6382: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6383: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6384: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6386: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6387: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6387: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6388: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6389: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6390: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6391: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6392: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6393: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6394: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6395: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6396: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6397: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6398: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6399: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6400: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6401: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6402: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6403: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6404: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6405: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6406: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6407: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6408: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6409: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6410: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6411: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6412: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6413: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6414: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6415: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6416: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6416: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter276,viter277 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6417: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6418: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6419: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6420: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6421: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6422: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6424: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6425: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6428: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6429: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6430: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6431: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6433: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6434: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6436: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6437: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6437: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6440: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6446: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6447: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6447: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6448: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6451: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6452: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6453: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6455: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6456: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6456: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6457: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6458: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6459: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6460: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6461: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6462: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6463: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6464: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6465: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6466: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6467: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6468: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6469: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6470: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6471: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6472: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6473: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6474: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6475: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6476: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6477: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6478: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6479: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6480: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6481: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6482: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6483: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6484: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6486: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6487: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6487: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6488: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6489: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6490: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6491: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6492: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6493: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6494: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6495: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6496: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6497: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6498: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6499: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6500: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6501: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6502: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6503: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6505: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6506: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6509: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6510: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6511: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6512: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6514: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6515: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6517: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6518: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6518: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6521: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6529: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6530: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6531: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6532: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6533: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.LIST, 'mutations', (TType.STRUCT,(Mutation, Mutation.thrift_spec)), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6533: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.LIST, 'mutations', (TType.STRUCT,(Mutation, Mutation.thrift_spec)), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6534: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6534: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6534: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6534: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6537: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6538: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6539: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6540: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6541: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6543: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6544: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6544: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6545: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6546: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6547: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6548: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6549: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6550: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6551: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6552: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6553: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6554: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6554: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6555: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6556: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6557: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6558: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6559: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6559: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6560: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6561: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6562: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6563: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6564: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6565: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6566: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6567: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6568: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6569: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6570: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6571: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6572: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6573: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6574: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6575: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6576: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6576: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6576: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype292, _vtype293, _size291 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6577: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6578: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6578: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6579: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6579: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6580: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6581: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6582: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6583: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6584: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6585: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6586: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6587: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6589: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6590: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6590: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6591: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6592: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6593: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6594: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6595: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6596: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6597: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6598: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6599: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6600: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6601: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6602: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6603: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6604: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6605: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6606: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6607: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6608: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6609: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6610: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6611: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6612: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6612: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter299,viter300 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6613: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6614: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6615: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6616: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6617: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6618: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6620: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6621: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6624: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6625: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6626: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6627: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6629: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6630: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6632: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6633: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6633: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6636: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6642: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6643: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6644: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6645: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'ia', (IllegalArgument, IllegalArgument.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6648: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6649: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6650: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6652: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6653: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6653: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6654: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6655: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6656: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6657: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6658: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6659: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6660: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6661: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6662: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6663: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6664: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6665: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6666: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6667: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6668: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6669: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6670: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6671: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6672: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6673: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6674: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6675: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6676: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6678: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6679: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6679: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6680: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6681: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6682: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6683: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6684: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6685: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6686: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6687: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6688: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6689: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6690: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6691: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6692: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6694: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6695: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6698: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6699: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6700: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6701: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6703: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6704: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6706: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6707: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6707: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6710: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6719: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6720: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6721: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6722: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6723: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.LIST, 'mutations', (TType.STRUCT,(Mutation, Mutation.thrift_spec)), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6723: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.LIST, 'mutations', (TType.STRUCT,(Mutation, Mutation.thrift_spec)), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6724: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.I64, 'timestamp', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6725: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6725: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6725: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6725: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6728: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6729: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6730: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6731: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6732: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6733: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6735: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6736: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6736: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6737: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6738: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6739: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6740: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6741: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6742: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6743: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6744: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6745: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6746: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6746: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6747: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6748: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6749: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6750: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6751: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6751: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6752: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6753: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6754: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6755: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6756: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6757: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6758: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6759: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6760: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6761: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6762: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6763: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6764: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6765: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6766: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6767: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6767: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6768: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6769: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6770: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6771: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6772: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6773: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6773: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6773: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype308, _vtype309, _size307 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6774: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6775: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6775: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6776: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6776: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6777: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6778: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6779: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6780: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6781: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6782: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6783: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6784: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6786: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6787: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6787: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6788: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6789: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6790: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6791: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6792: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6793: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6794: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6795: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6796: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6797: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6798: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6799: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6800: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6801: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6802: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6803: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6804: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6805: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6806: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6807: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6808: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6809: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6810: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6811: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6812: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6813: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6813: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter315,viter316 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6814: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6815: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6816: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6817: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6818: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6819: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6821: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6822: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6825: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6826: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6827: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6828: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6830: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6831: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6833: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6834: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6834: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6837: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6843: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6844: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6845: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6846: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'ia', (IllegalArgument, IllegalArgument.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6849: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6850: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6851: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6853: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6854: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6854: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6855: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6856: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6857: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6858: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6859: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6860: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6861: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6862: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6863: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6864: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6865: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6866: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6867: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6868: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6869: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6870: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6871: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6872: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6873: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6874: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6875: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6876: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6877: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6879: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6880: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6880: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6881: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6882: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6883: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6884: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6885: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6886: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6887: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6888: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6889: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6890: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6891: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6892: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6893: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6895: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6896: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6899: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6900: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6901: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6902: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6904: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6905: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6907: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6908: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6908: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6911: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6918: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6919: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6920: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6921: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'rowBatches', (TType.STRUCT,(BatchMutation, BatchMutation.thrift_spec)), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6921: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6921: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'rowBatches', (TType.STRUCT,(BatchMutation, BatchMutation.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6922: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6922: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6922: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6922: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6925: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6926: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6927: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6928: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6930: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6931: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6931: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6932: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6933: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6934: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6935: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6936: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6937: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6938: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6939: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6940: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6941: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6941: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6942: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6943: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6944: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6945: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6946: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6947: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6948: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6949: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6950: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6951: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6952: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6953: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6954: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6955: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6956: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6957: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6958: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6958: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6958: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype324, _vtype325, _size323 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6959: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6960: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6960: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6961: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6961: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6962: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6963: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6964: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6965: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6966: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6967: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6968: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6969: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6971: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6972: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6972: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6973: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6974: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6975: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6976: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6977: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6978: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6979: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6980: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6981: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6982: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6983: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6984: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6985: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6986: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6987: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6988: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6989: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6990: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6990: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter331,viter332 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6991: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6992: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6993: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6994: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6995: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6996: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6998: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6999: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7002: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7003: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7004: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7005: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7007: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7008: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7010: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7011: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7011: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7014: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7020: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7021: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7022: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7023: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'ia', (IllegalArgument, IllegalArgument.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7026: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7027: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7028: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7030: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7031: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7031: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7032: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7033: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7034: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7035: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7036: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7037: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7038: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7039: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7040: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7041: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7042: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7043: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7044: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7045: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7046: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7047: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7048: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7049: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7050: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7051: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7052: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7053: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7054: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7056: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7057: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7057: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7058: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7059: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7060: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7061: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7062: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7063: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7064: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7065: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7066: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7067: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7068: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7069: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7070: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7072: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7073: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7076: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7077: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7078: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7079: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7081: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7082: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7084: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7085: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7085: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7088: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7096: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7097: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7098: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7099: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'rowBatches', (TType.STRUCT,(BatchMutation, BatchMutation.thrift_spec)), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7099: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7099: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'rowBatches', (TType.STRUCT,(BatchMutation, BatchMutation.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7100: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.I64, 'timestamp', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7101: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7101: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7101: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7101: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7104: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7105: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7106: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7107: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7108: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7110: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7111: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7111: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7112: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7113: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7114: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7115: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7116: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7117: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7118: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7119: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7120: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7121: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7121: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7122: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7123: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7124: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7125: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7126: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7127: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7128: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7129: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7130: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7131: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7132: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7133: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7134: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7135: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7136: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7137: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7137: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7138: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7139: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7140: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7141: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7142: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7143: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7143: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7143: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype340, _vtype341, _size339 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7144: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7145: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7145: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7146: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7146: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7147: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7148: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7149: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7150: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7151: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7152: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7153: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7154: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7156: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7157: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7157: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7158: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7159: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7160: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7161: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7162: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7163: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7164: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7165: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7166: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7167: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7168: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7169: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7170: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7171: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7172: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7173: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7174: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7175: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7176: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7177: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7178: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7179: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7179: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter347,viter348 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7180: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7181: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7182: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7183: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7184: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7185: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7187: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7188: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7191: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7192: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7193: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7194: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7196: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7197: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7199: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7200: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7200: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7203: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7209: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7210: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7211: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7212: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'ia', (IllegalArgument, IllegalArgument.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7215: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7216: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7217: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7219: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7220: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7220: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7221: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7222: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7223: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7224: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7225: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7226: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7227: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7228: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7229: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7230: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7231: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7232: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7233: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7234: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7235: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7236: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7237: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7238: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7239: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7240: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7241: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7242: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7243: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7245: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7246: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7246: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7247: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7248: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7249: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7250: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7251: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7252: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7253: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7254: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7255: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7256: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7257: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7258: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7259: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7261: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7262: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7265: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7266: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7267: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7268: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7270: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7271: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7273: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7274: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7274: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7277: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7285: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7286: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7287: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7288: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7289: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'column', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7290: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.I64, 'value', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7293: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7294: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7295: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7296: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7297: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7299: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7300: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7300: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7301: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7302: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7303: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7304: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7305: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7306: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7307: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7308: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7309: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7310: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7310: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7311: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7312: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7313: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7314: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7315: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7315: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7316: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7317: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7318: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7319: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7320: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7320: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7321: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7322: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7323: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7324: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7325: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7325: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7326: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7327: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7328: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7329: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7330: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7331: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7333: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7334: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7334: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7335: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7336: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7337: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7338: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7339: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7340: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7341: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7342: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7343: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7344: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7345: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7346: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7347: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7348: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7349: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7350: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7351: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7352: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7353: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7354: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7355: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7357: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7358: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7361: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7362: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7363: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7364: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7366: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7367: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7369: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7370: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7370: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7373: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7380: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7381: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.I64, 'success', None, None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7382: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7383: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'ia', (IllegalArgument, IllegalArgument.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7386: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7387: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7388: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7389: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7391: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7392: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7392: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7393: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7394: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7395: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7396: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7397: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7398: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7399: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7400: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7401: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7402: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7402: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7403: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7404: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7405: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7406: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7407: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7408: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7409: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7410: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7411: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7412: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7413: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7414: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7415: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7416: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7417: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7418: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7419: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7420: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7422: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7423: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7423: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7424: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7425: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7426: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7427: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7428: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7429: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7430: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7431: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7432: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7433: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7434: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7435: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7436: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7437: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7438: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7439: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7440: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7442: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7443: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7446: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7447: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7448: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7449: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7451: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7452: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7454: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7455: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7455: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7458: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7466: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7467: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7468: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7469: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7470: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'column', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7471: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7471: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7471: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7471: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7474: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7475: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7476: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7477: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7478: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7480: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7481: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7481: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7482: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7483: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7484: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7485: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7486: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7487: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7488: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7489: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7490: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7491: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7491: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7492: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7493: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7494: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7495: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7496: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7496: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7497: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7498: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7499: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7500: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7501: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7501: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7502: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7503: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7504: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7505: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7506: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7507: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7507: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7507: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype350, _vtype351, _size349 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7508: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7509: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7509: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7510: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7510: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7511: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7512: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7513: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7514: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7515: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7516: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7517: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7518: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7520: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7521: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7521: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7522: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7523: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7524: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7525: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7526: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7527: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7528: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7529: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7530: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7531: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7532: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7533: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7534: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7535: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7536: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7537: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7538: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7539: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7540: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7540: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter356,viter357 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7541: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7542: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7543: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7544: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7545: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7546: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7548: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7549: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7552: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7553: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7554: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7555: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7557: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7558: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7560: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7561: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7561: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7564: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7569: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7570: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7571: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7574: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7575: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7577: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7578: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7578: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7579: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7580: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7581: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7582: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7583: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7584: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7585: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7586: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7587: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7588: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7589: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7590: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7591: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7592: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7593: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7594: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7595: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7597: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7598: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7598: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7599: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7600: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7601: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7602: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7603: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7604: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7605: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7606: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7607: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7609: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7610: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7613: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7614: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7615: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7616: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7618: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7619: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7621: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7622: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7622: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7625: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7634: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7635: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7636: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7637: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7638: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'column', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7639: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.I64, 'timestamp', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7640: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7640: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7640: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7640: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7643: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7644: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7645: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7646: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7647: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7648: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7650: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7651: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7651: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7652: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7653: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7654: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7655: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7656: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7657: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7658: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7659: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7660: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7661: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7661: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7662: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7663: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7664: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7665: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7666: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7666: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7667: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7668: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7669: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7670: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7671: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7671: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7672: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7673: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7674: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7675: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7676: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7676: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7677: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7678: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7679: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7680: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7681: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7682: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7682: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7682: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype359, _vtype360, _size358 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7683: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7684: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7684: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7685: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7685: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7686: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7687: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7688: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7689: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7690: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7691: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7692: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7693: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7695: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7696: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7696: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7697: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7698: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7699: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7700: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7701: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7702: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7703: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7704: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7705: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7706: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7707: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7708: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7709: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7710: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7711: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7712: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7713: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7714: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7715: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7716: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7717: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7718: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7719: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7719: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter365,viter366 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7720: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7721: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7722: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7723: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7724: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7725: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7727: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7728: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7731: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7732: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7733: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7734: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7736: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7737: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7739: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7740: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7740: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7743: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7748: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7749: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7750: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7753: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7754: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7756: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7757: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7757: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7758: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7759: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7760: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7761: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7762: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7763: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7764: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7765: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7766: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7767: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7768: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7769: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7770: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7771: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7772: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7773: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7774: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7776: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7777: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7777: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7778: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7779: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7780: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7781: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7782: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7783: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7784: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7785: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7786: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7788: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7789: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7792: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7793: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7794: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7795: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7797: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7798: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7800: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7801: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7801: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7804: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7811: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7812: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7813: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7814: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7815: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7815: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7815: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7815: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7818: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7819: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7820: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7821: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7823: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7824: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7824: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7825: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7826: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7827: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7828: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7829: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7830: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7831: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7832: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7833: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7834: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7834: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7835: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7836: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7837: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7838: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7839: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7839: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7840: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7841: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7842: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7843: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7844: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7845: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7845: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7845: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype368, _vtype369, _size367 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7846: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7847: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7847: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7848: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7848: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7849: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7850: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7851: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7852: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7853: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7854: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7855: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7856: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7858: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7859: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7859: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7860: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7861: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7862: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7863: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7864: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7865: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7866: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7867: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7868: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7869: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7870: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7871: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7872: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7873: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7874: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7874: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter374,viter375 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7875: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7876: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7877: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7878: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7879: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7880: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7882: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7883: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7886: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7887: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7888: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7889: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7891: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7892: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7894: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7895: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7895: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7898: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7903: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7904: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7905: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7908: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7909: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7911: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7912: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7912: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7913: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7914: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7915: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7916: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7917: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7918: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7919: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7920: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7921: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7922: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7923: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7924: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7925: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7926: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7927: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7928: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7929: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7931: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7932: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7932: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7933: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7934: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7935: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7936: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7937: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7938: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7939: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7940: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7941: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7943: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7944: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7947: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7948: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7949: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7950: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7952: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7953: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7955: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7956: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7956: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7959: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7964: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7965: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7966: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'increment', (TIncrement, TIncrement.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7969: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7970: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7972: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7973: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7973: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7974: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7975: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7976: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7977: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7978: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7979: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7980: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7981: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7982: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7983: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7984: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7985: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7986: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7987: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7988: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7989: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7990: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7992: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7993: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7993: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7994: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7995: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7996: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7997: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7998: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7999: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8000: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8001: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8002: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8004: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8005: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8008: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8009: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8010: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8011: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8013: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8014: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8016: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8017: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8017: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8020: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8025: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8026: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8027: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8030: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8031: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8033: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8034: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8034: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8035: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8036: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8037: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8038: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8039: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8040: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8041: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8042: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8043: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8044: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8045: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8046: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8047: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8048: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8049: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8050: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8051: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8053: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8054: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8054: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8055: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8056: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8057: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8058: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8059: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8060: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8061: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8062: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8063: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8065: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8066: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8069: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8070: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8071: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8072: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8074: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8075: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8077: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8078: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8078: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8081: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8086: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8087: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8088: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.LIST, 'increments', (TType.STRUCT,(TIncrement, TIncrement.thrift_spec)), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8088: [C0326(bad-whitespace), ] Exactly one space required after comma (1, TType.LIST, 'increments', (TType.STRUCT,(TIncrement, TIncrement.thrift_spec)), None, ), # 1 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8091: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8092: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8094: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8095: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8095: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8096: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8097: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8098: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8099: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8100: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8101: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8102: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8103: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8104: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8105: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8106: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8107: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8108: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8109: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8110: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8111: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8112: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8113: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8114: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8115: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8116: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8117: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8119: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8120: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8120: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8121: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8122: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8123: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8124: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8125: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8126: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8127: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8128: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8129: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8130: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8131: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8132: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8134: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8135: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8138: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8139: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8140: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8141: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8143: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8144: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8146: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8147: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8147: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8150: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8155: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8156: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8157: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8160: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8161: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8163: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8164: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8164: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8165: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8166: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8167: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8168: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8169: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8170: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8171: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8172: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8173: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8174: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8175: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8176: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8177: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8178: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8179: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8180: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8181: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8183: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8184: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8184: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8185: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8186: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8187: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8188: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8189: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8190: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8191: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8192: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8193: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8195: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8196: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8199: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8200: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8201: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8202: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8204: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8205: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8207: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8208: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8208: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8211: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8219: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8220: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8221: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8222: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8223: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.I64, 'timestamp', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8224: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8224: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8224: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8224: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8227: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8228: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8229: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8230: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8231: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8233: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8234: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8234: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8235: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8236: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8237: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8238: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8239: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8240: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8241: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8242: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8243: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8244: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8244: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8245: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8246: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8247: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8248: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8249: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8249: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8250: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8251: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8252: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8253: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8254: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8254: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8255: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8256: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8257: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8258: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8259: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8260: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8260: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8260: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype384, _vtype385, _size383 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8261: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8262: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8262: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8263: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8263: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8264: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8265: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8266: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8267: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8268: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8269: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8270: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8271: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8273: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8274: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8274: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8275: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8276: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8277: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8278: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8279: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8280: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8281: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8282: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8283: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8284: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8285: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8286: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8287: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8288: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8289: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8290: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8291: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8292: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8293: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8293: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter390,viter391 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8294: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8295: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8296: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8297: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8298: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8299: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8301: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8302: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8305: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8306: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8307: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8308: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8310: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8311: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8313: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8314: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8314: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8317: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8322: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8323: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8324: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8327: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8328: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8330: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8331: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8331: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8332: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8333: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8334: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8335: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8336: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8337: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8338: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8339: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8340: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8341: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8342: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8343: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8344: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8345: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8346: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8347: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8348: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8350: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8351: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8351: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8352: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8353: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8354: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8355: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8356: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8357: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8358: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8359: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8360: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8362: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8363: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8366: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8367: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8368: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8369: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8371: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8372: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8374: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8375: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8375: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8378: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8385: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8386: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8387: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8388: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'scan', (TScan, TScan.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8389: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8389: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8389: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8389: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8392: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8393: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8394: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8395: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8397: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8398: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8398: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8399: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8400: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8401: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8402: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8403: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8404: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8405: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8406: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8407: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8408: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8408: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8409: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8410: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8411: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8412: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8413: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8414: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8415: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8416: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8417: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8418: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8419: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8420: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8420: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8420: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype393, _vtype394, _size392 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8421: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8422: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8422: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8423: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8423: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8424: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8425: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8426: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8427: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8428: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8429: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8430: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8431: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8433: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8434: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8434: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8435: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8436: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8437: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8438: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8439: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8440: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8441: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8442: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8443: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8444: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8445: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8446: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8447: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8448: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8449: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8449: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter399,viter400 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8450: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8451: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8452: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8453: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8454: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8455: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8457: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8458: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8461: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8462: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8463: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8464: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8466: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8467: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8469: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8470: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8470: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8473: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8479: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8480: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.I32, 'success', None, None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8481: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8484: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8485: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8486: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8488: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8489: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8489: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8490: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8491: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8492: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8493: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8494: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8495: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8496: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8497: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8498: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8499: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8499: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8500: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8501: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8502: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8503: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8504: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8505: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8506: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8507: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8508: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8509: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8510: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8511: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8513: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8514: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8514: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8515: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8516: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8517: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8518: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8519: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8520: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8521: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8522: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8523: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8524: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8525: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8526: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8527: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8529: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8530: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8533: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8534: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8535: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8536: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8538: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8539: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8541: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8542: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8542: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8545: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8556: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8557: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8558: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8559: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'startRow', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8560: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8560: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8561: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8561: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8561: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8561: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8564: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8565: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8566: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8567: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8568: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8570: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8571: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8571: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8572: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8573: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8574: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8575: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8576: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8577: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8578: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8579: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8580: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8581: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8581: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8582: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8583: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8584: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8585: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8586: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8586: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8587: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8588: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8589: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8590: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8591: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8592: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8593: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8594: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8594: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8595: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8596: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8597: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8598: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8599: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8600: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8601: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8602: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8602: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8602: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype408, _vtype409, _size407 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8603: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8604: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8604: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8605: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8605: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8606: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8607: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8608: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8609: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8610: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8611: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8612: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8613: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8615: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8616: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8616: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8617: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8618: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8619: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8620: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8621: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8622: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8623: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8624: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8625: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8626: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8627: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8628: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8629: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8630: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8631: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8632: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8633: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8634: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8635: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8636: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8637: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8638: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8638: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter415,viter416 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8639: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8640: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8641: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8642: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8643: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8644: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8646: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8647: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8650: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8651: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8652: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8653: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8655: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8656: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8658: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8659: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8659: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8662: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8668: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8669: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.I32, 'success', None, None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8670: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8673: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8674: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8675: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8677: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8678: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8678: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8679: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8680: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8681: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8682: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8683: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8684: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8685: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8686: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8687: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8688: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8688: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8689: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8690: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8691: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8692: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8693: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8694: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8695: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8696: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8697: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8698: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8699: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8700: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8702: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8703: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8703: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8704: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8705: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8706: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8707: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8708: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8709: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8710: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8711: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8712: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8713: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8714: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8715: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8716: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8718: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8719: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8722: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8723: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8724: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8725: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8727: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8728: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8730: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8731: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8731: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8734: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8747: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8748: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8749: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8750: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'startRow', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8751: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'stopRow', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8752: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.LIST, 'columns', (TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8752: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.LIST, 'columns', (TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8753: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8753: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8753: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8753: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8756: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8757: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8758: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8759: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8760: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8761: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8763: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8764: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8764: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8765: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8766: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8767: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8768: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8769: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8770: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8771: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8772: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8773: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8774: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8774: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8775: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8776: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8777: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8778: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8779: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8779: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8780: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8781: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8782: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8783: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8784: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8784: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8785: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8786: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8787: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8788: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8789: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8790: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8791: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8792: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8792: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8793: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8794: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8795: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8796: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8797: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8798: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8799: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8800: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8800: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8800: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype424, _vtype425, _size423 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8801: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8802: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8802: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8803: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8803: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8804: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8805: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8806: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8807: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8808: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8809: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8810: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8811: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8813: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8814: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8814: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8815: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8816: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8817: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8818: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8819: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8820: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8821: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8822: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8823: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8824: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8825: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8826: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8827: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8828: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8829: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8830: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8831: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8832: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8833: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8834: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8835: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8836: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8837: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8838: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8839: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8840: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8840: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter431,viter432 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8841: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8842: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8843: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8844: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8845: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8846: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8848: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8849: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8852: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8853: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8854: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8855: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8857: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8858: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8860: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8861: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8861: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8864: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8870: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8871: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.I32, 'success', None, None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8872: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8875: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8876: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8877: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8879: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8880: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8880: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8881: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8882: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8883: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8884: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8885: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8886: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8887: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8888: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8889: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8890: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8890: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8891: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8892: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8893: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8894: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8895: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8896: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8897: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8898: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8899: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8900: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8901: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8902: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8904: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8905: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8905: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8906: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8907: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8908: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8909: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8910: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8911: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8912: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8913: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8914: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8915: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8916: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8917: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8918: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8920: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8921: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8924: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8925: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8926: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8927: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8929: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8930: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8932: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8933: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8933: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8936: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8944: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8945: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8946: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8947: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'startAndPrefix', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8948: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8948: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8949: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8949: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8949: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8949: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8952: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8953: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8954: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8955: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8956: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8958: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8959: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8959: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8960: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8961: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8962: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8963: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8964: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8965: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8966: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8967: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8968: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8969: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8969: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8970: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8971: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8972: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8973: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8974: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8974: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8975: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8976: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8977: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8978: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8979: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8980: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8981: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8982: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8982: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8983: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8984: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8985: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8986: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8987: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8988: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8989: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8990: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8990: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8990: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype440, _vtype441, _size439 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8991: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8992: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8992: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8993: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8993: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8994: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8995: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8996: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8997: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8998: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8999: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9000: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9001: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9003: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9004: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9004: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9005: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9006: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9007: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9008: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9009: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9010: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9011: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9012: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9013: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9014: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9015: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9016: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9017: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9018: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9019: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9020: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9021: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9022: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9023: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9024: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9025: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9026: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9026: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter447,viter448 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9027: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9028: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9029: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9030: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9031: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9032: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9034: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9035: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9038: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9039: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9040: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9041: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9043: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9044: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9046: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9047: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9047: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9050: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9056: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9057: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.I32, 'success', None, None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9058: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9061: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9062: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9063: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9065: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9066: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9066: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9067: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9068: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9069: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9070: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9071: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9072: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9073: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9074: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9075: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9076: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9076: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9077: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9078: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9079: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9080: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9081: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9082: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9083: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9084: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9085: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9086: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9087: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9088: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9090: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9091: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9091: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9092: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9093: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9094: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9095: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9096: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9097: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9098: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9099: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9100: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9101: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9102: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9103: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9104: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9106: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9107: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9110: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9111: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9112: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9113: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9115: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9116: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9118: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9119: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9119: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9122: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9134: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9135: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9136: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9137: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'startRow', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9138: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9138: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.LIST, 'columns', (TType.STRING,None), None, ), # 3 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9139: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.I64, 'timestamp', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9140: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9140: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9140: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9140: [C0326(bad-whitespace), ] Exactly one space required after comma (5, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 5 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9143: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9144: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9145: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9146: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9147: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9148: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9150: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9151: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9151: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9152: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9153: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9154: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9155: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9156: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9157: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9158: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9159: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9160: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9161: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9161: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9162: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9163: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9164: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9165: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9166: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9166: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9167: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9168: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9169: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9170: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9171: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9172: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9173: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9174: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9174: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9175: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9176: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9177: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9178: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9179: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9180: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9181: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9181: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9182: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9183: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9184: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9185: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9186: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9187: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9187: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9187: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype456, _vtype457, _size455 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9188: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9189: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9189: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9190: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9190: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9191: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9192: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9193: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9194: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9195: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9196: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9197: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9198: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9200: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9201: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9201: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9202: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9203: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9204: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9205: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9206: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9207: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9208: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9209: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9210: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9211: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9212: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9213: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9214: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9215: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9216: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9217: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9218: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9219: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9220: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9221: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9222: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9223: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9224: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9225: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9226: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9227: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9227: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter463,viter464 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9228: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9229: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9230: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9231: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9232: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9233: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9235: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9236: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9239: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9240: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9241: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9242: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9244: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9245: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9247: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9248: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9248: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9251: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9257: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9258: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.I32, 'success', None, None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9259: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9262: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9263: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9264: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9266: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9267: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9267: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9268: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9269: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9270: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9271: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9272: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9273: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9274: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9275: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9276: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9277: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9277: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9278: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9279: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9280: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9281: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9282: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9283: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9284: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9285: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9286: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9287: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9288: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9289: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9291: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9292: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9292: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9293: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9294: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9295: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9296: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9297: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9298: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9299: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9300: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9301: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9302: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9303: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9304: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9305: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9307: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9308: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9311: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9312: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9313: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9314: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9316: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9317: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9319: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9320: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9320: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9323: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9337: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9338: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9339: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9340: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'startRow', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9341: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'stopRow', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9342: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.LIST, 'columns', (TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9342: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.LIST, 'columns', (TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9343: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.I64, 'timestamp', None, None, ), # 5 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9344: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (6, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 6 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9344: [C0326(bad-whitespace), ] Exactly one space required after comma (6, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 6 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9344: [C0326(bad-whitespace), ] Exactly one space required after comma (6, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 6 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9344: [C0326(bad-whitespace), ] Exactly one space required after comma (6, TType.MAP, 'attributes', (TType.STRING,None,TType.STRING,None), None, ), # 6 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9347: [C0301(line-too-long), ] Line too long (114/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9347: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9348: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9349: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9350: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9351: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9352: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9353: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9355: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9356: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9356: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9357: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9358: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9359: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9360: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9361: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9362: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9363: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9364: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9365: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9366: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9366: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9367: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9368: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9369: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9370: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9371: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9371: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9372: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9373: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9374: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9375: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9376: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9376: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9377: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9378: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9379: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9380: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9381: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9382: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9383: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9384: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9384: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9385: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9386: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9387: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9388: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9389: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9390: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9391: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9391: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9392: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9393: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9394: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9395: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9396: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9397: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9397: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9397: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype472, _vtype473, _size471 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9398: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9399: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9399: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9400: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9400: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9401: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9402: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9403: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9404: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9405: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9406: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9407: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9408: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9410: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9411: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9411: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9412: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9413: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9414: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9415: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9416: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9417: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9418: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9419: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9420: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9421: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9422: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9423: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9424: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9425: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9426: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9427: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9428: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9429: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9430: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9431: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9432: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9433: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9434: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9435: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9436: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9437: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9438: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9439: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9440: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9441: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9441: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter479,viter480 in self.attributes.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9442: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9443: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9444: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9445: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9446: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9447: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9449: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9450: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9453: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9454: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9455: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9456: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9458: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9459: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9461: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9462: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9462: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9465: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9471: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9472: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.I32, 'success', None, None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9473: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9476: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9477: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9478: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9480: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9481: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9481: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9482: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9483: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9484: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9485: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9486: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9487: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9488: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9489: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9490: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9491: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9491: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9492: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9493: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9494: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9495: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9496: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9497: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9498: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9499: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9500: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9501: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9502: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9503: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9505: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9506: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9506: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9507: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9508: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9509: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9510: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9511: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9512: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9513: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9514: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9515: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9516: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9517: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9518: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9519: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9521: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9522: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9525: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9526: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9527: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9528: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9530: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9531: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9533: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9534: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9534: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9537: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9542: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9543: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9544: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.I32, 'id', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9547: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9548: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9550: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9551: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9551: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9552: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9553: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9554: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9555: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9556: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9557: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9558: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9559: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9560: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9561: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9561: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9562: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9563: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9564: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9565: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9566: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9567: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9569: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9570: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9570: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9571: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9572: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9573: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9574: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9575: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9576: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9577: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9578: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9579: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9581: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9582: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9585: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9586: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9587: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9588: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9590: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9591: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9593: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9594: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9594: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9597: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9604: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9605: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9605: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9606: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9607: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'ia', (IllegalArgument, IllegalArgument.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9610: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9611: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9612: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9613: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9615: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9616: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9616: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9617: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9618: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9619: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9620: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9621: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9622: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9623: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9624: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9625: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9626: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9627: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9628: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9629: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9630: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9631: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9632: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9633: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9634: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9635: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9636: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9637: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9638: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9639: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9640: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9641: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9642: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9643: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9644: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9645: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9646: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9647: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9648: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9649: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9650: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9652: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9653: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9653: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9654: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9655: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9656: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9657: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9658: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9659: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9660: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9661: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9662: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9663: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9664: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9665: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9666: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9667: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9668: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9669: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9670: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9671: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9672: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9673: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9675: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9676: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9679: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9680: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9681: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9682: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9684: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9685: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9687: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9688: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9688: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9691: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9697: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9698: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9699: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.I32, 'id', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9700: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.I32, 'nbRows', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9703: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9704: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9705: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9707: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9708: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9708: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9709: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9710: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9711: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9712: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9713: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9714: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9715: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9716: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9717: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9718: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9718: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9719: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9720: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9721: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9722: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9723: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9723: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9724: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9725: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9726: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9727: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9728: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9729: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9731: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9732: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9732: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9733: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9734: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9735: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9736: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9737: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9738: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9739: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9740: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9741: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9742: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9743: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9744: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9745: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9747: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9748: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9751: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9752: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9753: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9754: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9756: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9757: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9759: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9760: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9760: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9763: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9770: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9771: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9771: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TRowResult, TRowResult.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9772: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9773: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'ia', (IllegalArgument, IllegalArgument.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9776: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9777: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9778: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9779: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9781: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9782: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9782: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9783: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9784: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9785: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9786: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9787: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9788: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9789: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9790: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9791: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9792: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9793: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9794: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9795: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9796: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9797: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9798: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9799: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9800: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9801: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9802: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9803: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9804: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9805: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9806: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9807: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9808: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9809: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9810: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9811: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9812: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9813: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9814: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9815: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9816: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9818: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9819: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9819: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9820: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9821: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9822: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9823: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9824: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9825: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9826: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9827: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9828: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9829: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9830: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9831: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9832: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9833: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9834: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9835: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9836: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9837: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9838: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9839: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9841: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9842: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9845: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9846: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9847: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9848: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9850: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9851: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9853: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9854: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9854: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9857: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9862: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9863: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9864: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.I32, 'id', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9867: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9868: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9870: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9871: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9871: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9872: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9873: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9874: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9875: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9876: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9877: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9878: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9879: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9880: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9881: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9881: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9882: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9883: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9884: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9885: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9886: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9887: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9889: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9890: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9890: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9891: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9892: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9893: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9894: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9895: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9896: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9897: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9898: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9899: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9901: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9902: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9905: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9906: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9907: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9908: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9910: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9911: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9913: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9914: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9914: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9917: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9923: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9924: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9925: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9926: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'ia', (IllegalArgument, IllegalArgument.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9929: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9930: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9931: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9933: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9934: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9934: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9935: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9936: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9937: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9938: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9939: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9940: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9941: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9942: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9943: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9944: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9945: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9946: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9947: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9948: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9949: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9950: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9951: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9952: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9953: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9954: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9955: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9956: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9957: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9959: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9960: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9960: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9961: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9962: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9963: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9964: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9965: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9966: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9967: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9968: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9969: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9970: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9971: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9972: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9973: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9975: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9976: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9979: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9980: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9981: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9982: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9984: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9985: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9987: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9988: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9988: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9991: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9998: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9999: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10000: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'tableName', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10001: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10002: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'family', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10005: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10006: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10007: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10008: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10010: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10011: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10011: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10012: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10013: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10014: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10015: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10016: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10017: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10018: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10019: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10020: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10021: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10021: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10022: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10023: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10024: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10025: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10026: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10026: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10027: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10028: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10029: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10030: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10031: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10031: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10032: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10033: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10034: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10035: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10036: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10037: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10039: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10040: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10040: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10041: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10042: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10043: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10044: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10045: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10046: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10047: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10048: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10049: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10050: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10051: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10052: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10053: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10054: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10055: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10056: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10057: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10059: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10060: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10063: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10064: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10065: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10066: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10068: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10069: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10071: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10072: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10072: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10075: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10081: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10082: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TCell, TCell.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10082: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TCell, TCell.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10083: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10086: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10087: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10088: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10090: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10091: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10091: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10092: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10093: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10094: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10095: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10096: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10097: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10098: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10099: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10100: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10101: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10102: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10103: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10104: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10105: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10106: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10107: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10108: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10109: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10110: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10111: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10112: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10113: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10114: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10115: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10116: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10117: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10118: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10119: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10121: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10122: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10122: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10123: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10124: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10125: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10126: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10127: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10128: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10129: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10130: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10131: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10132: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10133: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10134: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10135: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10136: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10137: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10138: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10140: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10141: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10144: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10145: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10146: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10147: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10149: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10150: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10152: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10153: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10153: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10156: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10161: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10162: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10163: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'row', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10166: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10167: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10169: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10170: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10170: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10171: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10172: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10173: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10174: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10175: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10176: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10177: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10178: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10179: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10180: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10180: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10181: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10182: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10183: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10184: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10185: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10186: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10188: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10189: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10189: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10190: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10191: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10192: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10193: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10194: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10195: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10196: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10197: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10198: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10200: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10201: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10204: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10205: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10206: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10207: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10209: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10210: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10212: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10213: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10213: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10216: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10222: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10223: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.STRUCT, 'success', (TRegionInfo, TRegionInfo.thrift_spec), None, ), # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10224: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (IOError, IOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10227: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10228: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10229: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10231: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10232: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10232: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10233: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10234: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10235: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10236: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10237: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10238: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10239: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10240: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10241: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10242: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10243: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10244: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10245: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10246: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10247: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10248: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10249: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10250: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10251: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10252: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10253: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10254: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10255: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10257: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10258: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10258: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10259: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10260: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10261: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10262: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10263: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10264: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10265: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10266: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10267: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10268: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10269: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10270: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10271: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10273: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10274: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10277: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10278: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10279: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10280: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10282: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10283: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10285: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10286: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10286: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1: [C0302(too-many-lines), ] Too many lines in module (10286/1000) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10: [W0622(redefined-builtin), ] Redefining built-in 'IOError' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1: [C0111(missing-docstring), ] Missing module docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9: [E0401(import-error), ] Unable to import 'thrift.Thrift' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10: [W0401(wildcard-import), ] Wildcard import ttypes hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10: [W0403(relative-import), ] Relative import 'ttypes', should be 'hbase.ttypes' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:11: [E0401(import-error), ] Unable to import 'thrift.Thrift' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:12: [E0401(import-error), ] Unable to import 'thrift.transport' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:13: [E0401(import-error), ] Unable to import 'thrift.protocol' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:16: [W0702(bare-except), ] No exception type(s) specified hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:15: [E0401(import-error), ] Unable to import 'thrift.protocol' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:17: [C0103(invalid-name), ] Invalid constant name "fastbinary" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:20: [C0111(missing-docstring), Iface] Missing class docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:20: [C1001(old-style-class), Iface] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:20: [W0232(no-init), Iface] Class has no __init__ method hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:21: [C0103(invalid-name), Iface.enableTable] Invalid method name "enableTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:21: [C0103(invalid-name), Iface.enableTable] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:30: [C0103(invalid-name), Iface.disableTable] Invalid method name "disableTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:30: [C0103(invalid-name), Iface.disableTable] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:40: [C0103(invalid-name), Iface.isTableEnabled] Invalid method name "isTableEnabled" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:40: [C0103(invalid-name), Iface.isTableEnabled] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:49: [C0103(invalid-name), Iface.compact] Invalid argument name "tableNameOrRegionName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:56: [C0103(invalid-name), Iface.majorCompact] Invalid method name "majorCompact" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:56: [C0103(invalid-name), Iface.majorCompact] Invalid argument name "tableNameOrRegionName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:63: [C0103(invalid-name), Iface.getTableNames] Invalid method name "getTableNames" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:71: [C0103(invalid-name), Iface.getColumnDescriptors] Invalid method name "getColumnDescriptors" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:71: [C0103(invalid-name), Iface.getColumnDescriptors] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:82: [C0103(invalid-name), Iface.getTableRegions] Invalid method name "getTableRegions" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:82: [C0103(invalid-name), Iface.getTableRegions] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:93: [C0103(invalid-name), Iface.createTable] Invalid method name "createTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:93: [C0103(invalid-name), Iface.createTable] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:93: [C0103(invalid-name), Iface.createTable] Invalid argument name "columnFamilies" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:110: [C0103(invalid-name), Iface.deleteTable] Invalid method name "deleteTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:110: [C0103(invalid-name), Iface.deleteTable] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:122: [C0103(invalid-name), Iface.get] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:137: [C0103(invalid-name), Iface.getVer] Invalid method name "getVer" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:137: [C0103(invalid-name), Iface.getVer] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:137: [C0103(invalid-name), Iface.getVer] Invalid argument name "numVersions" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:137: [R0913(too-many-arguments), Iface.getVer] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:153: [C0103(invalid-name), Iface.getVerTs] Invalid method name "getVerTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:153: [C0103(invalid-name), Iface.getVerTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:153: [C0103(invalid-name), Iface.getVerTs] Invalid argument name "numVersions" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:153: [R0913(too-many-arguments), Iface.getVerTs] Too many arguments (7/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:171: [C0103(invalid-name), Iface.getRow] Invalid method name "getRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:171: [C0103(invalid-name), Iface.getRow] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:185: [C0103(invalid-name), Iface.getRowWithColumns] Invalid method name "getRowWithColumns" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:185: [C0103(invalid-name), Iface.getRowWithColumns] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:200: [C0103(invalid-name), Iface.getRowTs] Invalid method name "getRowTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:200: [C0103(invalid-name), Iface.getRowTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:215: [C0103(invalid-name), Iface.getRowWithColumnsTs] Invalid method name "getRowWithColumnsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:215: [C0103(invalid-name), Iface.getRowWithColumnsTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:215: [R0913(too-many-arguments), Iface.getRowWithColumnsTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:231: [C0103(invalid-name), Iface.getRows] Invalid method name "getRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:231: [C0103(invalid-name), Iface.getRows] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:245: [C0103(invalid-name), Iface.getRowsWithColumns] Invalid method name "getRowsWithColumns" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:245: [C0103(invalid-name), Iface.getRowsWithColumns] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:260: [C0103(invalid-name), Iface.getRowsTs] Invalid method name "getRowsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:260: [C0103(invalid-name), Iface.getRowsTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:275: [C0103(invalid-name), Iface.getRowsWithColumnsTs] Invalid method name "getRowsWithColumnsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:275: [C0103(invalid-name), Iface.getRowsWithColumnsTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:275: [R0913(too-many-arguments), Iface.getRowsWithColumnsTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:291: [C0103(invalid-name), Iface.mutateRow] Invalid method name "mutateRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:291: [C0103(invalid-name), Iface.mutateRow] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:306: [C0103(invalid-name), Iface.mutateRowTs] Invalid method name "mutateRowTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:306: [C0103(invalid-name), Iface.mutateRowTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:306: [R0913(too-many-arguments), Iface.mutateRowTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:322: [C0103(invalid-name), Iface.mutateRows] Invalid method name "mutateRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:322: [C0103(invalid-name), Iface.mutateRows] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:322: [C0103(invalid-name), Iface.mutateRows] Invalid argument name "rowBatches" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:336: [C0103(invalid-name), Iface.mutateRowsTs] Invalid method name "mutateRowsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:336: [C0103(invalid-name), Iface.mutateRowsTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:336: [C0103(invalid-name), Iface.mutateRowsTs] Invalid argument name "rowBatches" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:351: [C0103(invalid-name), Iface.atomicIncrement] Invalid method name "atomicIncrement" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:351: [C0103(invalid-name), Iface.atomicIncrement] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:363: [C0103(invalid-name), Iface.deleteAll] Invalid method name "deleteAll" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:363: [C0103(invalid-name), Iface.deleteAll] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:375: [C0103(invalid-name), Iface.deleteAllTs] Invalid method name "deleteAllTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:375: [C0103(invalid-name), Iface.deleteAllTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:375: [R0913(too-many-arguments), Iface.deleteAllTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:389: [C0103(invalid-name), Iface.deleteAllRow] Invalid method name "deleteAllRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:389: [C0103(invalid-name), Iface.deleteAllRow] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:412: [C0103(invalid-name), Iface.incrementRows] Invalid method name "incrementRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:419: [C0103(invalid-name), Iface.deleteAllRowTs] Invalid method name "deleteAllRowTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:419: [C0103(invalid-name), Iface.deleteAllRowTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:432: [C0103(invalid-name), Iface.scannerOpenWithScan] Invalid method name "scannerOpenWithScan" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:432: [C0103(invalid-name), Iface.scannerOpenWithScan] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:444: [C0103(invalid-name), Iface.scannerOpen] Invalid method name "scannerOpen" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:444: [C0103(invalid-name), Iface.scannerOpen] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:444: [C0103(invalid-name), Iface.scannerOpen] Invalid argument name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:462: [C0103(invalid-name), Iface.scannerOpenWithStop] Invalid method name "scannerOpenWithStop" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:462: [C0103(invalid-name), Iface.scannerOpenWithStop] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:462: [C0103(invalid-name), Iface.scannerOpenWithStop] Invalid argument name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:462: [C0103(invalid-name), Iface.scannerOpenWithStop] Invalid argument name "stopRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:462: [R0913(too-many-arguments), Iface.scannerOpenWithStop] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:483: [C0103(invalid-name), Iface.scannerOpenWithPrefix] Invalid method name "scannerOpenWithPrefix" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:483: [C0103(invalid-name), Iface.scannerOpenWithPrefix] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:483: [C0103(invalid-name), Iface.scannerOpenWithPrefix] Invalid argument name "startAndPrefix" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:498: [C0103(invalid-name), Iface.scannerOpenTs] Invalid method name "scannerOpenTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:498: [C0103(invalid-name), Iface.scannerOpenTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:498: [C0103(invalid-name), Iface.scannerOpenTs] Invalid argument name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:498: [R0913(too-many-arguments), Iface.scannerOpenTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:518: [C0103(invalid-name), Iface.scannerOpenWithStopTs] Invalid method name "scannerOpenWithStopTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:518: [C0103(invalid-name), Iface.scannerOpenWithStopTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:518: [C0103(invalid-name), Iface.scannerOpenWithStopTs] Invalid argument name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:518: [C0103(invalid-name), Iface.scannerOpenWithStopTs] Invalid argument name "stopRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:518: [R0913(too-many-arguments), Iface.scannerOpenWithStopTs] Too many arguments (7/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:541: [W0622(redefined-builtin), Iface.scannerGet] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:541: [C0103(invalid-name), Iface.scannerGet] Invalid method name "scannerGet" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:541: [C0103(invalid-name), Iface.scannerGet] Invalid argument name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:559: [W0622(redefined-builtin), Iface.scannerGetList] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:559: [C0103(invalid-name), Iface.scannerGetList] Invalid method name "scannerGetList" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:559: [C0103(invalid-name), Iface.scannerGetList] Invalid argument name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:559: [C0103(invalid-name), Iface.scannerGetList] Invalid argument name "nbRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:578: [W0622(redefined-builtin), Iface.scannerClose] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:578: [C0103(invalid-name), Iface.scannerClose] Invalid method name "scannerClose" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:578: [C0103(invalid-name), Iface.scannerClose] Invalid argument name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:589: [C0103(invalid-name), Iface.getRowOrBefore] Invalid method name "getRowOrBefore" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:589: [C0103(invalid-name), Iface.getRowOrBefore] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:602: [C0103(invalid-name), Iface.getRegionInfo] Invalid method name "getRegionInfo" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:20: [R0904(too-many-public-methods), Iface] Too many public methods (43/20) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:615: [C0111(missing-docstring), Client] Missing class docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:632: [C0103(invalid-name), Client.send_enableTable] Invalid method name "send_enableTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:632: [C0103(invalid-name), Client.send_enableTable] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:632: [C0111(missing-docstring), Client.send_enableTable] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:640: [C0103(invalid-name), Client.recv_enableTable] Invalid method name "recv_enableTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:640: [C0111(missing-docstring), Client.recv_enableTable] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:643: [C0103(invalid-name), Client.recv_enableTable] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:651: [E0702(raising-bad-type), Client.recv_enableTable] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:641: [W0612(unused-variable), Client.recv_enableTable] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:641: [W0612(unused-variable), Client.recv_enableTable] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:665: [C0103(invalid-name), Client.send_disableTable] Invalid method name "send_disableTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:665: [C0103(invalid-name), Client.send_disableTable] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:665: [C0111(missing-docstring), Client.send_disableTable] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:673: [C0103(invalid-name), Client.recv_disableTable] Invalid method name "recv_disableTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:673: [C0111(missing-docstring), Client.recv_disableTable] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:676: [C0103(invalid-name), Client.recv_disableTable] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:684: [E0702(raising-bad-type), Client.recv_disableTable] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:674: [W0612(unused-variable), Client.recv_disableTable] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:674: [W0612(unused-variable), Client.recv_disableTable] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:697: [C0103(invalid-name), Client.send_isTableEnabled] Invalid method name "send_isTableEnabled" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:697: [C0103(invalid-name), Client.send_isTableEnabled] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:697: [C0111(missing-docstring), Client.send_isTableEnabled] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:705: [C0103(invalid-name), Client.recv_isTableEnabled] Invalid method name "recv_isTableEnabled" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:705: [C0111(missing-docstring), Client.recv_isTableEnabled] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:708: [C0103(invalid-name), Client.recv_isTableEnabled] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:718: [E0702(raising-bad-type), Client.recv_isTableEnabled] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:706: [W0612(unused-variable), Client.recv_isTableEnabled] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:706: [W0612(unused-variable), Client.recv_isTableEnabled] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:729: [C0103(invalid-name), Client.send_compact] Invalid argument name "tableNameOrRegionName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:729: [C0111(missing-docstring), Client.send_compact] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:737: [C0111(missing-docstring), Client.recv_compact] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:740: [C0103(invalid-name), Client.recv_compact] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:748: [E0702(raising-bad-type), Client.recv_compact] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:738: [W0612(unused-variable), Client.recv_compact] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:738: [W0612(unused-variable), Client.recv_compact] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:759: [C0103(invalid-name), Client.send_majorCompact] Invalid method name "send_majorCompact" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:759: [C0103(invalid-name), Client.send_majorCompact] Invalid argument name "tableNameOrRegionName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:759: [C0111(missing-docstring), Client.send_majorCompact] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:767: [C0103(invalid-name), Client.recv_majorCompact] Invalid method name "recv_majorCompact" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:767: [C0111(missing-docstring), Client.recv_majorCompact] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:770: [C0103(invalid-name), Client.recv_majorCompact] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:778: [E0702(raising-bad-type), Client.recv_majorCompact] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:768: [W0612(unused-variable), Client.recv_majorCompact] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:768: [W0612(unused-variable), Client.recv_majorCompact] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:790: [C0103(invalid-name), Client.send_getTableNames] Invalid method name "send_getTableNames" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:790: [C0111(missing-docstring), Client.send_getTableNames] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:797: [C0103(invalid-name), Client.recv_getTableNames] Invalid method name "recv_getTableNames" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:797: [C0111(missing-docstring), Client.recv_getTableNames] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:800: [C0103(invalid-name), Client.recv_getTableNames] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:810: [E0702(raising-bad-type), Client.recv_getTableNames] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:798: [W0612(unused-variable), Client.recv_getTableNames] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:798: [W0612(unused-variable), Client.recv_getTableNames] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:825: [C0103(invalid-name), Client.send_getColumnDescriptors] Invalid method name "send_getColumnDescriptors" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:825: [C0103(invalid-name), Client.send_getColumnDescriptors] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:825: [C0111(missing-docstring), Client.send_getColumnDescriptors] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:833: [C0103(invalid-name), Client.recv_getColumnDescriptors] Invalid method name "recv_getColumnDescriptors" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:833: [C0111(missing-docstring), Client.recv_getColumnDescriptors] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:836: [C0103(invalid-name), Client.recv_getColumnDescriptors] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:846: [E0702(raising-bad-type), Client.recv_getColumnDescriptors] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:834: [W0612(unused-variable), Client.recv_getColumnDescriptors] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:834: [W0612(unused-variable), Client.recv_getColumnDescriptors] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:861: [C0103(invalid-name), Client.send_getTableRegions] Invalid method name "send_getTableRegions" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:861: [C0103(invalid-name), Client.send_getTableRegions] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:861: [C0111(missing-docstring), Client.send_getTableRegions] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:869: [C0103(invalid-name), Client.recv_getTableRegions] Invalid method name "recv_getTableRegions" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:869: [C0111(missing-docstring), Client.recv_getTableRegions] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:872: [C0103(invalid-name), Client.recv_getTableRegions] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:882: [E0702(raising-bad-type), Client.recv_getTableRegions] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:870: [W0612(unused-variable), Client.recv_getTableRegions] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:870: [W0612(unused-variable), Client.recv_getTableRegions] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:903: [C0103(invalid-name), Client.send_createTable] Invalid method name "send_createTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:903: [C0103(invalid-name), Client.send_createTable] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:903: [C0103(invalid-name), Client.send_createTable] Invalid argument name "columnFamilies" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:903: [C0111(missing-docstring), Client.send_createTable] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:912: [C0103(invalid-name), Client.recv_createTable] Invalid method name "recv_createTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:912: [C0111(missing-docstring), Client.recv_createTable] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:915: [C0103(invalid-name), Client.recv_createTable] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:923: [E0702(raising-bad-type), Client.recv_createTable] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:925: [E0702(raising-bad-type), Client.recv_createTable] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:927: [E0702(raising-bad-type), Client.recv_createTable] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:913: [W0612(unused-variable), Client.recv_createTable] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:913: [W0612(unused-variable), Client.recv_createTable] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:943: [C0103(invalid-name), Client.send_deleteTable] Invalid method name "send_deleteTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:943: [C0103(invalid-name), Client.send_deleteTable] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:943: [C0111(missing-docstring), Client.send_deleteTable] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:951: [C0103(invalid-name), Client.recv_deleteTable] Invalid method name "recv_deleteTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:951: [C0111(missing-docstring), Client.recv_deleteTable] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:954: [C0103(invalid-name), Client.recv_deleteTable] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:962: [E0702(raising-bad-type), Client.recv_deleteTable] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:952: [W0612(unused-variable), Client.recv_deleteTable] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:952: [W0612(unused-variable), Client.recv_deleteTable] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:981: [C0103(invalid-name), Client.send_get] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:981: [C0111(missing-docstring), Client.send_get] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:992: [C0111(missing-docstring), Client.recv_get] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:995: [C0103(invalid-name), Client.recv_get] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1005: [E0702(raising-bad-type), Client.recv_get] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:993: [W0612(unused-variable), Client.recv_get] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:993: [W0612(unused-variable), Client.recv_get] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1008: [R0913(too-many-arguments), Client.getVer] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1025: [C0103(invalid-name), Client.send_getVer] Invalid method name "send_getVer" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1025: [C0103(invalid-name), Client.send_getVer] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1025: [C0103(invalid-name), Client.send_getVer] Invalid argument name "numVersions" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1025: [C0111(missing-docstring), Client.send_getVer] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1025: [R0913(too-many-arguments), Client.send_getVer] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1037: [C0103(invalid-name), Client.recv_getVer] Invalid method name "recv_getVer" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1037: [C0111(missing-docstring), Client.recv_getVer] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1040: [C0103(invalid-name), Client.recv_getVer] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1050: [E0702(raising-bad-type), Client.recv_getVer] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1038: [W0612(unused-variable), Client.recv_getVer] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1038: [W0612(unused-variable), Client.recv_getVer] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1053: [R0913(too-many-arguments), Client.getVerTs] Too many arguments (7/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1072: [C0103(invalid-name), Client.send_getVerTs] Invalid method name "send_getVerTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1072: [C0103(invalid-name), Client.send_getVerTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1072: [C0103(invalid-name), Client.send_getVerTs] Invalid argument name "numVersions" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1072: [C0111(missing-docstring), Client.send_getVerTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1072: [R0913(too-many-arguments), Client.send_getVerTs] Too many arguments (7/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1085: [C0103(invalid-name), Client.recv_getVerTs] Invalid method name "recv_getVerTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1085: [C0111(missing-docstring), Client.recv_getVerTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1088: [C0103(invalid-name), Client.recv_getVerTs] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1098: [E0702(raising-bad-type), Client.recv_getVerTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1086: [W0612(unused-variable), Client.recv_getVerTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1086: [W0612(unused-variable), Client.recv_getVerTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1116: [C0103(invalid-name), Client.send_getRow] Invalid method name "send_getRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1116: [C0103(invalid-name), Client.send_getRow] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1116: [C0111(missing-docstring), Client.send_getRow] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1126: [C0103(invalid-name), Client.recv_getRow] Invalid method name "recv_getRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1126: [C0111(missing-docstring), Client.recv_getRow] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1129: [C0103(invalid-name), Client.recv_getRow] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1139: [E0702(raising-bad-type), Client.recv_getRow] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1127: [W0612(unused-variable), Client.recv_getRow] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1127: [W0612(unused-variable), Client.recv_getRow] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1158: [C0103(invalid-name), Client.send_getRowWithColumns] Invalid method name "send_getRowWithColumns" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1158: [C0103(invalid-name), Client.send_getRowWithColumns] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1158: [C0111(missing-docstring), Client.send_getRowWithColumns] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1169: [C0103(invalid-name), Client.recv_getRowWithColumns] Invalid method name "recv_getRowWithColumns" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1169: [C0111(missing-docstring), Client.recv_getRowWithColumns] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1172: [C0103(invalid-name), Client.recv_getRowWithColumns] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1182: [E0702(raising-bad-type), Client.recv_getRowWithColumns] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1170: [W0612(unused-variable), Client.recv_getRowWithColumns] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1170: [W0612(unused-variable), Client.recv_getRowWithColumns] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1201: [C0103(invalid-name), Client.send_getRowTs] Invalid method name "send_getRowTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1201: [C0103(invalid-name), Client.send_getRowTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1201: [C0111(missing-docstring), Client.send_getRowTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1212: [C0103(invalid-name), Client.recv_getRowTs] Invalid method name "recv_getRowTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1212: [C0111(missing-docstring), Client.recv_getRowTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1215: [C0103(invalid-name), Client.recv_getRowTs] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1225: [E0702(raising-bad-type), Client.recv_getRowTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1213: [W0612(unused-variable), Client.recv_getRowTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1213: [W0612(unused-variable), Client.recv_getRowTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1228: [R0913(too-many-arguments), Client.getRowWithColumnsTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1245: [C0103(invalid-name), Client.send_getRowWithColumnsTs] Invalid method name "send_getRowWithColumnsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1245: [C0103(invalid-name), Client.send_getRowWithColumnsTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1245: [C0111(missing-docstring), Client.send_getRowWithColumnsTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1245: [R0913(too-many-arguments), Client.send_getRowWithColumnsTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1257: [C0103(invalid-name), Client.recv_getRowWithColumnsTs] Invalid method name "recv_getRowWithColumnsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1257: [C0111(missing-docstring), Client.recv_getRowWithColumnsTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1260: [C0103(invalid-name), Client.recv_getRowWithColumnsTs] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1270: [E0702(raising-bad-type), Client.recv_getRowWithColumnsTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1258: [W0612(unused-variable), Client.recv_getRowWithColumnsTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1258: [W0612(unused-variable), Client.recv_getRowWithColumnsTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1288: [C0103(invalid-name), Client.send_getRows] Invalid method name "send_getRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1288: [C0103(invalid-name), Client.send_getRows] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1288: [C0111(missing-docstring), Client.send_getRows] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1298: [C0103(invalid-name), Client.recv_getRows] Invalid method name "recv_getRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1298: [C0111(missing-docstring), Client.recv_getRows] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1301: [C0103(invalid-name), Client.recv_getRows] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1311: [E0702(raising-bad-type), Client.recv_getRows] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1299: [W0612(unused-variable), Client.recv_getRows] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1299: [W0612(unused-variable), Client.recv_getRows] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1330: [C0103(invalid-name), Client.send_getRowsWithColumns] Invalid method name "send_getRowsWithColumns" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1330: [C0103(invalid-name), Client.send_getRowsWithColumns] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1330: [C0111(missing-docstring), Client.send_getRowsWithColumns] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1341: [C0103(invalid-name), Client.recv_getRowsWithColumns] Invalid method name "recv_getRowsWithColumns" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1341: [C0111(missing-docstring), Client.recv_getRowsWithColumns] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1344: [C0103(invalid-name), Client.recv_getRowsWithColumns] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1354: [E0702(raising-bad-type), Client.recv_getRowsWithColumns] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1342: [W0612(unused-variable), Client.recv_getRowsWithColumns] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1342: [W0612(unused-variable), Client.recv_getRowsWithColumns] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1373: [C0103(invalid-name), Client.send_getRowsTs] Invalid method name "send_getRowsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1373: [C0103(invalid-name), Client.send_getRowsTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1373: [C0111(missing-docstring), Client.send_getRowsTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1384: [C0103(invalid-name), Client.recv_getRowsTs] Invalid method name "recv_getRowsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1384: [C0111(missing-docstring), Client.recv_getRowsTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1387: [C0103(invalid-name), Client.recv_getRowsTs] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1397: [E0702(raising-bad-type), Client.recv_getRowsTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1385: [W0612(unused-variable), Client.recv_getRowsTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1385: [W0612(unused-variable), Client.recv_getRowsTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1400: [R0913(too-many-arguments), Client.getRowsWithColumnsTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1417: [C0103(invalid-name), Client.send_getRowsWithColumnsTs] Invalid method name "send_getRowsWithColumnsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1417: [C0103(invalid-name), Client.send_getRowsWithColumnsTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1417: [C0111(missing-docstring), Client.send_getRowsWithColumnsTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1417: [R0913(too-many-arguments), Client.send_getRowsWithColumnsTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1429: [C0103(invalid-name), Client.recv_getRowsWithColumnsTs] Invalid method name "recv_getRowsWithColumnsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1429: [C0111(missing-docstring), Client.recv_getRowsWithColumnsTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1432: [C0103(invalid-name), Client.recv_getRowsWithColumnsTs] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1442: [E0702(raising-bad-type), Client.recv_getRowsWithColumnsTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1430: [W0612(unused-variable), Client.recv_getRowsWithColumnsTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1430: [W0612(unused-variable), Client.recv_getRowsWithColumnsTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1461: [C0103(invalid-name), Client.send_mutateRow] Invalid method name "send_mutateRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1461: [C0103(invalid-name), Client.send_mutateRow] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1461: [C0111(missing-docstring), Client.send_mutateRow] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1472: [C0103(invalid-name), Client.recv_mutateRow] Invalid method name "recv_mutateRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1472: [C0111(missing-docstring), Client.recv_mutateRow] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1475: [C0103(invalid-name), Client.recv_mutateRow] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1483: [E0702(raising-bad-type), Client.recv_mutateRow] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1485: [E0702(raising-bad-type), Client.recv_mutateRow] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1473: [W0612(unused-variable), Client.recv_mutateRow] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1473: [W0612(unused-variable), Client.recv_mutateRow] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1488: [R0913(too-many-arguments), Client.mutateRowTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1505: [C0103(invalid-name), Client.send_mutateRowTs] Invalid method name "send_mutateRowTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1505: [C0103(invalid-name), Client.send_mutateRowTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1505: [C0111(missing-docstring), Client.send_mutateRowTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1505: [R0913(too-many-arguments), Client.send_mutateRowTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1517: [C0103(invalid-name), Client.recv_mutateRowTs] Invalid method name "recv_mutateRowTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1517: [C0111(missing-docstring), Client.recv_mutateRowTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1520: [C0103(invalid-name), Client.recv_mutateRowTs] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1528: [E0702(raising-bad-type), Client.recv_mutateRowTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1530: [E0702(raising-bad-type), Client.recv_mutateRowTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1518: [W0612(unused-variable), Client.recv_mutateRowTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1518: [W0612(unused-variable), Client.recv_mutateRowTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1548: [C0103(invalid-name), Client.send_mutateRows] Invalid method name "send_mutateRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1548: [C0103(invalid-name), Client.send_mutateRows] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1548: [C0103(invalid-name), Client.send_mutateRows] Invalid argument name "rowBatches" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1548: [C0111(missing-docstring), Client.send_mutateRows] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1558: [C0103(invalid-name), Client.recv_mutateRows] Invalid method name "recv_mutateRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1558: [C0111(missing-docstring), Client.recv_mutateRows] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1561: [C0103(invalid-name), Client.recv_mutateRows] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1569: [E0702(raising-bad-type), Client.recv_mutateRows] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1571: [E0702(raising-bad-type), Client.recv_mutateRows] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1559: [W0612(unused-variable), Client.recv_mutateRows] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1559: [W0612(unused-variable), Client.recv_mutateRows] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1590: [C0103(invalid-name), Client.send_mutateRowsTs] Invalid method name "send_mutateRowsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1590: [C0103(invalid-name), Client.send_mutateRowsTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1590: [C0103(invalid-name), Client.send_mutateRowsTs] Invalid argument name "rowBatches" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1590: [C0111(missing-docstring), Client.send_mutateRowsTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1601: [C0103(invalid-name), Client.recv_mutateRowsTs] Invalid method name "recv_mutateRowsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1601: [C0111(missing-docstring), Client.recv_mutateRowsTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1604: [C0103(invalid-name), Client.recv_mutateRowsTs] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1612: [E0702(raising-bad-type), Client.recv_mutateRowsTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1614: [E0702(raising-bad-type), Client.recv_mutateRowsTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1602: [W0612(unused-variable), Client.recv_mutateRowsTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1602: [W0612(unused-variable), Client.recv_mutateRowsTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1630: [C0103(invalid-name), Client.send_atomicIncrement] Invalid method name "send_atomicIncrement" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1630: [C0103(invalid-name), Client.send_atomicIncrement] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1630: [C0111(missing-docstring), Client.send_atomicIncrement] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1641: [C0103(invalid-name), Client.recv_atomicIncrement] Invalid method name "recv_atomicIncrement" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1641: [C0111(missing-docstring), Client.recv_atomicIncrement] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1644: [C0103(invalid-name), Client.recv_atomicIncrement] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1654: [E0702(raising-bad-type), Client.recv_atomicIncrement] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1656: [E0702(raising-bad-type), Client.recv_atomicIncrement] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1642: [W0612(unused-variable), Client.recv_atomicIncrement] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1642: [W0612(unused-variable), Client.recv_atomicIncrement] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1672: [C0103(invalid-name), Client.send_deleteAll] Invalid method name "send_deleteAll" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1672: [C0103(invalid-name), Client.send_deleteAll] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1672: [C0111(missing-docstring), Client.send_deleteAll] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1683: [C0103(invalid-name), Client.recv_deleteAll] Invalid method name "recv_deleteAll" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1683: [C0111(missing-docstring), Client.recv_deleteAll] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1686: [C0103(invalid-name), Client.recv_deleteAll] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1694: [E0702(raising-bad-type), Client.recv_deleteAll] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1684: [W0612(unused-variable), Client.recv_deleteAll] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1684: [W0612(unused-variable), Client.recv_deleteAll] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1697: [R0913(too-many-arguments), Client.deleteAllTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1712: [C0103(invalid-name), Client.send_deleteAllTs] Invalid method name "send_deleteAllTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1712: [C0103(invalid-name), Client.send_deleteAllTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1712: [C0111(missing-docstring), Client.send_deleteAllTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1712: [R0913(too-many-arguments), Client.send_deleteAllTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1724: [C0103(invalid-name), Client.recv_deleteAllTs] Invalid method name "recv_deleteAllTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1724: [C0111(missing-docstring), Client.recv_deleteAllTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1727: [C0103(invalid-name), Client.recv_deleteAllTs] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1735: [E0702(raising-bad-type), Client.recv_deleteAllTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1725: [W0612(unused-variable), Client.recv_deleteAllTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1725: [W0612(unused-variable), Client.recv_deleteAllTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1750: [C0103(invalid-name), Client.send_deleteAllRow] Invalid method name "send_deleteAllRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1750: [C0103(invalid-name), Client.send_deleteAllRow] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1750: [C0111(missing-docstring), Client.send_deleteAllRow] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1760: [C0103(invalid-name), Client.recv_deleteAllRow] Invalid method name "recv_deleteAllRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1760: [C0111(missing-docstring), Client.recv_deleteAllRow] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1763: [C0103(invalid-name), Client.recv_deleteAllRow] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1771: [E0702(raising-bad-type), Client.recv_deleteAllRow] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1761: [W0612(unused-variable), Client.recv_deleteAllRow] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1761: [W0612(unused-variable), Client.recv_deleteAllRow] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1787: [C0111(missing-docstring), Client.send_increment] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1795: [C0111(missing-docstring), Client.recv_increment] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1798: [C0103(invalid-name), Client.recv_increment] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1806: [E0702(raising-bad-type), Client.recv_increment] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1796: [W0612(unused-variable), Client.recv_increment] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1796: [W0612(unused-variable), Client.recv_increment] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1817: [C0103(invalid-name), Client.send_incrementRows] Invalid method name "send_incrementRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1817: [C0111(missing-docstring), Client.send_incrementRows] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1825: [C0103(invalid-name), Client.recv_incrementRows] Invalid method name "recv_incrementRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1825: [C0111(missing-docstring), Client.recv_incrementRows] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1828: [C0103(invalid-name), Client.recv_incrementRows] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1836: [E0702(raising-bad-type), Client.recv_incrementRows] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1826: [W0612(unused-variable), Client.recv_incrementRows] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1826: [W0612(unused-variable), Client.recv_incrementRows] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1853: [C0103(invalid-name), Client.send_deleteAllRowTs] Invalid method name "send_deleteAllRowTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1853: [C0103(invalid-name), Client.send_deleteAllRowTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1853: [C0111(missing-docstring), Client.send_deleteAllRowTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1864: [C0103(invalid-name), Client.recv_deleteAllRowTs] Invalid method name "recv_deleteAllRowTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1864: [C0111(missing-docstring), Client.recv_deleteAllRowTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1867: [C0103(invalid-name), Client.recv_deleteAllRowTs] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1875: [E0702(raising-bad-type), Client.recv_deleteAllRowTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1865: [W0612(unused-variable), Client.recv_deleteAllRowTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1865: [W0612(unused-variable), Client.recv_deleteAllRowTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1891: [C0103(invalid-name), Client.send_scannerOpenWithScan] Invalid method name "send_scannerOpenWithScan" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1891: [C0103(invalid-name), Client.send_scannerOpenWithScan] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1891: [C0111(missing-docstring), Client.send_scannerOpenWithScan] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1901: [C0103(invalid-name), Client.recv_scannerOpenWithScan] Invalid method name "recv_scannerOpenWithScan" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1901: [C0111(missing-docstring), Client.recv_scannerOpenWithScan] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1904: [C0103(invalid-name), Client.recv_scannerOpenWithScan] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1914: [E0702(raising-bad-type), Client.recv_scannerOpenWithScan] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1902: [W0612(unused-variable), Client.recv_scannerOpenWithScan] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1902: [W0612(unused-variable), Client.recv_scannerOpenWithScan] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1936: [C0103(invalid-name), Client.send_scannerOpen] Invalid method name "send_scannerOpen" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1936: [C0103(invalid-name), Client.send_scannerOpen] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1936: [C0103(invalid-name), Client.send_scannerOpen] Invalid argument name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1936: [C0111(missing-docstring), Client.send_scannerOpen] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1947: [C0103(invalid-name), Client.recv_scannerOpen] Invalid method name "recv_scannerOpen" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1947: [C0111(missing-docstring), Client.recv_scannerOpen] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1950: [C0103(invalid-name), Client.recv_scannerOpen] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1960: [E0702(raising-bad-type), Client.recv_scannerOpen] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1948: [W0612(unused-variable), Client.recv_scannerOpen] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1948: [W0612(unused-variable), Client.recv_scannerOpen] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1963: [R0913(too-many-arguments), Client.scannerOpenWithStop] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1985: [C0103(invalid-name), Client.send_scannerOpenWithStop] Invalid method name "send_scannerOpenWithStop" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1985: [C0103(invalid-name), Client.send_scannerOpenWithStop] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1985: [C0103(invalid-name), Client.send_scannerOpenWithStop] Invalid argument name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1985: [C0103(invalid-name), Client.send_scannerOpenWithStop] Invalid argument name "stopRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1985: [C0111(missing-docstring), Client.send_scannerOpenWithStop] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1985: [R0913(too-many-arguments), Client.send_scannerOpenWithStop] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1997: [C0103(invalid-name), Client.recv_scannerOpenWithStop] Invalid method name "recv_scannerOpenWithStop" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1997: [C0111(missing-docstring), Client.recv_scannerOpenWithStop] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2000: [C0103(invalid-name), Client.recv_scannerOpenWithStop] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2010: [E0702(raising-bad-type), Client.recv_scannerOpenWithStop] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1998: [W0612(unused-variable), Client.recv_scannerOpenWithStop] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1998: [W0612(unused-variable), Client.recv_scannerOpenWithStop] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2029: [C0103(invalid-name), Client.send_scannerOpenWithPrefix] Invalid method name "send_scannerOpenWithPrefix" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2029: [C0103(invalid-name), Client.send_scannerOpenWithPrefix] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2029: [C0103(invalid-name), Client.send_scannerOpenWithPrefix] Invalid argument name "startAndPrefix" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2029: [C0111(missing-docstring), Client.send_scannerOpenWithPrefix] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2040: [C0103(invalid-name), Client.recv_scannerOpenWithPrefix] Invalid method name "recv_scannerOpenWithPrefix" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2040: [C0111(missing-docstring), Client.recv_scannerOpenWithPrefix] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2043: [C0103(invalid-name), Client.recv_scannerOpenWithPrefix] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2053: [E0702(raising-bad-type), Client.recv_scannerOpenWithPrefix] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2041: [W0612(unused-variable), Client.recv_scannerOpenWithPrefix] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2041: [W0612(unused-variable), Client.recv_scannerOpenWithPrefix] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2056: [R0913(too-many-arguments), Client.scannerOpenTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2077: [C0103(invalid-name), Client.send_scannerOpenTs] Invalid method name "send_scannerOpenTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2077: [C0103(invalid-name), Client.send_scannerOpenTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2077: [C0103(invalid-name), Client.send_scannerOpenTs] Invalid argument name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2077: [C0111(missing-docstring), Client.send_scannerOpenTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2077: [R0913(too-many-arguments), Client.send_scannerOpenTs] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2089: [C0103(invalid-name), Client.recv_scannerOpenTs] Invalid method name "recv_scannerOpenTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2089: [C0111(missing-docstring), Client.recv_scannerOpenTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2092: [C0103(invalid-name), Client.recv_scannerOpenTs] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2102: [E0702(raising-bad-type), Client.recv_scannerOpenTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2090: [W0612(unused-variable), Client.recv_scannerOpenTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2090: [W0612(unused-variable), Client.recv_scannerOpenTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2105: [R0913(too-many-arguments), Client.scannerOpenWithStopTs] Too many arguments (7/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2129: [C0103(invalid-name), Client.send_scannerOpenWithStopTs] Invalid method name "send_scannerOpenWithStopTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2129: [C0103(invalid-name), Client.send_scannerOpenWithStopTs] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2129: [C0103(invalid-name), Client.send_scannerOpenWithStopTs] Invalid argument name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2129: [C0103(invalid-name), Client.send_scannerOpenWithStopTs] Invalid argument name "stopRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2129: [C0111(missing-docstring), Client.send_scannerOpenWithStopTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2129: [R0913(too-many-arguments), Client.send_scannerOpenWithStopTs] Too many arguments (7/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2142: [C0103(invalid-name), Client.recv_scannerOpenWithStopTs] Invalid method name "recv_scannerOpenWithStopTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2142: [C0111(missing-docstring), Client.recv_scannerOpenWithStopTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2145: [C0103(invalid-name), Client.recv_scannerOpenWithStopTs] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2155: [E0702(raising-bad-type), Client.recv_scannerOpenWithStopTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2143: [W0612(unused-variable), Client.recv_scannerOpenWithStopTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2143: [W0612(unused-variable), Client.recv_scannerOpenWithStopTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2158: [W0622(redefined-builtin), Client.scannerGet] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2177: [W0622(redefined-builtin), Client.send_scannerGet] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2177: [C0103(invalid-name), Client.send_scannerGet] Invalid method name "send_scannerGet" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2177: [C0103(invalid-name), Client.send_scannerGet] Invalid argument name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2177: [C0111(missing-docstring), Client.send_scannerGet] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2185: [C0103(invalid-name), Client.recv_scannerGet] Invalid method name "recv_scannerGet" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2185: [C0111(missing-docstring), Client.recv_scannerGet] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2188: [C0103(invalid-name), Client.recv_scannerGet] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2198: [E0702(raising-bad-type), Client.recv_scannerGet] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2200: [E0702(raising-bad-type), Client.recv_scannerGet] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2186: [W0612(unused-variable), Client.recv_scannerGet] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2186: [W0612(unused-variable), Client.recv_scannerGet] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2203: [W0622(redefined-builtin), Client.scannerGetList] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2223: [W0622(redefined-builtin), Client.send_scannerGetList] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2223: [C0103(invalid-name), Client.send_scannerGetList] Invalid method name "send_scannerGetList" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2223: [C0103(invalid-name), Client.send_scannerGetList] Invalid argument name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2223: [C0103(invalid-name), Client.send_scannerGetList] Invalid argument name "nbRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2223: [C0111(missing-docstring), Client.send_scannerGetList] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2232: [C0103(invalid-name), Client.recv_scannerGetList] Invalid method name "recv_scannerGetList" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2232: [C0111(missing-docstring), Client.recv_scannerGetList] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2235: [C0103(invalid-name), Client.recv_scannerGetList] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2245: [E0702(raising-bad-type), Client.recv_scannerGetList] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2247: [E0702(raising-bad-type), Client.recv_scannerGetList] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2233: [W0612(unused-variable), Client.recv_scannerGetList] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2233: [W0612(unused-variable), Client.recv_scannerGetList] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2250: [W0622(redefined-builtin), Client.scannerClose] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2262: [W0622(redefined-builtin), Client.send_scannerClose] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2262: [C0103(invalid-name), Client.send_scannerClose] Invalid method name "send_scannerClose" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2262: [C0103(invalid-name), Client.send_scannerClose] Invalid argument name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2262: [C0111(missing-docstring), Client.send_scannerClose] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2270: [C0103(invalid-name), Client.recv_scannerClose] Invalid method name "recv_scannerClose" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2270: [C0111(missing-docstring), Client.recv_scannerClose] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2273: [C0103(invalid-name), Client.recv_scannerClose] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2281: [E0702(raising-bad-type), Client.recv_scannerClose] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2283: [E0702(raising-bad-type), Client.recv_scannerClose] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2271: [W0612(unused-variable), Client.recv_scannerClose] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2271: [W0612(unused-variable), Client.recv_scannerClose] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2300: [C0103(invalid-name), Client.send_getRowOrBefore] Invalid method name "send_getRowOrBefore" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2300: [C0103(invalid-name), Client.send_getRowOrBefore] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2300: [C0111(missing-docstring), Client.send_getRowOrBefore] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2310: [C0103(invalid-name), Client.recv_getRowOrBefore] Invalid method name "recv_getRowOrBefore" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2310: [C0111(missing-docstring), Client.recv_getRowOrBefore] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2313: [C0103(invalid-name), Client.recv_getRowOrBefore] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2323: [E0702(raising-bad-type), Client.recv_getRowOrBefore] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2311: [W0612(unused-variable), Client.recv_getRowOrBefore] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2311: [W0612(unused-variable), Client.recv_getRowOrBefore] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2339: [C0103(invalid-name), Client.send_getRegionInfo] Invalid method name "send_getRegionInfo" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2339: [C0111(missing-docstring), Client.send_getRegionInfo] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2347: [C0103(invalid-name), Client.recv_getRegionInfo] Invalid method name "recv_getRegionInfo" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2347: [C0111(missing-docstring), Client.recv_getRegionInfo] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2350: [C0103(invalid-name), Client.recv_getRegionInfo] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2360: [E0702(raising-bad-type), Client.recv_getRegionInfo] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2348: [W0612(unused-variable), Client.recv_getRegionInfo] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2348: [W0612(unused-variable), Client.recv_getRegionInfo] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:615: [R0904(too-many-public-methods), Client] Too many public methods (129/20) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2367: [C0103(invalid-name), Processor.__init__] Invalid attribute name "_processMap" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2364: [C0111(missing-docstring), Processor] Missing class docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2413: [W0622(redefined-builtin), Processor.process] Redefining built-in 'type' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2412: [C0111(missing-docstring), Processor.process] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2417: [C0103(invalid-name), Processor.process] Invalid variable name "x" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2413: [W0612(unused-variable), Processor.process] Unused variable 'type' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2427: [C0103(invalid-name), Processor.process_enableTable] Invalid method name "process_enableTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2427: [C0111(missing-docstring), Processor.process_enableTable] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2434: [C0103(invalid-name), Processor.process_enableTable] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2441: [C0103(invalid-name), Processor.process_disableTable] Invalid method name "process_disableTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2441: [C0111(missing-docstring), Processor.process_disableTable] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2448: [C0103(invalid-name), Processor.process_disableTable] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2455: [C0103(invalid-name), Processor.process_isTableEnabled] Invalid method name "process_isTableEnabled" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2455: [C0111(missing-docstring), Processor.process_isTableEnabled] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2462: [C0103(invalid-name), Processor.process_isTableEnabled] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2469: [C0111(missing-docstring), Processor.process_compact] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2476: [C0103(invalid-name), Processor.process_compact] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2483: [C0103(invalid-name), Processor.process_majorCompact] Invalid method name "process_majorCompact" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2483: [C0111(missing-docstring), Processor.process_majorCompact] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2490: [C0103(invalid-name), Processor.process_majorCompact] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2497: [C0103(invalid-name), Processor.process_getTableNames] Invalid method name "process_getTableNames" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2497: [C0111(missing-docstring), Processor.process_getTableNames] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2504: [C0103(invalid-name), Processor.process_getTableNames] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2511: [C0103(invalid-name), Processor.process_getColumnDescriptors] Invalid method name "process_getColumnDescriptors" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2511: [C0111(missing-docstring), Processor.process_getColumnDescriptors] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2518: [C0103(invalid-name), Processor.process_getColumnDescriptors] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2525: [C0103(invalid-name), Processor.process_getTableRegions] Invalid method name "process_getTableRegions" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2525: [C0111(missing-docstring), Processor.process_getTableRegions] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2532: [C0103(invalid-name), Processor.process_getTableRegions] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2539: [C0103(invalid-name), Processor.process_createTable] Invalid method name "process_createTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2539: [C0111(missing-docstring), Processor.process_createTable] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2546: [C0103(invalid-name), Processor.process_createTable] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2548: [C0103(invalid-name), Processor.process_createTable] Invalid variable name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2557: [C0103(invalid-name), Processor.process_deleteTable] Invalid method name "process_deleteTable" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2557: [C0111(missing-docstring), Processor.process_deleteTable] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2564: [C0103(invalid-name), Processor.process_deleteTable] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2571: [C0111(missing-docstring), Processor.process_get] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2578: [C0103(invalid-name), Processor.process_get] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2585: [C0103(invalid-name), Processor.process_getVer] Invalid method name "process_getVer" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2585: [C0111(missing-docstring), Processor.process_getVer] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2592: [C0103(invalid-name), Processor.process_getVer] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2599: [C0103(invalid-name), Processor.process_getVerTs] Invalid method name "process_getVerTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2599: [C0111(missing-docstring), Processor.process_getVerTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2606: [C0103(invalid-name), Processor.process_getVerTs] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2613: [C0103(invalid-name), Processor.process_getRow] Invalid method name "process_getRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2613: [C0111(missing-docstring), Processor.process_getRow] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2620: [C0103(invalid-name), Processor.process_getRow] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2627: [C0103(invalid-name), Processor.process_getRowWithColumns] Invalid method name "process_getRowWithColumns" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2627: [C0111(missing-docstring), Processor.process_getRowWithColumns] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2634: [C0103(invalid-name), Processor.process_getRowWithColumns] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2641: [C0103(invalid-name), Processor.process_getRowTs] Invalid method name "process_getRowTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2641: [C0111(missing-docstring), Processor.process_getRowTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2648: [C0103(invalid-name), Processor.process_getRowTs] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2655: [C0103(invalid-name), Processor.process_getRowWithColumnsTs] Invalid method name "process_getRowWithColumnsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2655: [C0111(missing-docstring), Processor.process_getRowWithColumnsTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2662: [C0103(invalid-name), Processor.process_getRowWithColumnsTs] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2669: [C0103(invalid-name), Processor.process_getRows] Invalid method name "process_getRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2669: [C0111(missing-docstring), Processor.process_getRows] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2676: [C0103(invalid-name), Processor.process_getRows] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2683: [C0103(invalid-name), Processor.process_getRowsWithColumns] Invalid method name "process_getRowsWithColumns" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2683: [C0111(missing-docstring), Processor.process_getRowsWithColumns] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2690: [C0103(invalid-name), Processor.process_getRowsWithColumns] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2697: [C0103(invalid-name), Processor.process_getRowsTs] Invalid method name "process_getRowsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2697: [C0111(missing-docstring), Processor.process_getRowsTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2704: [C0103(invalid-name), Processor.process_getRowsTs] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2711: [C0103(invalid-name), Processor.process_getRowsWithColumnsTs] Invalid method name "process_getRowsWithColumnsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2711: [C0111(missing-docstring), Processor.process_getRowsWithColumnsTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2718: [C0103(invalid-name), Processor.process_getRowsWithColumnsTs] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2725: [C0103(invalid-name), Processor.process_mutateRow] Invalid method name "process_mutateRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2725: [C0111(missing-docstring), Processor.process_mutateRow] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2732: [C0103(invalid-name), Processor.process_mutateRow] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2734: [C0103(invalid-name), Processor.process_mutateRow] Invalid variable name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2741: [C0103(invalid-name), Processor.process_mutateRowTs] Invalid method name "process_mutateRowTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2741: [C0111(missing-docstring), Processor.process_mutateRowTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2748: [C0103(invalid-name), Processor.process_mutateRowTs] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2750: [C0103(invalid-name), Processor.process_mutateRowTs] Invalid variable name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2757: [C0103(invalid-name), Processor.process_mutateRows] Invalid method name "process_mutateRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2757: [C0111(missing-docstring), Processor.process_mutateRows] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2764: [C0103(invalid-name), Processor.process_mutateRows] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2766: [C0103(invalid-name), Processor.process_mutateRows] Invalid variable name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2773: [C0103(invalid-name), Processor.process_mutateRowsTs] Invalid method name "process_mutateRowsTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2773: [C0111(missing-docstring), Processor.process_mutateRowsTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2780: [C0103(invalid-name), Processor.process_mutateRowsTs] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2782: [C0103(invalid-name), Processor.process_mutateRowsTs] Invalid variable name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2789: [C0103(invalid-name), Processor.process_atomicIncrement] Invalid method name "process_atomicIncrement" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2789: [C0111(missing-docstring), Processor.process_atomicIncrement] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2796: [C0103(invalid-name), Processor.process_atomicIncrement] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2798: [C0103(invalid-name), Processor.process_atomicIncrement] Invalid variable name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2805: [C0103(invalid-name), Processor.process_deleteAll] Invalid method name "process_deleteAll" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2805: [C0111(missing-docstring), Processor.process_deleteAll] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2812: [C0103(invalid-name), Processor.process_deleteAll] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2819: [C0103(invalid-name), Processor.process_deleteAllTs] Invalid method name "process_deleteAllTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2819: [C0111(missing-docstring), Processor.process_deleteAllTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2826: [C0103(invalid-name), Processor.process_deleteAllTs] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2833: [C0103(invalid-name), Processor.process_deleteAllRow] Invalid method name "process_deleteAllRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2833: [C0111(missing-docstring), Processor.process_deleteAllRow] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2840: [C0103(invalid-name), Processor.process_deleteAllRow] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2847: [C0111(missing-docstring), Processor.process_increment] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2854: [C0103(invalid-name), Processor.process_increment] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2861: [C0103(invalid-name), Processor.process_incrementRows] Invalid method name "process_incrementRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2861: [C0111(missing-docstring), Processor.process_incrementRows] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2868: [C0103(invalid-name), Processor.process_incrementRows] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2875: [C0103(invalid-name), Processor.process_deleteAllRowTs] Invalid method name "process_deleteAllRowTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2875: [C0111(missing-docstring), Processor.process_deleteAllRowTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2882: [C0103(invalid-name), Processor.process_deleteAllRowTs] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2889: [C0103(invalid-name), Processor.process_scannerOpenWithScan] Invalid method name "process_scannerOpenWithScan" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2889: [C0111(missing-docstring), Processor.process_scannerOpenWithScan] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2896: [C0103(invalid-name), Processor.process_scannerOpenWithScan] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2903: [C0103(invalid-name), Processor.process_scannerOpen] Invalid method name "process_scannerOpen" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2903: [C0111(missing-docstring), Processor.process_scannerOpen] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2910: [C0103(invalid-name), Processor.process_scannerOpen] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2917: [C0103(invalid-name), Processor.process_scannerOpenWithStop] Invalid method name "process_scannerOpenWithStop" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2917: [C0111(missing-docstring), Processor.process_scannerOpenWithStop] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2924: [C0103(invalid-name), Processor.process_scannerOpenWithStop] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2931: [C0103(invalid-name), Processor.process_scannerOpenWithPrefix] Invalid method name "process_scannerOpenWithPrefix" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2931: [C0111(missing-docstring), Processor.process_scannerOpenWithPrefix] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2938: [C0103(invalid-name), Processor.process_scannerOpenWithPrefix] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2945: [C0103(invalid-name), Processor.process_scannerOpenTs] Invalid method name "process_scannerOpenTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2945: [C0111(missing-docstring), Processor.process_scannerOpenTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2952: [C0103(invalid-name), Processor.process_scannerOpenTs] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2959: [C0103(invalid-name), Processor.process_scannerOpenWithStopTs] Invalid method name "process_scannerOpenWithStopTs" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2959: [C0111(missing-docstring), Processor.process_scannerOpenWithStopTs] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2966: [C0103(invalid-name), Processor.process_scannerOpenWithStopTs] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2973: [C0103(invalid-name), Processor.process_scannerGet] Invalid method name "process_scannerGet" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2973: [C0111(missing-docstring), Processor.process_scannerGet] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2980: [C0103(invalid-name), Processor.process_scannerGet] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2982: [C0103(invalid-name), Processor.process_scannerGet] Invalid variable name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2989: [C0103(invalid-name), Processor.process_scannerGetList] Invalid method name "process_scannerGetList" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2989: [C0111(missing-docstring), Processor.process_scannerGetList] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2996: [C0103(invalid-name), Processor.process_scannerGetList] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2998: [C0103(invalid-name), Processor.process_scannerGetList] Invalid variable name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3005: [C0103(invalid-name), Processor.process_scannerClose] Invalid method name "process_scannerClose" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3005: [C0111(missing-docstring), Processor.process_scannerClose] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3012: [C0103(invalid-name), Processor.process_scannerClose] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3014: [C0103(invalid-name), Processor.process_scannerClose] Invalid variable name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3021: [C0103(invalid-name), Processor.process_getRowOrBefore] Invalid method name "process_getRowOrBefore" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3021: [C0111(missing-docstring), Processor.process_getRowOrBefore] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3028: [C0103(invalid-name), Processor.process_getRowOrBefore] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3035: [C0103(invalid-name), Processor.process_getRegionInfo] Invalid method name "process_getRegionInfo" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3035: [C0111(missing-docstring), Processor.process_getRegionInfo] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3042: [C0103(invalid-name), Processor.process_getRegionInfo] Invalid variable name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2364: [R0904(too-many-public-methods), Processor] Too many public methods (44/20) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3052: [C0103(invalid-name), enableTable_args] Invalid class name "enableTable_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3064: [C0103(invalid-name), enableTable_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3052: [C1001(old-style-class), enableTable_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3063: [C0103(invalid-name), enableTable_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3066: [C0111(missing-docstring), enableTable_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3072: [W0612(unused-variable), enableTable_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3085: [C0111(missing-docstring), enableTable_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3097: [C0111(missing-docstring), enableTable_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3097: [R0201(no-self-use), enableTable_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3102: [C0103(invalid-name), enableTable_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3112: [C0103(invalid-name), enableTable_result] Invalid class name "enableTable_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3124: [C0103(invalid-name), enableTable_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3112: [C1001(old-style-class), enableTable_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3123: [C0103(invalid-name), enableTable_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3126: [C0111(missing-docstring), enableTable_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3132: [W0612(unused-variable), enableTable_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3146: [C0111(missing-docstring), enableTable_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3158: [C0111(missing-docstring), enableTable_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3158: [R0201(no-self-use), enableTable_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3163: [C0103(invalid-name), enableTable_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3173: [C0103(invalid-name), disableTable_args] Invalid class name "disableTable_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3185: [C0103(invalid-name), disableTable_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3173: [C1001(old-style-class), disableTable_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3184: [C0103(invalid-name), disableTable_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3187: [C0111(missing-docstring), disableTable_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3193: [W0612(unused-variable), disableTable_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3206: [C0111(missing-docstring), disableTable_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3218: [C0111(missing-docstring), disableTable_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3218: [R0201(no-self-use), disableTable_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3223: [C0103(invalid-name), disableTable_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3233: [C0103(invalid-name), disableTable_result] Invalid class name "disableTable_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3245: [C0103(invalid-name), disableTable_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3233: [C1001(old-style-class), disableTable_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3244: [C0103(invalid-name), disableTable_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3247: [C0111(missing-docstring), disableTable_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3253: [W0612(unused-variable), disableTable_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3267: [C0111(missing-docstring), disableTable_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3279: [C0111(missing-docstring), disableTable_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3279: [R0201(no-self-use), disableTable_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3284: [C0103(invalid-name), disableTable_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3294: [C0103(invalid-name), isTableEnabled_args] Invalid class name "isTableEnabled_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3306: [C0103(invalid-name), isTableEnabled_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3294: [C1001(old-style-class), isTableEnabled_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3305: [C0103(invalid-name), isTableEnabled_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3308: [C0111(missing-docstring), isTableEnabled_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3314: [W0612(unused-variable), isTableEnabled_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3327: [C0111(missing-docstring), isTableEnabled_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3339: [C0111(missing-docstring), isTableEnabled_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3339: [R0201(no-self-use), isTableEnabled_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3344: [C0103(invalid-name), isTableEnabled_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3354: [C0103(invalid-name), isTableEnabled_result] Invalid class name "isTableEnabled_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3368: [C0103(invalid-name), isTableEnabled_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3354: [C1001(old-style-class), isTableEnabled_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3366: [C0103(invalid-name), isTableEnabled_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3370: [C0111(missing-docstring), isTableEnabled_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3376: [W0612(unused-variable), isTableEnabled_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3395: [C0111(missing-docstring), isTableEnabled_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3411: [C0111(missing-docstring), isTableEnabled_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3411: [R0201(no-self-use), isTableEnabled_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3416: [C0103(invalid-name), isTableEnabled_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3426: [C0103(invalid-name), compact_args] Invalid class name "compact_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3438: [C0103(invalid-name), compact_args.__init__] Invalid attribute name "tableNameOrRegionName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3426: [C1001(old-style-class), compact_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3437: [C0103(invalid-name), compact_args.__init__] Invalid argument name "tableNameOrRegionName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3440: [C0111(missing-docstring), compact_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3446: [W0612(unused-variable), compact_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3459: [C0111(missing-docstring), compact_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3471: [C0111(missing-docstring), compact_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3471: [R0201(no-self-use), compact_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3476: [C0103(invalid-name), compact_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3486: [C0103(invalid-name), compact_result] Invalid class name "compact_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3498: [C0103(invalid-name), compact_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3486: [C1001(old-style-class), compact_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3497: [C0103(invalid-name), compact_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3500: [C0111(missing-docstring), compact_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3506: [W0612(unused-variable), compact_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3520: [C0111(missing-docstring), compact_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3532: [C0111(missing-docstring), compact_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3532: [R0201(no-self-use), compact_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3537: [C0103(invalid-name), compact_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3547: [C0103(invalid-name), majorCompact_args] Invalid class name "majorCompact_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3559: [C0103(invalid-name), majorCompact_args.__init__] Invalid attribute name "tableNameOrRegionName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3547: [C1001(old-style-class), majorCompact_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3558: [C0103(invalid-name), majorCompact_args.__init__] Invalid argument name "tableNameOrRegionName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3561: [C0111(missing-docstring), majorCompact_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3567: [W0612(unused-variable), majorCompact_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3580: [C0111(missing-docstring), majorCompact_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3592: [C0111(missing-docstring), majorCompact_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3592: [R0201(no-self-use), majorCompact_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3597: [C0103(invalid-name), majorCompact_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3607: [C0103(invalid-name), majorCompact_result] Invalid class name "majorCompact_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3619: [C0103(invalid-name), majorCompact_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3607: [C1001(old-style-class), majorCompact_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3618: [C0103(invalid-name), majorCompact_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3621: [C0111(missing-docstring), majorCompact_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3627: [W0612(unused-variable), majorCompact_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3641: [C0111(missing-docstring), majorCompact_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3653: [C0111(missing-docstring), majorCompact_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3653: [R0201(no-self-use), majorCompact_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3658: [C0103(invalid-name), majorCompact_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3668: [C0103(invalid-name), getTableNames_args] Invalid class name "getTableNames_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3668: [C0111(missing-docstring), getTableNames_args] Missing class docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3668: [C1001(old-style-class), getTableNames_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3668: [W0232(no-init), getTableNames_args] Class has no __init__ method hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3673: [C0111(missing-docstring), getTableNames_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3679: [W0612(unused-variable), getTableNames_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3679: [W0612(unused-variable), getTableNames_args.read] Unused variable 'fid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3687: [C0111(missing-docstring), getTableNames_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3695: [C0111(missing-docstring), getTableNames_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3695: [R0201(no-self-use), getTableNames_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3700: [C0103(invalid-name), getTableNames_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3710: [C0103(invalid-name), getTableNames_result] Invalid class name "getTableNames_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3724: [C0103(invalid-name), getTableNames_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3710: [C1001(old-style-class), getTableNames_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3722: [C0103(invalid-name), getTableNames_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3726: [C0111(missing-docstring), getTableNames_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3732: [W0612(unused-variable), getTableNames_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3756: [C0111(missing-docstring), getTableNames_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3775: [C0111(missing-docstring), getTableNames_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3775: [R0201(no-self-use), getTableNames_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3780: [C0103(invalid-name), getTableNames_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3790: [C0103(invalid-name), getColumnDescriptors_args] Invalid class name "getColumnDescriptors_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3802: [C0103(invalid-name), getColumnDescriptors_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3790: [C1001(old-style-class), getColumnDescriptors_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3801: [C0103(invalid-name), getColumnDescriptors_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3804: [C0111(missing-docstring), getColumnDescriptors_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3810: [W0612(unused-variable), getColumnDescriptors_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3823: [C0111(missing-docstring), getColumnDescriptors_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3835: [C0111(missing-docstring), getColumnDescriptors_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3835: [R0201(no-self-use), getColumnDescriptors_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3840: [C0103(invalid-name), getColumnDescriptors_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3850: [C0103(invalid-name), getColumnDescriptors_result] Invalid class name "getColumnDescriptors_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3864: [C0103(invalid-name), getColumnDescriptors_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3850: [C1001(old-style-class), getColumnDescriptors_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3862: [C0103(invalid-name), getColumnDescriptors_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3866: [C0111(missing-docstring), getColumnDescriptors_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3872: [W0612(unused-variable), getColumnDescriptors_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3898: [C0111(missing-docstring), getColumnDescriptors_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3918: [C0111(missing-docstring), getColumnDescriptors_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3918: [R0201(no-self-use), getColumnDescriptors_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3923: [C0103(invalid-name), getColumnDescriptors_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3933: [C0103(invalid-name), getTableRegions_args] Invalid class name "getTableRegions_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3945: [C0103(invalid-name), getTableRegions_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3933: [C1001(old-style-class), getTableRegions_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3944: [C0103(invalid-name), getTableRegions_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3947: [C0111(missing-docstring), getTableRegions_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3953: [W0612(unused-variable), getTableRegions_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3966: [C0111(missing-docstring), getTableRegions_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3978: [C0111(missing-docstring), getTableRegions_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3978: [R0201(no-self-use), getTableRegions_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3983: [C0103(invalid-name), getTableRegions_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3993: [C0103(invalid-name), getTableRegions_result] Invalid class name "getTableRegions_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4007: [C0103(invalid-name), getTableRegions_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3993: [C1001(old-style-class), getTableRegions_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4005: [C0103(invalid-name), getTableRegions_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4009: [C0111(missing-docstring), getTableRegions_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4015: [W0612(unused-variable), getTableRegions_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4040: [C0111(missing-docstring), getTableRegions_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4059: [C0111(missing-docstring), getTableRegions_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4059: [R0201(no-self-use), getTableRegions_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4064: [C0103(invalid-name), getTableRegions_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4074: [C0103(invalid-name), createTable_args] Invalid class name "createTable_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4089: [C0103(invalid-name), createTable_args.__init__] Invalid attribute name "columnFamilies" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4088: [C0103(invalid-name), createTable_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4074: [C1001(old-style-class), createTable_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4087: [C0103(invalid-name), createTable_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4087: [C0103(invalid-name), createTable_args.__init__] Invalid argument name "columnFamilies" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4091: [C0111(missing-docstring), createTable_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4097: [W0612(unused-variable), createTable_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4121: [C0111(missing-docstring), createTable_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4140: [C0111(missing-docstring), createTable_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4140: [R0201(no-self-use), createTable_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4145: [C0103(invalid-name), createTable_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4155: [C0103(invalid-name), createTable_result] Invalid class name "createTable_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4172: [C0103(invalid-name), createTable_result.__init__] Invalid attribute name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4171: [C0103(invalid-name), createTable_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4155: [C1001(old-style-class), createTable_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4170: [C0103(invalid-name), createTable_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4170: [C0103(invalid-name), createTable_result.__init__] Invalid argument name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4175: [C0111(missing-docstring), createTable_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4181: [W0612(unused-variable), createTable_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4175: [R0912(too-many-branches), createTable_result.read] Too many branches (13/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4207: [C0111(missing-docstring), createTable_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4227: [C0111(missing-docstring), createTable_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4227: [R0201(no-self-use), createTable_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4232: [C0103(invalid-name), createTable_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4242: [C0103(invalid-name), deleteTable_args] Invalid class name "deleteTable_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4254: [C0103(invalid-name), deleteTable_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4242: [C1001(old-style-class), deleteTable_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4253: [C0103(invalid-name), deleteTable_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4256: [C0111(missing-docstring), deleteTable_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4262: [W0612(unused-variable), deleteTable_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4275: [C0111(missing-docstring), deleteTable_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4287: [C0111(missing-docstring), deleteTable_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4287: [R0201(no-self-use), deleteTable_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4292: [C0103(invalid-name), deleteTable_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4302: [C0103(invalid-name), deleteTable_result] Invalid class name "deleteTable_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4314: [C0103(invalid-name), deleteTable_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4302: [C1001(old-style-class), deleteTable_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4313: [C0103(invalid-name), deleteTable_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4316: [C0111(missing-docstring), deleteTable_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4322: [W0612(unused-variable), deleteTable_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4336: [C0111(missing-docstring), deleteTable_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4348: [C0111(missing-docstring), deleteTable_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4348: [R0201(no-self-use), deleteTable_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4353: [C0103(invalid-name), deleteTable_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4363: [C0103(invalid-name), get_args] Invalid class name "get_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4381: [C0103(invalid-name), get_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4363: [C1001(old-style-class), get_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4380: [C0103(invalid-name), get_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4386: [C0111(missing-docstring), get_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4392: [W0612(unused-variable), get_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4386: [R0912(too-many-branches), get_args.read] Too many branches (17/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4426: [C0111(missing-docstring), get_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4454: [C0111(missing-docstring), get_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4454: [R0201(no-self-use), get_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4459: [C0103(invalid-name), get_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4469: [C0103(invalid-name), get_result] Invalid class name "get_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4483: [C0103(invalid-name), get_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4469: [C1001(old-style-class), get_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4481: [C0103(invalid-name), get_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4485: [C0111(missing-docstring), get_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4491: [W0612(unused-variable), get_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4516: [C0111(missing-docstring), get_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4535: [C0111(missing-docstring), get_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4535: [R0201(no-self-use), get_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4540: [C0103(invalid-name), get_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4550: [C0103(invalid-name), getVer_args] Invalid class name "getVer_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4573: [C0103(invalid-name), getVer_args.__init__] Invalid attribute name "numVersions" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4570: [C0103(invalid-name), getVer_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4550: [C1001(old-style-class), getVer_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4569: [C0103(invalid-name), getVer_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4569: [C0103(invalid-name), getVer_args.__init__] Invalid argument name "numVersions" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4569: [R0913(too-many-arguments), getVer_args.__init__] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4576: [C0111(missing-docstring), getVer_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4582: [W0612(unused-variable), getVer_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4576: [R0912(too-many-branches), getVer_args.read] Too many branches (20/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4621: [C0111(missing-docstring), getVer_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4653: [C0111(missing-docstring), getVer_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4653: [R0201(no-self-use), getVer_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4658: [C0103(invalid-name), getVer_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4668: [C0103(invalid-name), getVer_result] Invalid class name "getVer_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4682: [C0103(invalid-name), getVer_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4668: [C1001(old-style-class), getVer_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4680: [C0103(invalid-name), getVer_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4684: [C0111(missing-docstring), getVer_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4690: [W0612(unused-variable), getVer_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4715: [C0111(missing-docstring), getVer_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4734: [C0111(missing-docstring), getVer_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4734: [R0201(no-self-use), getVer_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4739: [C0103(invalid-name), getVer_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4749: [C0103(invalid-name), getVerTs_args] Invalid class name "getVerTs_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4771: [C0103(invalid-name), getVerTs_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4775: [C0103(invalid-name), getVerTs_args.__init__] Invalid attribute name "numVersions" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4749: [C1001(old-style-class), getVerTs_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4770: [C0103(invalid-name), getVerTs_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4770: [C0103(invalid-name), getVerTs_args.__init__] Invalid argument name "numVersions" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4770: [R0913(too-many-arguments), getVerTs_args.__init__] Too many arguments (7/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4778: [C0111(missing-docstring), getVerTs_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4784: [W0612(unused-variable), getVerTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4778: [R0912(too-many-branches), getVerTs_args.read] Too many branches (23/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4828: [C0111(missing-docstring), getVerTs_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4864: [C0111(missing-docstring), getVerTs_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4864: [R0201(no-self-use), getVerTs_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4869: [C0103(invalid-name), getVerTs_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4879: [C0103(invalid-name), getVerTs_result] Invalid class name "getVerTs_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4893: [C0103(invalid-name), getVerTs_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4879: [C1001(old-style-class), getVerTs_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4891: [C0103(invalid-name), getVerTs_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4895: [C0111(missing-docstring), getVerTs_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4901: [W0612(unused-variable), getVerTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4926: [C0111(missing-docstring), getVerTs_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4945: [C0111(missing-docstring), getVerTs_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4945: [R0201(no-self-use), getVerTs_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4950: [C0103(invalid-name), getVerTs_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4960: [C0103(invalid-name), getRow_args] Invalid class name "getRow_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4976: [C0103(invalid-name), getRow_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4960: [C1001(old-style-class), getRow_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4975: [C0103(invalid-name), getRow_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4980: [C0111(missing-docstring), getRow_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4986: [W0612(unused-variable), getRow_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4980: [R0912(too-many-branches), getRow_args.read] Too many branches (14/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5015: [C0111(missing-docstring), getRow_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5039: [C0111(missing-docstring), getRow_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5039: [R0201(no-self-use), getRow_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5044: [C0103(invalid-name), getRow_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5054: [C0103(invalid-name), getRow_result] Invalid class name "getRow_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5068: [C0103(invalid-name), getRow_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5054: [C1001(old-style-class), getRow_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5066: [C0103(invalid-name), getRow_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5070: [C0111(missing-docstring), getRow_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5076: [W0612(unused-variable), getRow_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5101: [C0111(missing-docstring), getRow_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5120: [C0111(missing-docstring), getRow_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5120: [R0201(no-self-use), getRow_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5125: [C0103(invalid-name), getRow_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5135: [C0103(invalid-name), getRowWithColumns_args] Invalid class name "getRowWithColumns_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5153: [C0103(invalid-name), getRowWithColumns_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5135: [C1001(old-style-class), getRowWithColumns_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5152: [C0103(invalid-name), getRowWithColumns_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5158: [C0111(missing-docstring), getRowWithColumns_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5164: [W0612(unused-variable), getRowWithColumns_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5158: [R0912(too-many-branches), getRowWithColumns_args.read] Too many branches (18/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5203: [C0111(missing-docstring), getRowWithColumns_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5234: [C0111(missing-docstring), getRowWithColumns_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5234: [R0201(no-self-use), getRowWithColumns_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5239: [C0103(invalid-name), getRowWithColumns_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5249: [C0103(invalid-name), getRowWithColumns_result] Invalid class name "getRowWithColumns_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5263: [C0103(invalid-name), getRowWithColumns_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5249: [C1001(old-style-class), getRowWithColumns_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5261: [C0103(invalid-name), getRowWithColumns_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5265: [C0111(missing-docstring), getRowWithColumns_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5271: [W0612(unused-variable), getRowWithColumns_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5296: [C0111(missing-docstring), getRowWithColumns_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5315: [C0111(missing-docstring), getRowWithColumns_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5315: [R0201(no-self-use), getRowWithColumns_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5320: [C0103(invalid-name), getRowWithColumns_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5330: [C0103(invalid-name), getRowTs_args] Invalid class name "getRowTs_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5348: [C0103(invalid-name), getRowTs_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5330: [C1001(old-style-class), getRowTs_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5347: [C0103(invalid-name), getRowTs_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5353: [C0111(missing-docstring), getRowTs_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5359: [W0612(unused-variable), getRowTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5353: [R0912(too-many-branches), getRowTs_args.read] Too many branches (17/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5393: [C0111(missing-docstring), getRowTs_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5421: [C0111(missing-docstring), getRowTs_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5421: [R0201(no-self-use), getRowTs_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5426: [C0103(invalid-name), getRowTs_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5436: [C0103(invalid-name), getRowTs_result] Invalid class name "getRowTs_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5450: [C0103(invalid-name), getRowTs_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5436: [C1001(old-style-class), getRowTs_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5448: [C0103(invalid-name), getRowTs_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5452: [C0111(missing-docstring), getRowTs_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5458: [W0612(unused-variable), getRowTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5483: [C0111(missing-docstring), getRowTs_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5502: [C0111(missing-docstring), getRowTs_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5502: [R0201(no-self-use), getRowTs_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5507: [C0103(invalid-name), getRowTs_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5517: [C0103(invalid-name), getRowWithColumnsTs_args] Invalid class name "getRowWithColumnsTs_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5537: [C0103(invalid-name), getRowWithColumnsTs_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5517: [C1001(old-style-class), getRowWithColumnsTs_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5536: [C0103(invalid-name), getRowWithColumnsTs_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5536: [R0913(too-many-arguments), getRowWithColumnsTs_args.__init__] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5543: [C0111(missing-docstring), getRowWithColumnsTs_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5549: [W0612(unused-variable), getRowWithColumnsTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5543: [R0912(too-many-branches), getRowWithColumnsTs_args.read] Too many branches (21/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5593: [C0111(missing-docstring), getRowWithColumnsTs_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5628: [C0111(missing-docstring), getRowWithColumnsTs_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5628: [R0201(no-self-use), getRowWithColumnsTs_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5633: [C0103(invalid-name), getRowWithColumnsTs_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5643: [C0103(invalid-name), getRowWithColumnsTs_result] Invalid class name "getRowWithColumnsTs_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5657: [C0103(invalid-name), getRowWithColumnsTs_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5643: [C1001(old-style-class), getRowWithColumnsTs_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5655: [C0103(invalid-name), getRowWithColumnsTs_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5659: [C0111(missing-docstring), getRowWithColumnsTs_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5665: [W0612(unused-variable), getRowWithColumnsTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5690: [C0111(missing-docstring), getRowWithColumnsTs_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5709: [C0111(missing-docstring), getRowWithColumnsTs_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5709: [R0201(no-self-use), getRowWithColumnsTs_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5714: [C0103(invalid-name), getRowWithColumnsTs_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5724: [C0103(invalid-name), getRows_args] Invalid class name "getRows_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5740: [C0103(invalid-name), getRows_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5724: [C1001(old-style-class), getRows_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5739: [C0103(invalid-name), getRows_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5744: [C0111(missing-docstring), getRows_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5750: [W0612(unused-variable), getRows_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5744: [R0912(too-many-branches), getRows_args.read] Too many branches (15/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5784: [C0111(missing-docstring), getRows_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5811: [C0111(missing-docstring), getRows_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5811: [R0201(no-self-use), getRows_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5816: [C0103(invalid-name), getRows_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5826: [C0103(invalid-name), getRows_result] Invalid class name "getRows_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5840: [C0103(invalid-name), getRows_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5826: [C1001(old-style-class), getRows_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5838: [C0103(invalid-name), getRows_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5842: [C0111(missing-docstring), getRows_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5848: [W0612(unused-variable), getRows_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5873: [C0111(missing-docstring), getRows_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5892: [C0111(missing-docstring), getRows_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5892: [R0201(no-self-use), getRows_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5897: [C0103(invalid-name), getRows_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5907: [C0103(invalid-name), getRowsWithColumns_args] Invalid class name "getRowsWithColumns_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5925: [C0103(invalid-name), getRowsWithColumns_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5907: [C1001(old-style-class), getRowsWithColumns_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5924: [C0103(invalid-name), getRowsWithColumns_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5930: [C0111(missing-docstring), getRowsWithColumns_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5930: [R0914(too-many-locals), getRowsWithColumns_args.read] Too many local variables (19/15) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5936: [W0612(unused-variable), getRowsWithColumns_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5930: [R0912(too-many-branches), getRowsWithColumns_args.read] Too many branches (19/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5980: [C0111(missing-docstring), getRowsWithColumns_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6014: [C0111(missing-docstring), getRowsWithColumns_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6014: [R0201(no-self-use), getRowsWithColumns_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6019: [C0103(invalid-name), getRowsWithColumns_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6029: [C0103(invalid-name), getRowsWithColumns_result] Invalid class name "getRowsWithColumns_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6043: [C0103(invalid-name), getRowsWithColumns_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6029: [C1001(old-style-class), getRowsWithColumns_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6041: [C0103(invalid-name), getRowsWithColumns_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6045: [C0111(missing-docstring), getRowsWithColumns_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6051: [W0612(unused-variable), getRowsWithColumns_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6076: [C0111(missing-docstring), getRowsWithColumns_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6095: [C0111(missing-docstring), getRowsWithColumns_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6095: [R0201(no-self-use), getRowsWithColumns_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6100: [C0103(invalid-name), getRowsWithColumns_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6110: [C0103(invalid-name), getRowsTs_args] Invalid class name "getRowsTs_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6128: [C0103(invalid-name), getRowsTs_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6110: [C1001(old-style-class), getRowsTs_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6127: [C0103(invalid-name), getRowsTs_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6133: [C0111(missing-docstring), getRowsTs_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6139: [W0612(unused-variable), getRowsTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6133: [R0912(too-many-branches), getRowsTs_args.read] Too many branches (18/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6178: [C0111(missing-docstring), getRowsTs_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6209: [C0111(missing-docstring), getRowsTs_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6209: [R0201(no-self-use), getRowsTs_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6214: [C0103(invalid-name), getRowsTs_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6224: [C0103(invalid-name), getRowsTs_result] Invalid class name "getRowsTs_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6238: [C0103(invalid-name), getRowsTs_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6224: [C1001(old-style-class), getRowsTs_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6236: [C0103(invalid-name), getRowsTs_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6240: [C0111(missing-docstring), getRowsTs_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6246: [W0612(unused-variable), getRowsTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6271: [C0111(missing-docstring), getRowsTs_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6290: [C0111(missing-docstring), getRowsTs_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6290: [R0201(no-self-use), getRowsTs_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6295: [C0103(invalid-name), getRowsTs_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6305: [C0103(invalid-name), getRowsWithColumnsTs_args] Invalid class name "getRowsWithColumnsTs_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6325: [C0103(invalid-name), getRowsWithColumnsTs_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6305: [C1001(old-style-class), getRowsWithColumnsTs_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6324: [C0103(invalid-name), getRowsWithColumnsTs_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6324: [R0913(too-many-arguments), getRowsWithColumnsTs_args.__init__] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6331: [C0111(missing-docstring), getRowsWithColumnsTs_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6331: [R0914(too-many-locals), getRowsWithColumnsTs_args.read] Too many local variables (19/15) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6337: [W0612(unused-variable), getRowsWithColumnsTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6331: [R0912(too-many-branches), getRowsWithColumnsTs_args.read] Too many branches (22/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6386: [C0111(missing-docstring), getRowsWithColumnsTs_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6424: [C0111(missing-docstring), getRowsWithColumnsTs_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6424: [R0201(no-self-use), getRowsWithColumnsTs_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6429: [C0103(invalid-name), getRowsWithColumnsTs_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6439: [C0103(invalid-name), getRowsWithColumnsTs_result] Invalid class name "getRowsWithColumnsTs_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6453: [C0103(invalid-name), getRowsWithColumnsTs_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6439: [C1001(old-style-class), getRowsWithColumnsTs_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6451: [C0103(invalid-name), getRowsWithColumnsTs_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6455: [C0111(missing-docstring), getRowsWithColumnsTs_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6461: [W0612(unused-variable), getRowsWithColumnsTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6486: [C0111(missing-docstring), getRowsWithColumnsTs_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6505: [C0111(missing-docstring), getRowsWithColumnsTs_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6505: [R0201(no-self-use), getRowsWithColumnsTs_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6510: [C0103(invalid-name), getRowsWithColumnsTs_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6520: [C0103(invalid-name), mutateRow_args] Invalid class name "mutateRow_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6538: [C0103(invalid-name), mutateRow_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6520: [C1001(old-style-class), mutateRow_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6537: [C0103(invalid-name), mutateRow_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6543: [C0111(missing-docstring), mutateRow_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6549: [W0612(unused-variable), mutateRow_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6543: [R0912(too-many-branches), mutateRow_args.read] Too many branches (18/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6589: [C0111(missing-docstring), mutateRow_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6620: [C0111(missing-docstring), mutateRow_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6620: [R0201(no-self-use), mutateRow_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6625: [C0103(invalid-name), mutateRow_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6635: [C0103(invalid-name), mutateRow_result] Invalid class name "mutateRow_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6650: [C0103(invalid-name), mutateRow_result.__init__] Invalid attribute name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6649: [C0103(invalid-name), mutateRow_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6635: [C1001(old-style-class), mutateRow_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6648: [C0103(invalid-name), mutateRow_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6648: [C0103(invalid-name), mutateRow_result.__init__] Invalid argument name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6652: [C0111(missing-docstring), mutateRow_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6658: [W0612(unused-variable), mutateRow_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6678: [C0111(missing-docstring), mutateRow_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6694: [C0111(missing-docstring), mutateRow_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6694: [R0201(no-self-use), mutateRow_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6699: [C0103(invalid-name), mutateRow_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6709: [C0103(invalid-name), mutateRowTs_args] Invalid class name "mutateRowTs_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6729: [C0103(invalid-name), mutateRowTs_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6709: [C1001(old-style-class), mutateRowTs_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6728: [C0103(invalid-name), mutateRowTs_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6728: [R0913(too-many-arguments), mutateRowTs_args.__init__] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6735: [C0111(missing-docstring), mutateRowTs_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6741: [W0612(unused-variable), mutateRowTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6735: [R0912(too-many-branches), mutateRowTs_args.read] Too many branches (21/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6786: [C0111(missing-docstring), mutateRowTs_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6821: [C0111(missing-docstring), mutateRowTs_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6821: [R0201(no-self-use), mutateRowTs_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6826: [C0103(invalid-name), mutateRowTs_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6836: [C0103(invalid-name), mutateRowTs_result] Invalid class name "mutateRowTs_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6851: [C0103(invalid-name), mutateRowTs_result.__init__] Invalid attribute name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6850: [C0103(invalid-name), mutateRowTs_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6836: [C1001(old-style-class), mutateRowTs_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6849: [C0103(invalid-name), mutateRowTs_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6849: [C0103(invalid-name), mutateRowTs_result.__init__] Invalid argument name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6853: [C0111(missing-docstring), mutateRowTs_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6859: [W0612(unused-variable), mutateRowTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6879: [C0111(missing-docstring), mutateRowTs_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6895: [C0111(missing-docstring), mutateRowTs_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6895: [R0201(no-self-use), mutateRowTs_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6900: [C0103(invalid-name), mutateRowTs_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6910: [C0103(invalid-name), mutateRows_args] Invalid class name "mutateRows_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6927: [C0103(invalid-name), mutateRows_args.__init__] Invalid attribute name "rowBatches" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6926: [C0103(invalid-name), mutateRows_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6910: [C1001(old-style-class), mutateRows_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6925: [C0103(invalid-name), mutateRows_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6925: [C0103(invalid-name), mutateRows_args.__init__] Invalid argument name "rowBatches" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6930: [C0111(missing-docstring), mutateRows_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6936: [W0612(unused-variable), mutateRows_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6930: [R0912(too-many-branches), mutateRows_args.read] Too many branches (15/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6971: [C0111(missing-docstring), mutateRows_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6998: [C0111(missing-docstring), mutateRows_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6998: [R0201(no-self-use), mutateRows_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7003: [C0103(invalid-name), mutateRows_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7013: [C0103(invalid-name), mutateRows_result] Invalid class name "mutateRows_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7028: [C0103(invalid-name), mutateRows_result.__init__] Invalid attribute name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7027: [C0103(invalid-name), mutateRows_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7013: [C1001(old-style-class), mutateRows_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7026: [C0103(invalid-name), mutateRows_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7026: [C0103(invalid-name), mutateRows_result.__init__] Invalid argument name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7030: [C0111(missing-docstring), mutateRows_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7036: [W0612(unused-variable), mutateRows_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7056: [C0111(missing-docstring), mutateRows_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7072: [C0111(missing-docstring), mutateRows_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7072: [R0201(no-self-use), mutateRows_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7077: [C0103(invalid-name), mutateRows_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7087: [C0103(invalid-name), mutateRowsTs_args] Invalid class name "mutateRowsTs_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7106: [C0103(invalid-name), mutateRowsTs_args.__init__] Invalid attribute name "rowBatches" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7105: [C0103(invalid-name), mutateRowsTs_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7087: [C1001(old-style-class), mutateRowsTs_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7104: [C0103(invalid-name), mutateRowsTs_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7104: [C0103(invalid-name), mutateRowsTs_args.__init__] Invalid argument name "rowBatches" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7110: [C0111(missing-docstring), mutateRowsTs_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7116: [W0612(unused-variable), mutateRowsTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7110: [R0912(too-many-branches), mutateRowsTs_args.read] Too many branches (18/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7156: [C0111(missing-docstring), mutateRowsTs_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7187: [C0111(missing-docstring), mutateRowsTs_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7187: [R0201(no-self-use), mutateRowsTs_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7192: [C0103(invalid-name), mutateRowsTs_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7202: [C0103(invalid-name), mutateRowsTs_result] Invalid class name "mutateRowsTs_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7217: [C0103(invalid-name), mutateRowsTs_result.__init__] Invalid attribute name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7216: [C0103(invalid-name), mutateRowsTs_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7202: [C1001(old-style-class), mutateRowsTs_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7215: [C0103(invalid-name), mutateRowsTs_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7215: [C0103(invalid-name), mutateRowsTs_result.__init__] Invalid argument name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7219: [C0111(missing-docstring), mutateRowsTs_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7225: [W0612(unused-variable), mutateRowsTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7245: [C0111(missing-docstring), mutateRowsTs_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7261: [C0111(missing-docstring), mutateRowsTs_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7261: [R0201(no-self-use), mutateRowsTs_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7266: [C0103(invalid-name), mutateRowsTs_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7276: [C0103(invalid-name), atomicIncrement_args] Invalid class name "atomicIncrement_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7294: [C0103(invalid-name), atomicIncrement_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7276: [C1001(old-style-class), atomicIncrement_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7293: [C0103(invalid-name), atomicIncrement_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7299: [C0111(missing-docstring), atomicIncrement_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7305: [W0612(unused-variable), atomicIncrement_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7299: [R0912(too-many-branches), atomicIncrement_args.read] Too many branches (16/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7333: [C0111(missing-docstring), atomicIncrement_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7357: [C0111(missing-docstring), atomicIncrement_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7357: [R0201(no-self-use), atomicIncrement_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7362: [C0103(invalid-name), atomicIncrement_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7372: [C0103(invalid-name), atomicIncrement_result] Invalid class name "atomicIncrement_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7389: [C0103(invalid-name), atomicIncrement_result.__init__] Invalid attribute name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7388: [C0103(invalid-name), atomicIncrement_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7372: [C1001(old-style-class), atomicIncrement_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7386: [C0103(invalid-name), atomicIncrement_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7386: [C0103(invalid-name), atomicIncrement_result.__init__] Invalid argument name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7391: [C0111(missing-docstring), atomicIncrement_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7397: [W0612(unused-variable), atomicIncrement_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7391: [R0912(too-many-branches), atomicIncrement_result.read] Too many branches (13/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7422: [C0111(missing-docstring), atomicIncrement_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7442: [C0111(missing-docstring), atomicIncrement_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7442: [R0201(no-self-use), atomicIncrement_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7447: [C0103(invalid-name), atomicIncrement_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7457: [C0103(invalid-name), deleteAll_args] Invalid class name "deleteAll_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7475: [C0103(invalid-name), deleteAll_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7457: [C1001(old-style-class), deleteAll_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7474: [C0103(invalid-name), deleteAll_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7480: [C0111(missing-docstring), deleteAll_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7486: [W0612(unused-variable), deleteAll_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7480: [R0912(too-many-branches), deleteAll_args.read] Too many branches (17/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7520: [C0111(missing-docstring), deleteAll_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7548: [C0111(missing-docstring), deleteAll_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7548: [R0201(no-self-use), deleteAll_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7553: [C0103(invalid-name), deleteAll_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7563: [C0103(invalid-name), deleteAll_result] Invalid class name "deleteAll_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7575: [C0103(invalid-name), deleteAll_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7563: [C1001(old-style-class), deleteAll_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7574: [C0103(invalid-name), deleteAll_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7577: [C0111(missing-docstring), deleteAll_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7583: [W0612(unused-variable), deleteAll_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7597: [C0111(missing-docstring), deleteAll_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7609: [C0111(missing-docstring), deleteAll_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7609: [R0201(no-self-use), deleteAll_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7614: [C0103(invalid-name), deleteAll_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7624: [C0103(invalid-name), deleteAllTs_args] Invalid class name "deleteAllTs_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7644: [C0103(invalid-name), deleteAllTs_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7624: [C1001(old-style-class), deleteAllTs_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7643: [C0103(invalid-name), deleteAllTs_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7643: [R0913(too-many-arguments), deleteAllTs_args.__init__] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7650: [C0111(missing-docstring), deleteAllTs_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7656: [W0612(unused-variable), deleteAllTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7650: [R0912(too-many-branches), deleteAllTs_args.read] Too many branches (20/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7695: [C0111(missing-docstring), deleteAllTs_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7727: [C0111(missing-docstring), deleteAllTs_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7727: [R0201(no-self-use), deleteAllTs_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7732: [C0103(invalid-name), deleteAllTs_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7742: [C0103(invalid-name), deleteAllTs_result] Invalid class name "deleteAllTs_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7754: [C0103(invalid-name), deleteAllTs_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7742: [C1001(old-style-class), deleteAllTs_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7753: [C0103(invalid-name), deleteAllTs_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7756: [C0111(missing-docstring), deleteAllTs_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7762: [W0612(unused-variable), deleteAllTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7776: [C0111(missing-docstring), deleteAllTs_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7788: [C0111(missing-docstring), deleteAllTs_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7788: [R0201(no-self-use), deleteAllTs_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7793: [C0103(invalid-name), deleteAllTs_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7803: [C0103(invalid-name), deleteAllRow_args] Invalid class name "deleteAllRow_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7819: [C0103(invalid-name), deleteAllRow_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7803: [C1001(old-style-class), deleteAllRow_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7818: [C0103(invalid-name), deleteAllRow_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7823: [C0111(missing-docstring), deleteAllRow_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7829: [W0612(unused-variable), deleteAllRow_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7823: [R0912(too-many-branches), deleteAllRow_args.read] Too many branches (14/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7858: [C0111(missing-docstring), deleteAllRow_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7882: [C0111(missing-docstring), deleteAllRow_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7882: [R0201(no-self-use), deleteAllRow_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7887: [C0103(invalid-name), deleteAllRow_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7897: [C0103(invalid-name), deleteAllRow_result] Invalid class name "deleteAllRow_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7909: [C0103(invalid-name), deleteAllRow_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7897: [C1001(old-style-class), deleteAllRow_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7908: [C0103(invalid-name), deleteAllRow_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7911: [C0111(missing-docstring), deleteAllRow_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7917: [W0612(unused-variable), deleteAllRow_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7931: [C0111(missing-docstring), deleteAllRow_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7943: [C0111(missing-docstring), deleteAllRow_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7943: [R0201(no-self-use), deleteAllRow_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7948: [C0103(invalid-name), deleteAllRow_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7958: [C0103(invalid-name), increment_args] Invalid class name "increment_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7958: [C1001(old-style-class), increment_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7972: [C0111(missing-docstring), increment_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7978: [W0612(unused-variable), increment_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7992: [C0111(missing-docstring), increment_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8004: [C0111(missing-docstring), increment_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8004: [R0201(no-self-use), increment_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8009: [C0103(invalid-name), increment_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8019: [C0103(invalid-name), increment_result] Invalid class name "increment_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8031: [C0103(invalid-name), increment_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8019: [C1001(old-style-class), increment_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8030: [C0103(invalid-name), increment_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8033: [C0111(missing-docstring), increment_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8039: [W0612(unused-variable), increment_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8053: [C0111(missing-docstring), increment_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8065: [C0111(missing-docstring), increment_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8065: [R0201(no-self-use), increment_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8070: [C0103(invalid-name), increment_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8080: [C0103(invalid-name), incrementRows_args] Invalid class name "incrementRows_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8080: [C1001(old-style-class), incrementRows_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8094: [C0111(missing-docstring), incrementRows_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8100: [W0612(unused-variable), incrementRows_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8119: [C0111(missing-docstring), incrementRows_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8134: [C0111(missing-docstring), incrementRows_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8134: [R0201(no-self-use), incrementRows_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8139: [C0103(invalid-name), incrementRows_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8149: [C0103(invalid-name), incrementRows_result] Invalid class name "incrementRows_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8161: [C0103(invalid-name), incrementRows_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8149: [C1001(old-style-class), incrementRows_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8160: [C0103(invalid-name), incrementRows_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8163: [C0111(missing-docstring), incrementRows_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8169: [W0612(unused-variable), incrementRows_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8183: [C0111(missing-docstring), incrementRows_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8195: [C0111(missing-docstring), incrementRows_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8195: [R0201(no-self-use), incrementRows_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8200: [C0103(invalid-name), incrementRows_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8210: [C0103(invalid-name), deleteAllRowTs_args] Invalid class name "deleteAllRowTs_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8228: [C0103(invalid-name), deleteAllRowTs_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8210: [C1001(old-style-class), deleteAllRowTs_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8227: [C0103(invalid-name), deleteAllRowTs_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8233: [C0111(missing-docstring), deleteAllRowTs_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8239: [W0612(unused-variable), deleteAllRowTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8233: [R0912(too-many-branches), deleteAllRowTs_args.read] Too many branches (17/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8273: [C0111(missing-docstring), deleteAllRowTs_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8301: [C0111(missing-docstring), deleteAllRowTs_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8301: [R0201(no-self-use), deleteAllRowTs_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8306: [C0103(invalid-name), deleteAllRowTs_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8316: [C0103(invalid-name), deleteAllRowTs_result] Invalid class name "deleteAllRowTs_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8328: [C0103(invalid-name), deleteAllRowTs_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8316: [C1001(old-style-class), deleteAllRowTs_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8327: [C0103(invalid-name), deleteAllRowTs_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8330: [C0111(missing-docstring), deleteAllRowTs_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8336: [W0612(unused-variable), deleteAllRowTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8350: [C0111(missing-docstring), deleteAllRowTs_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8362: [C0111(missing-docstring), deleteAllRowTs_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8362: [R0201(no-self-use), deleteAllRowTs_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8367: [C0103(invalid-name), deleteAllRowTs_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8377: [C0103(invalid-name), scannerOpenWithScan_args] Invalid class name "scannerOpenWithScan_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8393: [C0103(invalid-name), scannerOpenWithScan_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8377: [C1001(old-style-class), scannerOpenWithScan_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8392: [C0103(invalid-name), scannerOpenWithScan_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8397: [C0111(missing-docstring), scannerOpenWithScan_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8403: [W0612(unused-variable), scannerOpenWithScan_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8397: [R0912(too-many-branches), scannerOpenWithScan_args.read] Too many branches (14/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8433: [C0111(missing-docstring), scannerOpenWithScan_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8457: [C0111(missing-docstring), scannerOpenWithScan_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8457: [R0201(no-self-use), scannerOpenWithScan_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8462: [C0103(invalid-name), scannerOpenWithScan_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8472: [C0103(invalid-name), scannerOpenWithScan_result] Invalid class name "scannerOpenWithScan_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8486: [C0103(invalid-name), scannerOpenWithScan_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8472: [C1001(old-style-class), scannerOpenWithScan_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8484: [C0103(invalid-name), scannerOpenWithScan_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8488: [C0111(missing-docstring), scannerOpenWithScan_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8494: [W0612(unused-variable), scannerOpenWithScan_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8513: [C0111(missing-docstring), scannerOpenWithScan_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8529: [C0111(missing-docstring), scannerOpenWithScan_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8529: [R0201(no-self-use), scannerOpenWithScan_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8534: [C0103(invalid-name), scannerOpenWithScan_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8544: [C0103(invalid-name), scannerOpen_args] Invalid class name "scannerOpen_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8566: [C0103(invalid-name), scannerOpen_args.__init__] Invalid attribute name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8565: [C0103(invalid-name), scannerOpen_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8544: [C1001(old-style-class), scannerOpen_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8564: [C0103(invalid-name), scannerOpen_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8564: [C0103(invalid-name), scannerOpen_args.__init__] Invalid argument name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8570: [C0111(missing-docstring), scannerOpen_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8576: [W0612(unused-variable), scannerOpen_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8570: [R0912(too-many-branches), scannerOpen_args.read] Too many branches (18/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8615: [C0111(missing-docstring), scannerOpen_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8646: [C0111(missing-docstring), scannerOpen_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8646: [R0201(no-self-use), scannerOpen_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8651: [C0103(invalid-name), scannerOpen_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8661: [C0103(invalid-name), scannerOpen_result] Invalid class name "scannerOpen_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8675: [C0103(invalid-name), scannerOpen_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8661: [C1001(old-style-class), scannerOpen_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8673: [C0103(invalid-name), scannerOpen_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8677: [C0111(missing-docstring), scannerOpen_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8683: [W0612(unused-variable), scannerOpen_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8702: [C0111(missing-docstring), scannerOpen_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8718: [C0111(missing-docstring), scannerOpen_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8718: [R0201(no-self-use), scannerOpen_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8723: [C0103(invalid-name), scannerOpen_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8733: [C0103(invalid-name), scannerOpenWithStop_args] Invalid class name "scannerOpenWithStop_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8758: [C0103(invalid-name), scannerOpenWithStop_args.__init__] Invalid attribute name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8759: [C0103(invalid-name), scannerOpenWithStop_args.__init__] Invalid attribute name "stopRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8757: [C0103(invalid-name), scannerOpenWithStop_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8733: [C1001(old-style-class), scannerOpenWithStop_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8756: [C0103(invalid-name), scannerOpenWithStop_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8756: [C0103(invalid-name), scannerOpenWithStop_args.__init__] Invalid argument name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8756: [C0103(invalid-name), scannerOpenWithStop_args.__init__] Invalid argument name "stopRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8756: [R0913(too-many-arguments), scannerOpenWithStop_args.__init__] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8763: [C0111(missing-docstring), scannerOpenWithStop_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8769: [W0612(unused-variable), scannerOpenWithStop_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8763: [R0912(too-many-branches), scannerOpenWithStop_args.read] Too many branches (21/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8813: [C0111(missing-docstring), scannerOpenWithStop_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8848: [C0111(missing-docstring), scannerOpenWithStop_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8848: [R0201(no-self-use), scannerOpenWithStop_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8853: [C0103(invalid-name), scannerOpenWithStop_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8863: [C0103(invalid-name), scannerOpenWithStop_result] Invalid class name "scannerOpenWithStop_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8877: [C0103(invalid-name), scannerOpenWithStop_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8863: [C1001(old-style-class), scannerOpenWithStop_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8875: [C0103(invalid-name), scannerOpenWithStop_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8879: [C0111(missing-docstring), scannerOpenWithStop_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8885: [W0612(unused-variable), scannerOpenWithStop_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8904: [C0111(missing-docstring), scannerOpenWithStop_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8920: [C0111(missing-docstring), scannerOpenWithStop_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8920: [R0201(no-self-use), scannerOpenWithStop_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8925: [C0103(invalid-name), scannerOpenWithStop_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8935: [C0103(invalid-name), scannerOpenWithPrefix_args] Invalid class name "scannerOpenWithPrefix_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8953: [C0103(invalid-name), scannerOpenWithPrefix_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8954: [C0103(invalid-name), scannerOpenWithPrefix_args.__init__] Invalid attribute name "startAndPrefix" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8935: [C1001(old-style-class), scannerOpenWithPrefix_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8952: [C0103(invalid-name), scannerOpenWithPrefix_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8952: [C0103(invalid-name), scannerOpenWithPrefix_args.__init__] Invalid argument name "startAndPrefix" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8958: [C0111(missing-docstring), scannerOpenWithPrefix_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8964: [W0612(unused-variable), scannerOpenWithPrefix_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8958: [R0912(too-many-branches), scannerOpenWithPrefix_args.read] Too many branches (18/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9003: [C0111(missing-docstring), scannerOpenWithPrefix_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9034: [C0111(missing-docstring), scannerOpenWithPrefix_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9034: [R0201(no-self-use), scannerOpenWithPrefix_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9039: [C0103(invalid-name), scannerOpenWithPrefix_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9049: [C0103(invalid-name), scannerOpenWithPrefix_result] Invalid class name "scannerOpenWithPrefix_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9063: [C0103(invalid-name), scannerOpenWithPrefix_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9049: [C1001(old-style-class), scannerOpenWithPrefix_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9061: [C0103(invalid-name), scannerOpenWithPrefix_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9065: [C0111(missing-docstring), scannerOpenWithPrefix_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9071: [W0612(unused-variable), scannerOpenWithPrefix_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9090: [C0111(missing-docstring), scannerOpenWithPrefix_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9106: [C0111(missing-docstring), scannerOpenWithPrefix_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9106: [R0201(no-self-use), scannerOpenWithPrefix_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9111: [C0103(invalid-name), scannerOpenWithPrefix_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9121: [C0103(invalid-name), scannerOpenTs_args] Invalid class name "scannerOpenTs_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9145: [C0103(invalid-name), scannerOpenTs_args.__init__] Invalid attribute name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9144: [C0103(invalid-name), scannerOpenTs_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9121: [C1001(old-style-class), scannerOpenTs_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9143: [C0103(invalid-name), scannerOpenTs_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9143: [C0103(invalid-name), scannerOpenTs_args.__init__] Invalid argument name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9143: [R0913(too-many-arguments), scannerOpenTs_args.__init__] Too many arguments (6/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9150: [C0111(missing-docstring), scannerOpenTs_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9156: [W0612(unused-variable), scannerOpenTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9150: [R0912(too-many-branches), scannerOpenTs_args.read] Too many branches (21/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9200: [C0111(missing-docstring), scannerOpenTs_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9235: [C0111(missing-docstring), scannerOpenTs_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9235: [R0201(no-self-use), scannerOpenTs_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9240: [C0103(invalid-name), scannerOpenTs_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9250: [C0103(invalid-name), scannerOpenTs_result] Invalid class name "scannerOpenTs_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9264: [C0103(invalid-name), scannerOpenTs_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9250: [C1001(old-style-class), scannerOpenTs_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9262: [C0103(invalid-name), scannerOpenTs_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9266: [C0111(missing-docstring), scannerOpenTs_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9272: [W0612(unused-variable), scannerOpenTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9291: [C0111(missing-docstring), scannerOpenTs_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9307: [C0111(missing-docstring), scannerOpenTs_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9307: [R0201(no-self-use), scannerOpenTs_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9312: [C0103(invalid-name), scannerOpenTs_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9322: [C0103(invalid-name), scannerOpenWithStopTs_args] Invalid class name "scannerOpenWithStopTs_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9350: [C0103(invalid-name), scannerOpenWithStopTs_args.__init__] Invalid attribute name "stopRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9348: [C0103(invalid-name), scannerOpenWithStopTs_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9349: [C0103(invalid-name), scannerOpenWithStopTs_args.__init__] Invalid attribute name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9322: [C1001(old-style-class), scannerOpenWithStopTs_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9347: [C0103(invalid-name), scannerOpenWithStopTs_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9347: [C0103(invalid-name), scannerOpenWithStopTs_args.__init__] Invalid argument name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9347: [C0103(invalid-name), scannerOpenWithStopTs_args.__init__] Invalid argument name "stopRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9347: [R0913(too-many-arguments), scannerOpenWithStopTs_args.__init__] Too many arguments (7/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9355: [C0111(missing-docstring), scannerOpenWithStopTs_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9361: [W0612(unused-variable), scannerOpenWithStopTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9355: [R0912(too-many-branches), scannerOpenWithStopTs_args.read] Too many branches (24/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9410: [C0111(missing-docstring), scannerOpenWithStopTs_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9449: [C0111(missing-docstring), scannerOpenWithStopTs_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9449: [R0201(no-self-use), scannerOpenWithStopTs_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9454: [C0103(invalid-name), scannerOpenWithStopTs_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9464: [C0103(invalid-name), scannerOpenWithStopTs_result] Invalid class name "scannerOpenWithStopTs_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9478: [C0103(invalid-name), scannerOpenWithStopTs_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9464: [C1001(old-style-class), scannerOpenWithStopTs_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9476: [C0103(invalid-name), scannerOpenWithStopTs_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9480: [C0111(missing-docstring), scannerOpenWithStopTs_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9486: [W0612(unused-variable), scannerOpenWithStopTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9505: [C0111(missing-docstring), scannerOpenWithStopTs_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9521: [C0111(missing-docstring), scannerOpenWithStopTs_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9521: [R0201(no-self-use), scannerOpenWithStopTs_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9526: [C0103(invalid-name), scannerOpenWithStopTs_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9536: [C0103(invalid-name), scannerGet_args] Invalid class name "scannerGet_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9548: [C0103(invalid-name), scannerGet_args.__init__] Invalid attribute name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9536: [C1001(old-style-class), scannerGet_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9547: [W0622(redefined-builtin), scannerGet_args.__init__] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9547: [C0103(invalid-name), scannerGet_args.__init__] Invalid argument name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9550: [C0111(missing-docstring), scannerGet_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9556: [W0612(unused-variable), scannerGet_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9569: [C0111(missing-docstring), scannerGet_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9581: [C0111(missing-docstring), scannerGet_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9581: [R0201(no-self-use), scannerGet_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9586: [C0103(invalid-name), scannerGet_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9596: [C0103(invalid-name), scannerGet_result] Invalid class name "scannerGet_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9613: [C0103(invalid-name), scannerGet_result.__init__] Invalid attribute name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9612: [C0103(invalid-name), scannerGet_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9596: [C1001(old-style-class), scannerGet_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9610: [C0103(invalid-name), scannerGet_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9610: [C0103(invalid-name), scannerGet_result.__init__] Invalid argument name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9615: [C0111(missing-docstring), scannerGet_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9621: [W0612(unused-variable), scannerGet_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9615: [R0912(too-many-branches), scannerGet_result.read] Too many branches (14/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9652: [C0111(missing-docstring), scannerGet_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9675: [C0111(missing-docstring), scannerGet_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9675: [R0201(no-self-use), scannerGet_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9680: [C0103(invalid-name), scannerGet_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9690: [C0103(invalid-name), scannerGetList_args] Invalid class name "scannerGetList_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9705: [C0103(invalid-name), scannerGetList_args.__init__] Invalid attribute name "nbRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9704: [C0103(invalid-name), scannerGetList_args.__init__] Invalid attribute name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9690: [C1001(old-style-class), scannerGetList_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9703: [W0622(redefined-builtin), scannerGetList_args.__init__] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9703: [C0103(invalid-name), scannerGetList_args.__init__] Invalid argument name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9703: [C0103(invalid-name), scannerGetList_args.__init__] Invalid argument name "nbRows" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9707: [C0111(missing-docstring), scannerGetList_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9713: [W0612(unused-variable), scannerGetList_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9731: [C0111(missing-docstring), scannerGetList_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9747: [C0111(missing-docstring), scannerGetList_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9747: [R0201(no-self-use), scannerGetList_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9752: [C0103(invalid-name), scannerGetList_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9762: [C0103(invalid-name), scannerGetList_result] Invalid class name "scannerGetList_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9779: [C0103(invalid-name), scannerGetList_result.__init__] Invalid attribute name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9778: [C0103(invalid-name), scannerGetList_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9762: [C1001(old-style-class), scannerGetList_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9776: [C0103(invalid-name), scannerGetList_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9776: [C0103(invalid-name), scannerGetList_result.__init__] Invalid argument name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9781: [C0111(missing-docstring), scannerGetList_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9787: [W0612(unused-variable), scannerGetList_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9781: [R0912(too-many-branches), scannerGetList_result.read] Too many branches (14/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9818: [C0111(missing-docstring), scannerGetList_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9841: [C0111(missing-docstring), scannerGetList_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9841: [R0201(no-self-use), scannerGetList_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9846: [C0103(invalid-name), scannerGetList_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9856: [C0103(invalid-name), scannerClose_args] Invalid class name "scannerClose_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9868: [C0103(invalid-name), scannerClose_args.__init__] Invalid attribute name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9856: [C1001(old-style-class), scannerClose_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9867: [W0622(redefined-builtin), scannerClose_args.__init__] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9867: [C0103(invalid-name), scannerClose_args.__init__] Invalid argument name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9870: [C0111(missing-docstring), scannerClose_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9876: [W0612(unused-variable), scannerClose_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9889: [C0111(missing-docstring), scannerClose_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9901: [C0111(missing-docstring), scannerClose_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9901: [R0201(no-self-use), scannerClose_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9906: [C0103(invalid-name), scannerClose_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9916: [C0103(invalid-name), scannerClose_result] Invalid class name "scannerClose_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9931: [C0103(invalid-name), scannerClose_result.__init__] Invalid attribute name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9930: [C0103(invalid-name), scannerClose_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9916: [C1001(old-style-class), scannerClose_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9929: [C0103(invalid-name), scannerClose_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9929: [C0103(invalid-name), scannerClose_result.__init__] Invalid argument name "ia" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9933: [C0111(missing-docstring), scannerClose_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9939: [W0612(unused-variable), scannerClose_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9959: [C0111(missing-docstring), scannerClose_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9975: [C0111(missing-docstring), scannerClose_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9975: [R0201(no-self-use), scannerClose_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9980: [C0103(invalid-name), scannerClose_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9990: [C0103(invalid-name), getRowOrBefore_args] Invalid class name "getRowOrBefore_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10006: [C0103(invalid-name), getRowOrBefore_args.__init__] Invalid attribute name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9990: [C1001(old-style-class), getRowOrBefore_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10005: [C0103(invalid-name), getRowOrBefore_args.__init__] Invalid argument name "tableName" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10010: [C0111(missing-docstring), getRowOrBefore_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10016: [W0612(unused-variable), getRowOrBefore_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10010: [R0912(too-many-branches), getRowOrBefore_args.read] Too many branches (13/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10039: [C0111(missing-docstring), getRowOrBefore_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10059: [C0111(missing-docstring), getRowOrBefore_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10059: [R0201(no-self-use), getRowOrBefore_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10064: [C0103(invalid-name), getRowOrBefore_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10074: [C0103(invalid-name), getRowOrBefore_result] Invalid class name "getRowOrBefore_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10088: [C0103(invalid-name), getRowOrBefore_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10074: [C1001(old-style-class), getRowOrBefore_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10086: [C0103(invalid-name), getRowOrBefore_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10090: [C0111(missing-docstring), getRowOrBefore_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10096: [W0612(unused-variable), getRowOrBefore_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10121: [C0111(missing-docstring), getRowOrBefore_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10140: [C0111(missing-docstring), getRowOrBefore_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10140: [R0201(no-self-use), getRowOrBefore_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10145: [C0103(invalid-name), getRowOrBefore_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10155: [C0103(invalid-name), getRegionInfo_args] Invalid class name "getRegionInfo_args" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10155: [C1001(old-style-class), getRegionInfo_args] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10169: [C0111(missing-docstring), getRegionInfo_args.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10175: [W0612(unused-variable), getRegionInfo_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10188: [C0111(missing-docstring), getRegionInfo_args.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10200: [C0111(missing-docstring), getRegionInfo_args.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10200: [R0201(no-self-use), getRegionInfo_args.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10205: [C0103(invalid-name), getRegionInfo_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10215: [C0103(invalid-name), getRegionInfo_result] Invalid class name "getRegionInfo_result" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10229: [C0103(invalid-name), getRegionInfo_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10215: [C1001(old-style-class), getRegionInfo_result] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10227: [C0103(invalid-name), getRegionInfo_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10231: [C0111(missing-docstring), getRegionInfo_result.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10237: [W0612(unused-variable), getRegionInfo_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10257: [C0111(missing-docstring), getRegionInfo_result.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10273: [C0111(missing-docstring), getRegionInfo_result.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10273: [R0201(no-self-use), getRegionInfo_result.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10278: [C0103(invalid-name), getRegionInfo_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9: [W0611(unused-import), ] Unused TException imported from thrift.Thrift hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10: [W0614(unused-wildcard-import), ] Unused import TProtocol from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:11: [C0412(ungrouped-imports), ] Imports from package thrift are not grouped -------------------------------------------------------------------- Your code has been rated at -4.64/10 (previous run: 9.04/10, -13.68) hbase-examples/src/main/python/thrift1/gen-py/hbase/__init__.py:1: [C0111(missing-docstring), ] Missing module docstring -------------------------------------------------------------------- Your code has been rated at 0.00/10 (previous run: 10.00/10, -10.00) hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:11: [C0305(trailing-newlines), ] Trailing newlines hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0622(redefined-builtin), ] Redefining built-in 'IOError' hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:1: [C0111(missing-docstring), ] Missing module docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:9: [E0401(import-error), ] Unable to import 'thrift.Thrift' hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0401(wildcard-import), ] Wildcard import ttypes hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0403(relative-import), ] Relative import 'ttypes', should be 'hbase.ttypes' hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:9: [W0611(unused-import), ] Unused TMessageType imported from thrift.Thrift hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:9: [W0611(unused-import), ] Unused TType imported from thrift.Thrift hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:9: [W0611(unused-import), ] Unused TException imported from thrift.Thrift hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:9: [W0611(unused-import), ] Unused TApplicationException imported from thrift.Thrift hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TProtocol from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import IOError from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TBinaryProtocol from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TCell from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TIncrement from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import BatchMutation from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TTransport from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TScan from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import Mutation from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TRowResult from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import ColumnDescriptor from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import fastbinary from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import IllegalArgument from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import AlreadyExists from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TRegionInfo from wildcard import ------------------------------------------------------------------------ Your code has been rated at -135.00/10 (previous run: -90.00/10, -45.00) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:14: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:16: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:21: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:32: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:33: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:34: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'value', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:35: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.I64, 'timestamp', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:38: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:39: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:40: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:42: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:43: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:43: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:44: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:45: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:46: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:47: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:48: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:49: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:50: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:51: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:52: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:53: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:53: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:54: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:55: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:56: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:57: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:58: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:58: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:59: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:60: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:61: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:62: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:63: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:64: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:66: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:67: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:67: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:68: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:69: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:70: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:71: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:72: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:73: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:74: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:75: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:76: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:77: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:78: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:79: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:80: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:82: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:83: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:86: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:87: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:88: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:89: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:91: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:92: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:94: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:95: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:95: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:98: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:115: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:116: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:117: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'name', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:118: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.I32, 'maxVersions', None, 3, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:119: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'compression', None, "NONE", ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:120: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.BOOL, 'inMemory', None, False, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:121: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.STRING, 'bloomFilterType', None, "NONE", ), # 5 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:122: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (6, TType.I32, 'bloomFilterVectorSize', None, 0, ), # 6 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:123: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (7, TType.I32, 'bloomFilterNbHashes', None, 0, ), # 7 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:124: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (8, TType.BOOL, 'blockCacheEnabled', None, False, ), # 8 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:125: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (9, TType.I32, 'timeToLive', None, -1, ), # 9 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:128: [C0301(line-too-long), ] Line too long (305/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:128: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:129: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:130: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:131: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:132: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:133: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:134: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:135: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:136: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:137: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:139: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:140: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:140: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:141: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:142: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:143: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:144: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:145: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:146: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:147: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:148: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:149: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:150: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:150: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:151: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:152: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:153: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:154: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:155: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:155: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:156: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:157: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:158: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:159: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:160: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:160: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:161: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:162: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:163: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:164: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:165: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:165: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:166: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:167: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:168: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:169: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:170: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:170: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:171: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:172: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:173: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:174: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:175: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:175: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:176: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:177: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:178: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:179: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:180: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:180: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:181: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:182: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:183: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:184: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:185: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:185: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:186: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:187: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:188: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:189: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:190: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:190: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:191: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:192: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:193: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:194: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:195: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:196: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:198: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:199: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:199: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:200: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:201: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:202: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:203: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:204: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:205: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:206: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:207: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:208: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:209: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:210: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:211: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:212: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:213: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:214: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:215: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:216: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:217: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:218: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:219: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:220: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:221: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:222: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:223: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:224: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:225: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:226: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:227: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:228: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:229: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:230: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:231: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:232: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:233: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:234: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:235: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:236: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:237: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:238: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:239: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:240: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:242: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:243: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:246: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:247: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:248: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:249: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:251: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:252: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:254: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:255: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:255: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:258: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:271: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:272: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:273: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'startKey', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:274: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'endKey', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:275: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.I64, 'id', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:276: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.STRING, 'name', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:277: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.BYTE, 'version', None, None, ), # 5 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:278: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (6, TType.STRING, 'serverName', None, None, ), # 6 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:279: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (7, TType.I32, 'port', None, None, ), # 7 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:282: [C0301(line-too-long), ] Line too long (112/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:282: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:283: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:284: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:285: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:286: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:287: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:288: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:289: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:291: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:292: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:292: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:293: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:294: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:295: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:296: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:297: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:298: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:299: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:300: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:301: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:302: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:302: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:303: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:304: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:305: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:306: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:307: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:307: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:308: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:309: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:310: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:311: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:312: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:312: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:313: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:314: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:315: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:316: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:317: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:317: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:318: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:319: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:320: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:321: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:322: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:322: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:323: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:324: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:325: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:326: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:327: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:327: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:328: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:329: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:330: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:331: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:332: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:332: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:333: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:334: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:335: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:336: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:337: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:338: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:340: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:341: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:341: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:342: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:343: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:344: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:345: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:346: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:347: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:348: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:349: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:350: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:351: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:352: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:353: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:354: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:355: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:356: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:357: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:358: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:359: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:360: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:361: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:362: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:363: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:364: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:365: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:366: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:367: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:368: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:369: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:370: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:371: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:372: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:373: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:374: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:376: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:377: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:380: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:381: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:382: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:383: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:385: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:386: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:388: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:389: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:389: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:392: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:402: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:403: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:404: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.BOOL, 'isDelete', None, False, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:405: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'column', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:406: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'value', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:407: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.BOOL, 'writeToWAL', None, True, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:410: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:410: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:411: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:412: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:413: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:414: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:416: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:417: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:417: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:418: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:419: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:420: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:421: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:422: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:423: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:424: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:425: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:426: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:427: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:427: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:428: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:429: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:430: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:431: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:432: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:432: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:433: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:434: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:435: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:436: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:437: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:437: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:438: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:439: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:440: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:441: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:442: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:442: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:443: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:444: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:445: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:446: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:447: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:448: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:450: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:451: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:451: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:452: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:453: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:454: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:455: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:456: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:457: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:458: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:459: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:460: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:461: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:462: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:463: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:464: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:465: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:466: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:467: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:468: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:469: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:470: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:471: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:472: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:474: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:475: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:478: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:479: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:480: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:481: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:483: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:484: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:486: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:487: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:487: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:490: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:498: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:499: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:500: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'row', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:501: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'mutations', (TType.STRUCT,(Mutation, Mutation.thrift_spec)), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:501: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'mutations', (TType.STRUCT,(Mutation, Mutation.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:504: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:505: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:506: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:508: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:509: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:509: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:510: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:511: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:512: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:513: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:514: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:515: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:516: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:517: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:518: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:519: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:519: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:520: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:521: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:522: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:523: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:524: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:525: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:526: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:527: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:528: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:529: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:530: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:531: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:532: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:533: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:534: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:535: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:536: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:538: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:539: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:539: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:540: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:541: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:542: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:543: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:544: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:545: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:546: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:547: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:548: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:549: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:550: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:551: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:552: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:553: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:554: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:555: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:557: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:558: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:561: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:562: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:563: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:564: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:566: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:567: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:569: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:570: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:570: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:573: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:584: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:585: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:586: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'table', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:587: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:588: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'column', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:589: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.I64, 'ammount', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:592: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:593: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:594: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:595: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:596: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:598: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:599: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:599: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:600: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:601: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:602: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:603: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:604: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:605: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:606: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:607: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:608: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:609: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:609: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:610: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:611: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:612: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:613: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:614: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:614: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:615: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:616: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:617: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:618: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:619: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:619: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:620: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:621: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:622: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:623: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:624: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:624: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:625: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:626: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:627: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:628: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:629: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:630: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:632: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:633: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:633: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:634: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:635: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:636: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:637: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:638: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:639: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:640: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:641: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:642: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:643: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:644: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:645: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:646: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:647: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:648: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:649: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:650: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:651: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:652: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:653: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:654: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:656: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:657: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:660: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:661: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:662: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:663: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:665: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:666: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:668: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:669: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:669: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:672: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:680: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:681: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:682: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'row', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:683: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.MAP, 'columns', (TType.STRING,None,TType.STRUCT,(TCell, TCell.thrift_spec)), None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:683: [C0301(line-too-long), ] Line too long (103/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:683: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.MAP, 'columns', (TType.STRING,None,TType.STRUCT,(TCell, TCell.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:683: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.MAP, 'columns', (TType.STRING,None,TType.STRUCT,(TCell, TCell.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:683: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.MAP, 'columns', (TType.STRING,None,TType.STRUCT,(TCell, TCell.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:686: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:687: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:688: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:690: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:691: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:691: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:692: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:693: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:694: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:695: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:696: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:697: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:698: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:699: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:700: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:701: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:701: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:702: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:703: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:704: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:705: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:706: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:707: [C0303(trailing-whitespace), ] Trailing whitespace hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:707: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:707: [C0326(bad-whitespace), ] No space allowed before bracket (_ktype8, _vtype9, _size7 ) = iprot.readMapBegin() ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:708: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:709: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:709: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:710: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:711: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:712: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:713: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:714: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:715: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:716: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:717: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:718: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:719: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:721: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:722: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:722: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:723: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:724: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:725: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:726: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:727: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:728: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:729: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:730: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:731: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:732: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:733: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:733: [C0326(bad-whitespace), ] Exactly one space required after comma for kiter14,viter15 in self.columns.items(): ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:734: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:735: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:736: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:737: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:738: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:739: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:741: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:742: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:745: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:746: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:747: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:748: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:750: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:751: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:753: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:754: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:754: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:757: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:769: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:770: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:771: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'startRow', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:772: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'stopRow', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:773: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.I64, 'timestamp', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:774: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.LIST, 'columns', (TType.STRING,None), None, ), # 4 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:774: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.LIST, 'columns', (TType.STRING,None), None, ), # 4 ^ hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:775: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.I32, 'caching', None, None, ), # 5 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:776: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (6, TType.STRING, 'filterString', None, None, ), # 6 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:779: [C0301(line-too-long), ] Line too long (114/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:779: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:780: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:781: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:782: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:783: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:784: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:785: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:787: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:788: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:788: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:789: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:790: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:791: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:792: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:793: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:794: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:795: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:796: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:797: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:798: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:798: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:799: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:800: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:801: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:802: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:803: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:803: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:804: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:805: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:806: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:807: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:808: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:808: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:809: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:810: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:811: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:812: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:813: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:814: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:815: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:816: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:816: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:817: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:818: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:819: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:820: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:821: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:822: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:823: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:823: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:824: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:825: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:826: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:827: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:828: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:828: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:829: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:830: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:831: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:832: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:833: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:834: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:836: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:837: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:837: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:838: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:839: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:840: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:841: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:842: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:843: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:844: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:845: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:846: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:847: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:848: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:849: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:850: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:851: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:852: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:853: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:854: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:855: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:856: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:857: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:858: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:859: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:860: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:861: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:862: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:863: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:864: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:865: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:866: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:867: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:868: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:869: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:871: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:872: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:875: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:876: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:877: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:878: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:880: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:881: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:883: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:884: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:884: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:887: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:896: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:897: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:898: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'message', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:901: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:902: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:904: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:905: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:905: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:906: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:907: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:908: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:909: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:910: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:911: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:912: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:913: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:914: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:915: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:915: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:916: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:917: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:918: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:919: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:920: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:921: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:923: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:924: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:924: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:925: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:926: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:927: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:928: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:929: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:930: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:931: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:932: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:933: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:935: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:936: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:939: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:940: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:942: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:943: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:944: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:945: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:947: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:948: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:950: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:951: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:951: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:954: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:962: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:963: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:964: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'message', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:967: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:968: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:970: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:971: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:971: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:972: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:973: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:974: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:975: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:976: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:977: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:978: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:979: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:980: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:981: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:981: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:982: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:983: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:984: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:985: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:986: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:987: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:989: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:990: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:990: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:991: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:992: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:993: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:994: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:995: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:996: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:997: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:998: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:999: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1001: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1002: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1005: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1006: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1008: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1009: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1010: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1011: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1013: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1014: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1016: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1017: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1017: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1020: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1028: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1029: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1030: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'message', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1033: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1034: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1036: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1037: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1037: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1038: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1039: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1040: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1041: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1042: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1043: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1044: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1045: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1046: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1047: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1047: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1048: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1049: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1050: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1051: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1052: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1053: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1055: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1056: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1056: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1057: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1058: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1059: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1060: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1061: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1062: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1063: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1064: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1065: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1067: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1068: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1071: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1072: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1074: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1075: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1076: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1077: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1079: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1080: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1082: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1083: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1083: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1: [C0302(too-many-lines), ] Too many lines in module (1083/1000) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:886: [W0622(redefined-builtin), IOError] Redefining built-in 'IOError' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1: [C0111(missing-docstring), ] Missing module docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:9: [E0401(import-error), ] Unable to import 'thrift.Thrift' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:11: [E0401(import-error), ] Unable to import 'thrift.transport' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:12: [E0401(import-error), ] Unable to import 'thrift.protocol' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:15: [W0702(bare-except), ] No exception type(s) specified hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:14: [E0401(import-error), ] Unable to import 'thrift.protocol' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:16: [C0103(invalid-name), ] Invalid constant name "fastbinary" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:20: [C1001(old-style-class), TCell] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:42: [C0111(missing-docstring), TCell.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:48: [W0612(unused-variable), TCell.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:66: [C0111(missing-docstring), TCell.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:82: [C0111(missing-docstring), TCell.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:82: [R0201(no-self-use), TCell.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:87: [C0103(invalid-name), TCell.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:133: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid attribute name "bloomFilterType" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:135: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid attribute name "bloomFilterNbHashes" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:130: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid attribute name "maxVersions" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:136: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid attribute name "blockCacheEnabled" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:132: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid attribute name "inMemory" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:137: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid attribute name "timeToLive" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:134: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid attribute name "bloomFilterVectorSize" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:97: [R0902(too-many-instance-attributes), ColumnDescriptor] Too many instance attributes (9/7) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:97: [C1001(old-style-class), ColumnDescriptor] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:128: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid argument name "maxVersions" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:128: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid argument name "inMemory" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:128: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid argument name "bloomFilterType" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:128: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid argument name "bloomFilterVectorSize" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:128: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid argument name "bloomFilterNbHashes" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:128: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid argument name "blockCacheEnabled" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:128: [C0103(invalid-name), ColumnDescriptor.__init__] Invalid argument name "timeToLive" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:128: [R0913(too-many-arguments), ColumnDescriptor.__init__] Too many arguments (10/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:139: [C0111(missing-docstring), ColumnDescriptor.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:145: [W0612(unused-variable), ColumnDescriptor.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:139: [R0912(too-many-branches), ColumnDescriptor.read] Too many branches (31/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:139: [R0915(too-many-statements), ColumnDescriptor.read] Too many statements (56/50) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:198: [C0111(missing-docstring), ColumnDescriptor.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:242: [C0111(missing-docstring), ColumnDescriptor.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:242: [R0201(no-self-use), ColumnDescriptor.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:247: [C0103(invalid-name), ColumnDescriptor.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:284: [C0103(invalid-name), TRegionInfo.__init__] Invalid attribute name "endKey" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:288: [C0103(invalid-name), TRegionInfo.__init__] Invalid attribute name "serverName" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:283: [C0103(invalid-name), TRegionInfo.__init__] Invalid attribute name "startKey" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:285: [C0103(invalid-name), TRegionInfo.__init__] Invalid attribute name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:257: [C1001(old-style-class), TRegionInfo] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:282: [W0622(redefined-builtin), TRegionInfo.__init__] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:282: [C0103(invalid-name), TRegionInfo.__init__] Invalid argument name "startKey" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:282: [C0103(invalid-name), TRegionInfo.__init__] Invalid argument name "endKey" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:282: [C0103(invalid-name), TRegionInfo.__init__] Invalid argument name "id" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:282: [C0103(invalid-name), TRegionInfo.__init__] Invalid argument name "serverName" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:282: [R0913(too-many-arguments), TRegionInfo.__init__] Too many arguments (8/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:291: [C0111(missing-docstring), TRegionInfo.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:297: [W0612(unused-variable), TRegionInfo.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:291: [R0912(too-many-branches), TRegionInfo.read] Too many branches (25/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:340: [C0111(missing-docstring), TRegionInfo.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:376: [C0111(missing-docstring), TRegionInfo.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:376: [R0201(no-self-use), TRegionInfo.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:381: [C0103(invalid-name), TRegionInfo.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:411: [C0103(invalid-name), Mutation.__init__] Invalid attribute name "isDelete" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:414: [C0103(invalid-name), Mutation.__init__] Invalid attribute name "writeToWAL" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:391: [C1001(old-style-class), Mutation] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:410: [C0103(invalid-name), Mutation.__init__] Invalid argument name "isDelete" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:410: [C0103(invalid-name), Mutation.__init__] Invalid argument name "writeToWAL" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:416: [C0111(missing-docstring), Mutation.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:422: [W0612(unused-variable), Mutation.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:416: [R0912(too-many-branches), Mutation.read] Too many branches (16/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:450: [C0111(missing-docstring), Mutation.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:474: [C0111(missing-docstring), Mutation.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:474: [R0201(no-self-use), Mutation.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:479: [C0103(invalid-name), Mutation.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:489: [C1001(old-style-class), BatchMutation] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:508: [C0111(missing-docstring), BatchMutation.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:514: [W0612(unused-variable), BatchMutation.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:538: [C0111(missing-docstring), BatchMutation.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:557: [C0111(missing-docstring), BatchMutation.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:557: [R0201(no-self-use), BatchMutation.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:562: [C0103(invalid-name), BatchMutation.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:572: [C1001(old-style-class), TIncrement] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:598: [C0111(missing-docstring), TIncrement.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:604: [W0612(unused-variable), TIncrement.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:598: [R0912(too-many-branches), TIncrement.read] Too many branches (16/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:632: [C0111(missing-docstring), TIncrement.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:656: [C0111(missing-docstring), TIncrement.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:656: [R0201(no-self-use), TIncrement.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:661: [C0103(invalid-name), TIncrement.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:671: [C1001(old-style-class), TRowResult] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:690: [C0111(missing-docstring), TRowResult.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:696: [W0612(unused-variable), TRowResult.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:721: [C0111(missing-docstring), TRowResult.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:741: [C0111(missing-docstring), TRowResult.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:741: [R0201(no-self-use), TRowResult.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:746: [C0103(invalid-name), TRowResult.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:781: [C0103(invalid-name), TScan.__init__] Invalid attribute name "stopRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:785: [C0103(invalid-name), TScan.__init__] Invalid attribute name "filterString" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:780: [C0103(invalid-name), TScan.__init__] Invalid attribute name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:756: [C1001(old-style-class), TScan] Old-style class defined. hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:779: [C0103(invalid-name), TScan.__init__] Invalid argument name "startRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:779: [C0103(invalid-name), TScan.__init__] Invalid argument name "stopRow" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:779: [C0103(invalid-name), TScan.__init__] Invalid argument name "filterString" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:779: [R0913(too-many-arguments), TScan.__init__] Too many arguments (7/5) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:787: [C0111(missing-docstring), TScan.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:793: [W0612(unused-variable), TScan.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:787: [R0912(too-many-branches), TScan.read] Too many branches (23/12) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:836: [C0111(missing-docstring), TScan.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:871: [C0111(missing-docstring), TScan.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:871: [R0201(no-self-use), TScan.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:876: [C0103(invalid-name), TScan.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:904: [C0111(missing-docstring), IOError.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:910: [W0612(unused-variable), IOError.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:923: [C0111(missing-docstring), IOError.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:935: [C0111(missing-docstring), IOError.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:935: [R0201(no-self-use), IOError.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:943: [C0103(invalid-name), IOError.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:970: [C0111(missing-docstring), IllegalArgument.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:976: [W0612(unused-variable), IllegalArgument.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:989: [C0111(missing-docstring), IllegalArgument.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1001: [C0111(missing-docstring), IllegalArgument.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1001: [R0201(no-self-use), IllegalArgument.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1009: [C0103(invalid-name), IllegalArgument.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1036: [C0111(missing-docstring), AlreadyExists.read] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1042: [W0612(unused-variable), AlreadyExists.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1055: [C0111(missing-docstring), AlreadyExists.write] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1067: [C0111(missing-docstring), AlreadyExists.validate] Missing method docstring hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1067: [R0201(no-self-use), AlreadyExists.validate] Method could be a function hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1075: [C0103(invalid-name), AlreadyExists.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:9: [W0611(unused-import), ] Unused TApplicationException imported from thrift.Thrift hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:9: [W0611(unused-import), ] Unused TMessageType imported from thrift.Thrift hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:12: [W0611(unused-import), ] Unused TProtocol imported from thrift.protocol -------------------------------------------------------------------- Your code has been rated at -4.57/10 (previous run: 9.50/10, -14.07) hbase-examples/src/main/python/thrift2/DemoClient.py:48: [C0301(line-too-long), ] Line too long (101/100) hbase-examples/src/main/python/thrift2/DemoClient.py:56: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/DemoClient.py:58: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/DemoClient.py:66: [C0301(line-too-long), ] Line too long (107/100) hbase-examples/src/main/python/thrift2/DemoClient.py:66: [C0326(bad-whitespace), ] Exactly one space required after comma put = TPut(row="row1", columnValues=[TColumnValue(family="family1",qualifier="qualifier1",value="value1")]) ^ hbase-examples/src/main/python/thrift2/DemoClient.py:66: [C0326(bad-whitespace), ] Exactly one space required after comma put = TPut(row="row1", columnValues=[TColumnValue(family="family1",qualifier="qualifier1",value="value1")]) ^ hbase-examples/src/main/python/thrift2/DemoClient.py:36: [E0401(import-error), ] Unable to import 'thrift.transport' hbase-examples/src/main/python/thrift2/DemoClient.py:37: [E0401(import-error), ] Unable to import 'thrift.transport' hbase-examples/src/main/python/thrift2/DemoClient.py:38: [E0401(import-error), ] Unable to import 'thrift.transport' hbase-examples/src/main/python/thrift2/DemoClient.py:39: [E0401(import-error), ] Unable to import 'thrift.protocol' hbase-examples/src/main/python/thrift2/DemoClient.py:42: [C0103(invalid-name), ] Invalid constant name "gen_py_path" hbase-examples/src/main/python/thrift2/DemoClient.py:44: [E0401(import-error), ] Unable to import 'hbase' hbase-examples/src/main/python/thrift2/DemoClient.py:44: [C0413(wrong-import-position), ] Import "from hbase import THBaseService" should be placed at the top of the module hbase-examples/src/main/python/thrift2/DemoClient.py:45: [E0401(import-error), ] Unable to import 'hbase.ttypes' hbase-examples/src/main/python/thrift2/DemoClient.py:45: [W0401(wildcard-import), ] Wildcard import hbase.ttypes hbase-examples/src/main/python/thrift2/DemoClient.py:45: [C0413(wrong-import-position), ] Import "from hbase.ttypes import *" should be placed at the top of the module hbase-examples/src/main/python/thrift2/DemoClient.py:50: [C0103(invalid-name), ] Invalid constant name "host" hbase-examples/src/main/python/thrift2/DemoClient.py:51: [C0103(invalid-name), ] Invalid constant name "port" hbase-examples/src/main/python/thrift2/DemoClient.py:52: [C0103(invalid-name), ] Invalid constant name "framed" hbase-examples/src/main/python/thrift2/DemoClient.py:54: [C0103(invalid-name), ] Invalid constant name "socket" hbase-examples/src/main/python/thrift2/DemoClient.py:56: [C0103(invalid-name), ] Invalid constant name "transport" hbase-examples/src/main/python/thrift2/DemoClient.py:58: [C0103(invalid-name), ] Invalid constant name "transport" hbase-examples/src/main/python/thrift2/DemoClient.py:59: [C0103(invalid-name), ] Invalid constant name "protocol" hbase-examples/src/main/python/thrift2/DemoClient.py:60: [C0103(invalid-name), ] Invalid constant name "client" hbase-examples/src/main/python/thrift2/DemoClient.py:64: [C0103(invalid-name), ] Invalid constant name "table" hbase-examples/src/main/python/thrift2/DemoClient.py:66: [C0103(invalid-name), ] Invalid constant name "put" hbase-examples/src/main/python/thrift2/DemoClient.py:66: [E0602(undefined-variable), ] Undefined variable 'TPut' hbase-examples/src/main/python/thrift2/DemoClient.py:66: [E0602(undefined-variable), ] Undefined variable 'TColumnValue' hbase-examples/src/main/python/thrift2/DemoClient.py:70: [C0103(invalid-name), ] Invalid constant name "get" hbase-examples/src/main/python/thrift2/DemoClient.py:70: [E0602(undefined-variable), ] Undefined variable 'TGet' hbase-examples/src/main/python/thrift2/DemoClient.py:72: [C0103(invalid-name), ] Invalid constant name "result" hbase-examples/src/main/python/thrift2/DemoClient.py:34: [W0611(unused-import), ] Unused import time hbase-examples/src/main/python/thrift2/DemoClient.py:38: [W0611(unused-import), ] Unused THttpClient imported from thrift.transport --------------------------------------------------------------------- Your code has been rated at -11.56/10 (previous run: -4.62/10, -6.95) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:15: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:17: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:21: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:22: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:31: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:33: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:34: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:46: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:48: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:49: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:64: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:66: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:67: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:74: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:76: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:77: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:93: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:95: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:96: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:103: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:105: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:106: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:116: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:118: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:119: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:130: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:132: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:133: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:149: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:151: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:152: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:157: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:159: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:160: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:169: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:171: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:178: [C0301(line-too-long), ] Line too long (114/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:172: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:181: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:183: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:184: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:193: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:197: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:198: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:199: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:200: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:201: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:203: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:204: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:213: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:214: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:216: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:217: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:218: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:219: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:220: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:221: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:222: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:223: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:225: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:226: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:227: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:228: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:229: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:230: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:231: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:232: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:233: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:234: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:235: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:236: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:237: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:238: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:239: [C0301(line-too-long), ] Line too long (103/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:239: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:239: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:241: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:242: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:254: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:255: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:257: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:258: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:259: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:260: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:261: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:262: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:263: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:264: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:266: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:267: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:268: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:269: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:270: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:271: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:272: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:273: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:274: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:275: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:276: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:277: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:278: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:279: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:280: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:280: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:282: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:283: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:298: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:299: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:301: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:302: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:303: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:304: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:305: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:306: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:307: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:308: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:310: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:311: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:312: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:313: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:314: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:315: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:316: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:317: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:318: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:319: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:320: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:321: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:322: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:323: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:324: [C0301(line-too-long), ] Line too long (108/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:324: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:324: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:326: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:327: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:334: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:335: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:337: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:338: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:339: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:340: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:341: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:342: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:343: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:344: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:346: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:347: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:348: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:349: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:350: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:351: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:352: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:353: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:354: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:355: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:356: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:357: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:358: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:360: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:361: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:377: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:378: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:380: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:381: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:382: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:383: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:384: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:385: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:386: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:387: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:388: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:389: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:390: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:391: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:393: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:394: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:395: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:396: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:397: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:398: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:399: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:400: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:401: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:402: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:403: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:404: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:405: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:406: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:407: [C0301(line-too-long), ] Line too long (108/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:407: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:407: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:409: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:410: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:417: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:418: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:420: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:421: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:422: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:423: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:424: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:425: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:426: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:427: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:429: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:430: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:431: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:432: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:433: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:434: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:435: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:436: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:437: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:438: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:439: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:440: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:441: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:443: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:444: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:454: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:455: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:457: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:458: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:459: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:460: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:461: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:462: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:463: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:464: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:466: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:467: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:468: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:469: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:470: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:471: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:472: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:473: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:474: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:475: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:476: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:477: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:478: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:480: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:481: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:492: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:493: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:495: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:496: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:497: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:498: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:499: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:500: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:501: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:502: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:504: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:505: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:506: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:507: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:508: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:509: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:510: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:511: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:512: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:513: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:514: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:515: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:516: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:517: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:518: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:518: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:518: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:520: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:521: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:537: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:538: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:540: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:541: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:542: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:543: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:544: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:545: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:546: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:547: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:548: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:549: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:550: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:551: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:553: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:554: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:555: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:556: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:557: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:558: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:559: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:560: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:561: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:562: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:563: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:564: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:565: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:566: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:567: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:567: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:567: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:569: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:570: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:575: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:576: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:578: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:579: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:580: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:581: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:582: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:583: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:584: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:585: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:587: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:588: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:589: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:590: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:591: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:592: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:593: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:594: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:595: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:596: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:597: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:598: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:599: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:600: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:601: [C0301(line-too-long), ] Line too long (106/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:601: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:601: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:603: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:604: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:613: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:614: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:616: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:617: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:618: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:619: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:620: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:621: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:622: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:623: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:625: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:626: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:627: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:628: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:629: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:630: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:631: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:632: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:633: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:634: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:635: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:636: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:637: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:638: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:639: [C0301(line-too-long), ] Line too long (108/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:639: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:639: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:641: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:648: [C0301(line-too-long), ] Line too long (114/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:642: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:651: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:652: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:654: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:655: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:656: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:657: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:658: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:659: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:660: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:661: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:663: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:664: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:665: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:666: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:667: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:668: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:669: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:670: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:671: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:672: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:673: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:674: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:675: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:676: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:677: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:678: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:679: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:679: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:679: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:681: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:682: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:691: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:692: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:694: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:695: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:696: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:697: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:698: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:699: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:700: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:702: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:703: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:704: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:705: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:706: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:707: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:708: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:709: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:710: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:711: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:712: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:713: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:714: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:715: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:716: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:720: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:721: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:722: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:723: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:724: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:725: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:726: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:727: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:728: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:729: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:730: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:731: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:732: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:733: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:734: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:735: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:737: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:738: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:739: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:740: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:741: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:742: [C0301(line-too-long), ] Line too long (101/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:742: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:743: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:744: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:745: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:746: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:747: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:748: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:749: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:750: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:752: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:753: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:754: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:755: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:756: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:757: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:758: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:759: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:760: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:761: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:762: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:763: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:764: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:766: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:767: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:768: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:769: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:770: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:771: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:772: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:773: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:774: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:775: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:776: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:777: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:778: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:780: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:781: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:782: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:783: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:784: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:785: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:786: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:787: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:788: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:789: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:790: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:791: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:792: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:794: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:795: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:796: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:797: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:798: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:799: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:800: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:801: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:802: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:803: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:804: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:805: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:806: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:808: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:809: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:810: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:811: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:812: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:813: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:814: [C0301(line-too-long), ] Line too long (121/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:814: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:815: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:816: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:817: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:818: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:819: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:820: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:822: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:823: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:824: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:825: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:826: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:827: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:828: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:829: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:830: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:831: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:832: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:833: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:834: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:836: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:837: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:838: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:839: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:840: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:841: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:842: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:843: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:844: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:845: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:846: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:847: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:848: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:850: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:851: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:852: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:853: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:854: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:855: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:856: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:857: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:858: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:859: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:860: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:861: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:862: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:864: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:865: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:866: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:867: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:868: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:869: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:870: [C0301(line-too-long), ] Line too long (133/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:870: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:871: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:872: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:873: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:874: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:875: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:876: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:878: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:879: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:880: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:881: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:882: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:883: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:884: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:885: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:886: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:887: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:888: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:889: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:890: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:892: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:893: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:894: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:895: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:896: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:897: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:898: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:899: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:900: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:901: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:902: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:903: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:904: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:906: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:907: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:908: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:909: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:910: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:911: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:912: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:913: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:914: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:915: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:916: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:917: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:918: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:919: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:920: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:922: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:923: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:924: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:925: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:926: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:927: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:928: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:929: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:930: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:931: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:932: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:933: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:934: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:935: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:936: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:942: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:948: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:949: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:950: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'table', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:951: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'get', (TGet, TGet.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:954: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:955: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:956: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:958: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:959: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:959: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:960: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:961: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:962: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:963: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:964: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:965: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:966: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:967: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:968: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:969: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:969: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:970: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:971: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:972: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:973: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:974: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:975: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:976: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:977: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:978: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:979: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:980: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:981: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:983: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:984: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:984: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:985: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:986: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:987: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:988: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:989: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:990: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:991: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:992: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:993: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:994: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:995: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:996: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:997: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:999: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1000: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1001: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1002: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1003: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1004: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1007: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1008: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1009: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1010: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1012: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1013: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1015: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1016: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1016: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1019: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1025: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1026: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.BOOL, 'success', None, None, ), # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1027: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (TIOError, TIOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1030: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1031: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1032: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1034: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1035: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1035: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1036: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1037: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1038: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1039: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1040: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1041: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1042: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1043: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1044: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1045: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1045: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1046: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1047: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1048: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1049: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1050: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1051: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1052: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1053: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1054: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1055: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1056: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1057: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1059: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1060: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1060: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1061: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1062: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1063: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1064: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1065: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1066: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1067: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1068: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1069: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1070: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1071: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1072: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1073: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1075: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1076: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1079: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1080: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1081: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1082: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1084: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1085: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1087: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1088: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1088: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1091: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1097: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1098: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1099: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'table', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1100: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'get', (TGet, TGet.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1103: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1104: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1105: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1107: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1108: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1108: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1109: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1110: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1111: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1112: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1113: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1114: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1115: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1116: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1117: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1118: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1118: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1119: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1120: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1121: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1122: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1123: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1124: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1125: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1126: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1127: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1128: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1129: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1130: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1132: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1133: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1133: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1134: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1135: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1136: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1137: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1138: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1139: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1140: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1141: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1142: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1143: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1144: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1145: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1146: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1148: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1149: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1150: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1151: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1152: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1153: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1156: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1157: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1158: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1159: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1161: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1162: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1164: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1165: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1165: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1168: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1174: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1175: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.STRUCT, 'success', (TResult, TResult.thrift_spec), None, ), # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1176: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (TIOError, TIOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1179: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1180: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1181: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1183: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1184: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1184: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1185: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1186: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1187: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1188: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1189: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1190: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1191: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1192: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1193: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1194: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1195: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1196: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1197: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1198: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1199: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1200: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1201: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1202: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1203: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1204: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1205: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1206: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1207: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1209: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1210: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1210: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1211: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1212: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1213: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1214: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1215: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1216: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1217: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1218: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1219: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1220: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1221: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1222: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1223: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1225: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1226: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1229: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1230: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1231: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1232: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1234: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1235: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1237: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1238: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1238: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1241: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1249: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1250: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1251: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'table', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1252: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'gets', (TType.STRUCT,(TGet, TGet.thrift_spec)), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1252: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'gets', (TType.STRUCT,(TGet, TGet.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1255: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1256: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1257: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1259: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1260: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1260: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1261: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1262: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1263: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1264: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1265: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1266: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1267: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1268: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1269: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1270: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1270: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1271: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1272: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1273: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1274: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1275: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1276: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1277: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1278: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1279: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1280: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1281: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1282: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1283: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1284: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1285: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1286: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1287: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1289: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1290: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1290: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1291: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1292: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1293: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1294: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1295: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1296: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1297: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1298: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1299: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1300: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1301: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1302: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1303: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1304: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1305: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1306: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1308: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1309: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1310: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1311: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1312: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1313: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1316: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1317: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1318: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1319: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1321: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1322: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1324: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1325: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1325: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1328: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1334: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1335: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TResult, TResult.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1335: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TResult, TResult.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1336: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (TIOError, TIOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1339: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1340: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1341: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1343: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1344: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1344: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1345: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1346: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1347: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1348: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1349: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1350: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1351: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1352: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1353: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1354: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1355: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1356: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1357: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1358: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1359: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1360: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1361: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1362: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1363: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1364: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1365: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1366: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1367: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1368: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1369: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1370: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1371: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1372: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1374: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1375: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1375: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1376: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1377: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1378: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1379: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1380: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1381: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1382: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1383: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1384: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1385: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1386: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1387: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1388: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1389: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1390: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1391: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1393: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1394: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1397: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1398: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1399: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1400: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1402: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1403: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1405: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1406: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1406: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1409: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1415: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1416: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1417: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'table', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1418: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'put', (TPut, TPut.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1421: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1422: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1423: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1425: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1426: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1426: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1427: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1428: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1429: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1430: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1431: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1432: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1433: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1434: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1435: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1436: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1436: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1437: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1438: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1439: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1440: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1441: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1442: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1443: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1444: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1445: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1446: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1447: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1448: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1450: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1451: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1451: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1452: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1453: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1454: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1455: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1456: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1457: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1458: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1459: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1460: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1461: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1462: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1463: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1464: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1466: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1467: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1468: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1469: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1470: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1471: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1474: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1475: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1476: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1477: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1479: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1480: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1482: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1483: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1483: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1486: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1491: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1492: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1493: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (TIOError, TIOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1496: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1497: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1499: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1500: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1500: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1501: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1502: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1503: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1504: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1505: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1506: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1507: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1508: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1509: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1510: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1511: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1512: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1513: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1514: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1515: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1516: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1517: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1519: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1520: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1520: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1521: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1522: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1523: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1524: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1525: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1526: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1527: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1528: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1529: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1531: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1532: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1535: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1536: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1537: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1538: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1540: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1541: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1543: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1544: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1544: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1547: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1559: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1560: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1561: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'table', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1562: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1563: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'family', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1564: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.STRING, 'qualifier', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1565: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.STRING, 'value', None, None, ), # 5 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1566: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (6, TType.STRUCT, 'put', (TPut, TPut.thrift_spec), None, ), # 6 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1569: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1570: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1571: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1572: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1573: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1574: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1575: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1577: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1578: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1578: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1579: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1580: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1581: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1582: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1583: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1584: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1585: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1586: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1587: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1588: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1588: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1589: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1590: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1591: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1592: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1593: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1593: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1594: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1595: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1596: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1597: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1598: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1598: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1599: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1600: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1601: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1602: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1603: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1603: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1604: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1605: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1606: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1607: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1608: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1608: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1609: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1610: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1611: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1612: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1613: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1614: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1615: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1616: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1617: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1618: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1619: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1620: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1622: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1623: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1623: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1624: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1625: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1626: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1627: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1628: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1629: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1630: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1631: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1632: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1633: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1634: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1635: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1636: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1637: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1638: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1639: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1640: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1641: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1642: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1643: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1644: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1645: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1646: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1647: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1648: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1649: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1650: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1651: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1652: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1654: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1655: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1656: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1657: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1658: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1659: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1660: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1661: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1662: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1663: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1664: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1665: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1668: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1669: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1670: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1671: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1673: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1674: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1676: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1677: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1677: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1680: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1686: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1687: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.BOOL, 'success', None, None, ), # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1688: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (TIOError, TIOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1691: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1692: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1693: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1695: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1696: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1696: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1697: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1698: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1699: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1700: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1701: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1702: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1703: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1704: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1705: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1706: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1706: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1707: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1708: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1709: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1710: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1711: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1712: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1713: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1714: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1715: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1716: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1717: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1718: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1720: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1721: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1721: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1722: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1723: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1724: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1725: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1726: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1727: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1728: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1729: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1730: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1731: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1732: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1733: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1734: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1736: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1737: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1740: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1741: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1742: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1743: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1745: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1746: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1748: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1749: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1749: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1752: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1758: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1759: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1760: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'table', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1761: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'puts', (TType.STRUCT,(TPut, TPut.thrift_spec)), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1761: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'puts', (TType.STRUCT,(TPut, TPut.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1764: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1765: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1766: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1768: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1769: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1769: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1770: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1771: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1772: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1773: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1774: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1775: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1776: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1777: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1778: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1779: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1779: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1780: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1781: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1782: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1783: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1784: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1785: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1786: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1787: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1788: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1789: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1790: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1791: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1792: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1793: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1794: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1795: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1796: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1798: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1799: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1799: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1800: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1801: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1802: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1803: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1804: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1805: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1806: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1807: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1808: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1809: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1810: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1811: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1812: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1813: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1814: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1815: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1817: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1818: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1819: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1820: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1821: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1822: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1825: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1826: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1827: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1828: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1830: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1831: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1833: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1834: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1834: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1837: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1842: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1843: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1844: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (TIOError, TIOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1847: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1848: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1850: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1851: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1851: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1852: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1853: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1854: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1855: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1856: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1857: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1858: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1859: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1860: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1861: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1862: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1863: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1864: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1865: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1866: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1867: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1868: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1870: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1871: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1871: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1872: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1873: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1874: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1875: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1876: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1877: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1878: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1879: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1880: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1882: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1883: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1886: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1887: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1888: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1889: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1891: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1892: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1894: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1895: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1895: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1898: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1904: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1905: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1906: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'table', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1907: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'deleteSingle', (TDelete, TDelete.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1910: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1911: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1912: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1914: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1915: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1915: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1916: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1917: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1918: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1919: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1920: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1921: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1922: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1923: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1924: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1925: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1925: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1926: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1927: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1928: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1929: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1930: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1931: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1932: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1933: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1934: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1935: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1936: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1937: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1939: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1940: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1940: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1941: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1942: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1943: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1944: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1945: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1946: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1947: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1948: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1949: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1950: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1951: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1952: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1953: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1955: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1956: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1957: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1958: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1959: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1960: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1963: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1964: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1965: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1966: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1968: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1969: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1971: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1972: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1972: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1975: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1980: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1981: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1982: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (TIOError, TIOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1985: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1986: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1988: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1989: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1989: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1990: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1991: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1992: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1993: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1994: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1995: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1996: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1997: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1998: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1999: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2000: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2001: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2002: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2003: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2004: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2005: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2006: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2008: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2009: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2009: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2010: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2011: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2012: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2013: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2014: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2015: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2016: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2017: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2018: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2020: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2021: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2024: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2025: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2026: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2027: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2029: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2030: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2032: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2033: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2033: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2036: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2042: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2043: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2044: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'table', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2045: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'deletes', (TType.STRUCT,(TDelete, TDelete.thrift_spec)), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2045: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'deletes', (TType.STRUCT,(TDelete, TDelete.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2048: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2049: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2050: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2052: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2053: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2053: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2054: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2055: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2056: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2057: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2058: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2059: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2060: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2061: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2062: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2063: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2063: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2064: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2065: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2066: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2067: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2068: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2069: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2070: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2071: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2072: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2073: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2074: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2075: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2076: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2077: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2078: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2079: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2080: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2082: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2083: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2083: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2084: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2085: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2086: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2087: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2088: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2089: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2090: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2091: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2092: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2093: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2094: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2095: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2096: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2097: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2098: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2099: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2101: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2102: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2103: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2104: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2105: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2106: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2109: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2110: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2111: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2112: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2114: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2115: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2117: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2118: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2118: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2121: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2127: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2128: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TDelete, TDelete.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2128: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TDelete, TDelete.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2129: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (TIOError, TIOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2132: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2133: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2134: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2136: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2137: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2137: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2138: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2139: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2140: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2141: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2142: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2143: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2144: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2145: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2146: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2147: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2148: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2149: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2150: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2151: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2152: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2153: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2154: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2155: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2156: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2157: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2158: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2159: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2160: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2161: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2162: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2163: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2164: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2165: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2167: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2168: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2168: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2169: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2170: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2171: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2172: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2173: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2174: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2175: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2176: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2177: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2178: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2179: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2180: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2181: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2182: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2183: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2184: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2186: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2187: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2190: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2191: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2192: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2193: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2195: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2196: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2198: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2199: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2199: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2202: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2214: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2215: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2216: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'table', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2217: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'row', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2218: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'family', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2219: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.STRING, 'qualifier', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2220: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.STRING, 'value', None, None, ), # 5 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2221: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (6, TType.STRUCT, 'deleteSingle', (TDelete, TDelete.thrift_spec), None, ), # 6 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2224: [C0301(line-too-long), ] Line too long (104/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2224: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2225: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2226: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2227: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2228: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2229: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2230: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2232: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2233: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2233: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2234: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2235: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2236: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2237: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2238: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2239: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2240: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2241: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2242: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2243: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2243: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2244: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2245: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2246: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2247: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2248: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2248: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2249: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2250: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2251: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2252: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2253: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2253: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2254: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2255: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2256: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2257: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2258: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2258: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2259: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2260: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2261: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2262: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2263: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2263: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2264: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2265: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2266: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2267: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2268: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2269: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2270: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2271: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2272: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2273: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2274: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2275: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2277: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2278: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2278: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2279: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2280: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2281: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2282: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2283: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2284: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2285: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2286: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2287: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2288: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2289: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2290: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2291: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2292: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2293: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2294: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2295: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2296: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2297: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2298: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2299: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2300: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2301: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2302: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2303: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2304: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2305: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2306: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2307: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2309: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2310: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2311: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2312: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2313: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2314: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2315: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2316: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2317: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2318: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2319: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2320: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2323: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2324: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2325: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2326: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2328: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2329: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2331: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2332: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2332: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2335: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2341: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2342: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.BOOL, 'success', None, None, ), # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2343: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (TIOError, TIOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2346: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2347: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2348: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2350: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2351: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2351: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2352: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2353: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2354: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2355: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2356: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2357: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2358: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2359: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2360: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2361: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2361: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2362: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2363: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2364: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2365: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2366: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2367: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2368: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2369: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2370: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2371: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2372: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2373: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2375: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2376: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2376: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2377: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2378: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2379: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2380: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2381: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2382: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2383: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2384: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2385: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2386: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2387: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2388: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2389: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2391: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2392: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2395: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2396: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2397: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2398: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2400: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2401: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2403: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2404: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2404: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2407: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2413: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2414: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2415: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'table', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2416: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'increment', (TIncrement, TIncrement.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2419: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2420: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2421: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2423: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2424: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2424: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2425: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2426: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2427: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2428: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2429: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2430: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2431: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2432: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2433: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2434: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2434: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2435: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2436: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2437: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2438: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2439: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2440: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2441: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2442: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2443: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2444: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2445: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2446: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2448: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2449: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2449: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2450: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2451: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2452: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2453: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2454: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2455: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2456: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2457: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2458: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2459: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2460: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2461: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2462: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2464: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2465: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2466: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2467: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2468: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2469: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2472: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2473: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2474: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2475: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2477: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2478: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2480: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2481: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2481: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2484: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2490: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2491: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.STRUCT, 'success', (TResult, TResult.thrift_spec), None, ), # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2492: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (TIOError, TIOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2495: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2496: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2497: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2499: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2500: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2500: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2501: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2502: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2503: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2504: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2505: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2506: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2507: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2508: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2509: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2510: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2511: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2512: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2513: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2514: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2515: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2516: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2517: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2518: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2519: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2520: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2521: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2522: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2523: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2525: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2526: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2526: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2527: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2528: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2529: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2530: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2531: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2532: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2533: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2534: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2535: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2536: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2537: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2538: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2539: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2541: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2542: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2545: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2546: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2547: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2548: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2550: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2551: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2553: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2554: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2554: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2557: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2563: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2564: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2565: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'table', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2566: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'scan', (TScan, TScan.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2569: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2570: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2571: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2573: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2574: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2574: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2575: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2576: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2577: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2578: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2579: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2580: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2581: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2582: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2583: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2584: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2584: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2585: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2586: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2587: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2588: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2589: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2590: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2591: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2592: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2593: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2594: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2595: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2596: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2598: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2599: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2599: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2600: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2601: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2602: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2603: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2604: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2605: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2606: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2607: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2608: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2609: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2610: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2611: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2612: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2614: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2615: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2616: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2617: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2618: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2619: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2622: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2623: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2624: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2625: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2627: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2628: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2630: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2631: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2631: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2634: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2640: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2641: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.I32, 'success', None, None, ), # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2642: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (TIOError, TIOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2645: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2646: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2647: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2649: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2650: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2650: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2651: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2652: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2653: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2654: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2655: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2656: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2657: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2658: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2659: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2660: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2660: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2661: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2662: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2663: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2664: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2665: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2666: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2667: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2668: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2669: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2670: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2671: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2672: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2674: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2675: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2675: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2676: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2677: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2678: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2679: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2680: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2681: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2682: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2683: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2684: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2685: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2686: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2687: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2688: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2690: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2691: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2694: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2695: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2696: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2697: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2699: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2700: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2702: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2703: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2703: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2708: [C0301(line-too-long), ] Line too long (112/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2706: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2712: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2713: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2714: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.I32, 'scannerId', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2715: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.I32, 'numRows', None, 1, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2718: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2719: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2720: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2722: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2723: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2723: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2724: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2725: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2726: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2727: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2728: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2729: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2730: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2731: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2732: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2733: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2733: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2734: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2735: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2736: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2737: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2738: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2738: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2739: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2740: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2741: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2742: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2743: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2744: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2746: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2747: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2747: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2748: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2749: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2750: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2751: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2752: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2753: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2754: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2755: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2756: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2757: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2758: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2759: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2760: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2762: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2763: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2764: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2765: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2768: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2769: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2770: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2771: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2773: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2774: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2776: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2777: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2777: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2780: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2787: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2788: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (0, TType.LIST, 'success', (TType.STRUCT,(TResult, TResult.thrift_spec)), None, ), # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2788: [C0326(bad-whitespace), ] Exactly one space required after comma (0, TType.LIST, 'success', (TType.STRUCT,(TResult, TResult.thrift_spec)), None, ), # 0 ^ hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2789: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (TIOError, TIOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2790: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'ia', (TIllegalArgument, TIllegalArgument.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2793: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2794: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2795: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2796: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2798: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2799: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2799: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2800: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2801: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2802: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2803: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2804: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2805: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2806: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2807: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2808: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2809: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2810: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2811: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2812: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2813: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2814: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2815: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2816: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2817: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2818: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2819: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2820: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2821: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2822: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2823: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2824: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2825: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2826: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2827: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2828: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2829: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2830: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2831: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2832: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2833: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2835: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2836: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2836: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2837: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2838: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2839: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2840: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2841: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2842: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2843: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2844: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2845: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2846: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2847: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2848: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2849: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2850: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2851: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2852: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2853: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2854: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2855: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2856: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2858: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2859: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2862: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2863: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2864: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2865: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2867: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2868: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2870: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2871: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2871: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2874: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2879: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2880: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2881: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.I32, 'scannerId', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2884: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2885: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2887: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2888: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2888: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2889: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2890: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2891: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2892: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2893: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2894: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2895: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2896: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2897: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2898: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2898: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2899: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2900: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2901: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2902: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2903: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2904: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2906: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2907: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2907: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2908: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2909: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2910: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2911: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2912: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2913: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2914: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2915: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2916: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2918: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2919: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2920: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2921: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2924: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2925: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2926: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2927: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2929: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2930: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2932: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2933: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2933: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2936: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2942: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2943: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2944: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRUCT, 'io', (TIOError, TIOError.thrift_spec), None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2945: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRUCT, 'ia', (TIllegalArgument, TIllegalArgument.thrift_spec), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2948: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2949: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2950: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2952: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2953: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2953: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2954: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2955: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2956: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2957: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2958: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2959: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2960: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2961: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2962: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2963: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2964: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2965: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2966: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2967: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2968: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2969: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2970: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2971: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2972: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2973: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2974: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2975: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2976: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2978: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2979: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2979: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2980: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2981: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2982: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2983: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2984: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2985: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2986: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2987: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2988: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2989: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2990: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2991: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2992: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2994: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2995: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2998: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2999: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:3000: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:3001: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:3003: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:3004: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:3006: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:3007: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:3007: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1: [C0302(too-many-lines), ] Too many lines in module (3007/1000) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1: [C0111(missing-docstring), ] Missing module docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:9: [E0401(import-error), ] Unable to import 'thrift.Thrift' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0401(wildcard-import), ] Wildcard import ttypes hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0403(relative-import), ] Relative import 'ttypes', should be 'hbase.ttypes' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:11: [E0401(import-error), ] Unable to import 'thrift.Thrift' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:12: [E0401(import-error), ] Unable to import 'thrift.transport' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:13: [E0401(import-error), ] Unable to import 'thrift.protocol' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:16: [W0702(bare-except), ] No exception type(s) specified hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:15: [E0401(import-error), ] Unable to import 'thrift.protocol' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:17: [C0103(invalid-name), ] Invalid constant name "fastbinary" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:20: [C0111(missing-docstring), Iface] Missing class docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:20: [C1001(old-style-class), Iface] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:20: [W0232(no-init), Iface] Class has no __init__ method hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:48: [C0103(invalid-name), Iface.getMultiple] Invalid method name "getMultiple" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:76: [C0103(invalid-name), Iface.checkAndPut] Invalid method name "checkAndPut" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:76: [R0913(too-many-arguments), Iface.checkAndPut] Too many arguments (7/5) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:95: [C0103(invalid-name), Iface.putMultiple] Invalid method name "putMultiple" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:105: [C0103(invalid-name), Iface.deleteSingle] Invalid method name "deleteSingle" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:105: [C0103(invalid-name), Iface.deleteSingle] Invalid argument name "deleteSingle" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:118: [C0103(invalid-name), Iface.deleteMultiple] Invalid method name "deleteMultiple" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:132: [C0103(invalid-name), Iface.checkAndDelete] Invalid method name "checkAndDelete" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:132: [C0103(invalid-name), Iface.checkAndDelete] Invalid argument name "deleteSingle" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:132: [R0913(too-many-arguments), Iface.checkAndDelete] Too many arguments (7/5) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:159: [C0103(invalid-name), Iface.openScanner] Invalid method name "openScanner" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:171: [C0103(invalid-name), Iface.getScannerRows] Invalid method name "getScannerRows" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:171: [C0103(invalid-name), Iface.getScannerRows] Invalid argument name "scannerId" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:171: [C0103(invalid-name), Iface.getScannerRows] Invalid argument name "numRows" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:183: [C0103(invalid-name), Iface.closeScanner] Invalid method name "closeScanner" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:183: [C0103(invalid-name), Iface.closeScanner] Invalid argument name "scannerId" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:196: [C0111(missing-docstring), Client] Missing class docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:216: [C0111(missing-docstring), Client.send_exists] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:225: [C0111(missing-docstring), Client.recv_exists] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:228: [C0103(invalid-name), Client.recv_exists] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:238: [E0702(raising-bad-type), Client.recv_exists] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:226: [W0612(unused-variable), Client.recv_exists] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:226: [W0612(unused-variable), Client.recv_exists] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:257: [C0111(missing-docstring), Client.send_get] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:266: [C0111(missing-docstring), Client.recv_get] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:269: [C0103(invalid-name), Client.recv_get] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:279: [E0702(raising-bad-type), Client.recv_get] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:267: [W0612(unused-variable), Client.recv_get] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:267: [W0612(unused-variable), Client.recv_get] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:301: [C0103(invalid-name), Client.send_getMultiple] Invalid method name "send_getMultiple" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:301: [C0111(missing-docstring), Client.send_getMultiple] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:310: [C0103(invalid-name), Client.recv_getMultiple] Invalid method name "recv_getMultiple" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:310: [C0111(missing-docstring), Client.recv_getMultiple] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:313: [C0103(invalid-name), Client.recv_getMultiple] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:323: [E0702(raising-bad-type), Client.recv_getMultiple] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:311: [W0612(unused-variable), Client.recv_getMultiple] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:311: [W0612(unused-variable), Client.recv_getMultiple] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:337: [C0111(missing-docstring), Client.send_put] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:346: [C0111(missing-docstring), Client.recv_put] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:349: [C0103(invalid-name), Client.recv_put] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:357: [E0702(raising-bad-type), Client.recv_put] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:347: [W0612(unused-variable), Client.recv_put] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:347: [W0612(unused-variable), Client.recv_put] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:360: [R0913(too-many-arguments), Client.checkAndPut] Too many arguments (7/5) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:380: [C0103(invalid-name), Client.send_checkAndPut] Invalid method name "send_checkAndPut" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:380: [C0111(missing-docstring), Client.send_checkAndPut] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:380: [R0913(too-many-arguments), Client.send_checkAndPut] Too many arguments (7/5) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:393: [C0103(invalid-name), Client.recv_checkAndPut] Invalid method name "recv_checkAndPut" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:393: [C0111(missing-docstring), Client.recv_checkAndPut] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:396: [C0103(invalid-name), Client.recv_checkAndPut] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:406: [E0702(raising-bad-type), Client.recv_checkAndPut] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:394: [W0612(unused-variable), Client.recv_checkAndPut] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:394: [W0612(unused-variable), Client.recv_checkAndPut] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:420: [C0103(invalid-name), Client.send_putMultiple] Invalid method name "send_putMultiple" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:420: [C0111(missing-docstring), Client.send_putMultiple] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:429: [C0103(invalid-name), Client.recv_putMultiple] Invalid method name "recv_putMultiple" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:429: [C0111(missing-docstring), Client.recv_putMultiple] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:432: [C0103(invalid-name), Client.recv_putMultiple] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:440: [E0702(raising-bad-type), Client.recv_putMultiple] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:430: [W0612(unused-variable), Client.recv_putMultiple] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:430: [W0612(unused-variable), Client.recv_putMultiple] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:457: [C0103(invalid-name), Client.send_deleteSingle] Invalid method name "send_deleteSingle" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:457: [C0103(invalid-name), Client.send_deleteSingle] Invalid argument name "deleteSingle" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:457: [C0111(missing-docstring), Client.send_deleteSingle] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:466: [C0103(invalid-name), Client.recv_deleteSingle] Invalid method name "recv_deleteSingle" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:466: [C0111(missing-docstring), Client.recv_deleteSingle] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:469: [C0103(invalid-name), Client.recv_deleteSingle] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:477: [E0702(raising-bad-type), Client.recv_deleteSingle] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:467: [W0612(unused-variable), Client.recv_deleteSingle] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:467: [W0612(unused-variable), Client.recv_deleteSingle] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:495: [C0103(invalid-name), Client.send_deleteMultiple] Invalid method name "send_deleteMultiple" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:495: [C0111(missing-docstring), Client.send_deleteMultiple] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:504: [C0103(invalid-name), Client.recv_deleteMultiple] Invalid method name "recv_deleteMultiple" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:504: [C0111(missing-docstring), Client.recv_deleteMultiple] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:507: [C0103(invalid-name), Client.recv_deleteMultiple] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:517: [E0702(raising-bad-type), Client.recv_deleteMultiple] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:505: [W0612(unused-variable), Client.recv_deleteMultiple] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:505: [W0612(unused-variable), Client.recv_deleteMultiple] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:520: [R0913(too-many-arguments), Client.checkAndDelete] Too many arguments (7/5) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:540: [C0103(invalid-name), Client.send_checkAndDelete] Invalid method name "send_checkAndDelete" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:540: [C0103(invalid-name), Client.send_checkAndDelete] Invalid argument name "deleteSingle" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:540: [C0111(missing-docstring), Client.send_checkAndDelete] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:540: [R0913(too-many-arguments), Client.send_checkAndDelete] Too many arguments (7/5) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:553: [C0103(invalid-name), Client.recv_checkAndDelete] Invalid method name "recv_checkAndDelete" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:553: [C0111(missing-docstring), Client.recv_checkAndDelete] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:556: [C0103(invalid-name), Client.recv_checkAndDelete] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:566: [E0702(raising-bad-type), Client.recv_checkAndDelete] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:554: [W0612(unused-variable), Client.recv_checkAndDelete] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:554: [W0612(unused-variable), Client.recv_checkAndDelete] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:578: [C0111(missing-docstring), Client.send_increment] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:587: [C0111(missing-docstring), Client.recv_increment] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:590: [C0103(invalid-name), Client.recv_increment] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:600: [E0702(raising-bad-type), Client.recv_increment] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:588: [W0612(unused-variable), Client.recv_increment] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:588: [W0612(unused-variable), Client.recv_increment] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:616: [C0103(invalid-name), Client.send_openScanner] Invalid method name "send_openScanner" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:616: [C0111(missing-docstring), Client.send_openScanner] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:625: [C0103(invalid-name), Client.recv_openScanner] Invalid method name "recv_openScanner" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:625: [C0111(missing-docstring), Client.recv_openScanner] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:628: [C0103(invalid-name), Client.recv_openScanner] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:638: [E0702(raising-bad-type), Client.recv_openScanner] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:626: [W0612(unused-variable), Client.recv_openScanner] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:626: [W0612(unused-variable), Client.recv_openScanner] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:654: [C0103(invalid-name), Client.send_getScannerRows] Invalid method name "send_getScannerRows" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:654: [C0103(invalid-name), Client.send_getScannerRows] Invalid argument name "scannerId" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:654: [C0103(invalid-name), Client.send_getScannerRows] Invalid argument name "numRows" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:654: [C0111(missing-docstring), Client.send_getScannerRows] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:663: [C0103(invalid-name), Client.recv_getScannerRows] Invalid method name "recv_getScannerRows" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:663: [C0111(missing-docstring), Client.recv_getScannerRows] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:666: [C0103(invalid-name), Client.recv_getScannerRows] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:676: [E0702(raising-bad-type), Client.recv_getScannerRows] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:678: [E0702(raising-bad-type), Client.recv_getScannerRows] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:664: [W0612(unused-variable), Client.recv_getScannerRows] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:664: [W0612(unused-variable), Client.recv_getScannerRows] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:694: [C0103(invalid-name), Client.send_closeScanner] Invalid method name "send_closeScanner" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:694: [C0103(invalid-name), Client.send_closeScanner] Invalid argument name "scannerId" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:694: [C0111(missing-docstring), Client.send_closeScanner] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:702: [C0103(invalid-name), Client.recv_closeScanner] Invalid method name "recv_closeScanner" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:702: [C0111(missing-docstring), Client.recv_closeScanner] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:705: [C0103(invalid-name), Client.recv_closeScanner] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:713: [E0702(raising-bad-type), Client.recv_closeScanner] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:715: [E0702(raising-bad-type), Client.recv_closeScanner] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:703: [W0612(unused-variable), Client.recv_closeScanner] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:703: [W0612(unused-variable), Client.recv_closeScanner] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:196: [R0904(too-many-public-methods), Client] Too many public methods (39/20) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:722: [C0103(invalid-name), Processor.__init__] Invalid attribute name "_processMap" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:719: [C0111(missing-docstring), Processor] Missing class docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:738: [W0622(redefined-builtin), Processor.process] Redefining built-in 'type' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:737: [C0111(missing-docstring), Processor.process] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:742: [C0103(invalid-name), Processor.process] Invalid variable name "x" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:738: [W0612(unused-variable), Processor.process] Unused variable 'type' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:752: [C0111(missing-docstring), Processor.process_exists] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:759: [C0103(invalid-name), Processor.process_exists] Invalid variable name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:766: [C0111(missing-docstring), Processor.process_get] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:773: [C0103(invalid-name), Processor.process_get] Invalid variable name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:780: [C0103(invalid-name), Processor.process_getMultiple] Invalid method name "process_getMultiple" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:780: [C0111(missing-docstring), Processor.process_getMultiple] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:787: [C0103(invalid-name), Processor.process_getMultiple] Invalid variable name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:794: [C0111(missing-docstring), Processor.process_put] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:801: [C0103(invalid-name), Processor.process_put] Invalid variable name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:808: [C0103(invalid-name), Processor.process_checkAndPut] Invalid method name "process_checkAndPut" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:808: [C0111(missing-docstring), Processor.process_checkAndPut] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:815: [C0103(invalid-name), Processor.process_checkAndPut] Invalid variable name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:822: [C0103(invalid-name), Processor.process_putMultiple] Invalid method name "process_putMultiple" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:822: [C0111(missing-docstring), Processor.process_putMultiple] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:829: [C0103(invalid-name), Processor.process_putMultiple] Invalid variable name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:836: [C0103(invalid-name), Processor.process_deleteSingle] Invalid method name "process_deleteSingle" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:836: [C0111(missing-docstring), Processor.process_deleteSingle] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:843: [C0103(invalid-name), Processor.process_deleteSingle] Invalid variable name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:850: [C0103(invalid-name), Processor.process_deleteMultiple] Invalid method name "process_deleteMultiple" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:850: [C0111(missing-docstring), Processor.process_deleteMultiple] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:857: [C0103(invalid-name), Processor.process_deleteMultiple] Invalid variable name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:864: [C0103(invalid-name), Processor.process_checkAndDelete] Invalid method name "process_checkAndDelete" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:864: [C0111(missing-docstring), Processor.process_checkAndDelete] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:871: [C0103(invalid-name), Processor.process_checkAndDelete] Invalid variable name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:878: [C0111(missing-docstring), Processor.process_increment] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:885: [C0103(invalid-name), Processor.process_increment] Invalid variable name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:892: [C0103(invalid-name), Processor.process_openScanner] Invalid method name "process_openScanner" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:892: [C0111(missing-docstring), Processor.process_openScanner] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:899: [C0103(invalid-name), Processor.process_openScanner] Invalid variable name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:906: [C0103(invalid-name), Processor.process_getScannerRows] Invalid method name "process_getScannerRows" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:906: [C0111(missing-docstring), Processor.process_getScannerRows] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:913: [C0103(invalid-name), Processor.process_getScannerRows] Invalid variable name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:915: [C0103(invalid-name), Processor.process_getScannerRows] Invalid variable name "ia" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:922: [C0103(invalid-name), Processor.process_closeScanner] Invalid method name "process_closeScanner" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:922: [C0111(missing-docstring), Processor.process_closeScanner] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:929: [C0103(invalid-name), Processor.process_closeScanner] Invalid variable name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:931: [C0103(invalid-name), Processor.process_closeScanner] Invalid variable name "ia" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:941: [C0103(invalid-name), exists_args] Invalid class name "exists_args" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:941: [C1001(old-style-class), exists_args] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:958: [C0111(missing-docstring), exists_args.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:964: [W0612(unused-variable), exists_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:983: [C0111(missing-docstring), exists_args.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:999: [C0111(missing-docstring), exists_args.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1008: [C0103(invalid-name), exists_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1018: [C0103(invalid-name), exists_result] Invalid class name "exists_result" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1032: [C0103(invalid-name), exists_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1018: [C1001(old-style-class), exists_result] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1030: [C0103(invalid-name), exists_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1034: [C0111(missing-docstring), exists_result.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1040: [W0612(unused-variable), exists_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1059: [C0111(missing-docstring), exists_result.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1075: [C0111(missing-docstring), exists_result.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1075: [R0201(no-self-use), exists_result.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1080: [C0103(invalid-name), exists_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1090: [C0103(invalid-name), get_args] Invalid class name "get_args" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1090: [C1001(old-style-class), get_args] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1107: [C0111(missing-docstring), get_args.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1113: [W0612(unused-variable), get_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1132: [C0111(missing-docstring), get_args.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1148: [C0111(missing-docstring), get_args.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1157: [C0103(invalid-name), get_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1167: [C0103(invalid-name), get_result] Invalid class name "get_result" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1181: [C0103(invalid-name), get_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1167: [C1001(old-style-class), get_result] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1179: [C0103(invalid-name), get_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1183: [C0111(missing-docstring), get_result.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1189: [W0612(unused-variable), get_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1209: [C0111(missing-docstring), get_result.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1225: [C0111(missing-docstring), get_result.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1225: [R0201(no-self-use), get_result.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1230: [C0103(invalid-name), get_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1240: [C0103(invalid-name), getMultiple_args] Invalid class name "getMultiple_args" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1240: [C1001(old-style-class), getMultiple_args] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1259: [C0111(missing-docstring), getMultiple_args.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1265: [W0612(unused-variable), getMultiple_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1289: [C0111(missing-docstring), getMultiple_args.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1308: [C0111(missing-docstring), getMultiple_args.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1317: [C0103(invalid-name), getMultiple_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1327: [C0103(invalid-name), getMultiple_result] Invalid class name "getMultiple_result" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1341: [C0103(invalid-name), getMultiple_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1327: [C1001(old-style-class), getMultiple_result] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1339: [C0103(invalid-name), getMultiple_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1343: [C0111(missing-docstring), getMultiple_result.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1349: [W0612(unused-variable), getMultiple_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1374: [C0111(missing-docstring), getMultiple_result.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1393: [C0111(missing-docstring), getMultiple_result.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1393: [R0201(no-self-use), getMultiple_result.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1398: [C0103(invalid-name), getMultiple_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1408: [C0103(invalid-name), put_args] Invalid class name "put_args" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1408: [C1001(old-style-class), put_args] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1425: [C0111(missing-docstring), put_args.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1431: [W0612(unused-variable), put_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1450: [C0111(missing-docstring), put_args.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1466: [C0111(missing-docstring), put_args.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1475: [C0103(invalid-name), put_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1485: [C0103(invalid-name), put_result] Invalid class name "put_result" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1497: [C0103(invalid-name), put_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1485: [C1001(old-style-class), put_result] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1496: [C0103(invalid-name), put_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1499: [C0111(missing-docstring), put_result.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1505: [W0612(unused-variable), put_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1519: [C0111(missing-docstring), put_result.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1531: [C0111(missing-docstring), put_result.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1531: [R0201(no-self-use), put_result.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1536: [C0103(invalid-name), put_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1546: [C0103(invalid-name), checkAndPut_args] Invalid class name "checkAndPut_args" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1546: [C1001(old-style-class), checkAndPut_args] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1569: [R0913(too-many-arguments), checkAndPut_args.__init__] Too many arguments (7/5) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1577: [C0111(missing-docstring), checkAndPut_args.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1583: [W0612(unused-variable), checkAndPut_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1577: [R0912(too-many-branches), checkAndPut_args.read] Too many branches (22/12) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1622: [C0111(missing-docstring), checkAndPut_args.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1654: [C0111(missing-docstring), checkAndPut_args.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1669: [C0103(invalid-name), checkAndPut_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1679: [C0103(invalid-name), checkAndPut_result] Invalid class name "checkAndPut_result" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1693: [C0103(invalid-name), checkAndPut_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1679: [C1001(old-style-class), checkAndPut_result] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1691: [C0103(invalid-name), checkAndPut_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1695: [C0111(missing-docstring), checkAndPut_result.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1701: [W0612(unused-variable), checkAndPut_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1720: [C0111(missing-docstring), checkAndPut_result.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1736: [C0111(missing-docstring), checkAndPut_result.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1736: [R0201(no-self-use), checkAndPut_result.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1741: [C0103(invalid-name), checkAndPut_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1751: [C0103(invalid-name), putMultiple_args] Invalid class name "putMultiple_args" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1751: [C1001(old-style-class), putMultiple_args] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1768: [C0111(missing-docstring), putMultiple_args.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1774: [W0612(unused-variable), putMultiple_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1798: [C0111(missing-docstring), putMultiple_args.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1817: [C0111(missing-docstring), putMultiple_args.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1826: [C0103(invalid-name), putMultiple_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1836: [C0103(invalid-name), putMultiple_result] Invalid class name "putMultiple_result" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1848: [C0103(invalid-name), putMultiple_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1836: [C1001(old-style-class), putMultiple_result] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1847: [C0103(invalid-name), putMultiple_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1850: [C0111(missing-docstring), putMultiple_result.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1856: [W0612(unused-variable), putMultiple_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1870: [C0111(missing-docstring), putMultiple_result.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1882: [C0111(missing-docstring), putMultiple_result.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1882: [R0201(no-self-use), putMultiple_result.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1887: [C0103(invalid-name), putMultiple_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1897: [C0103(invalid-name), deleteSingle_args] Invalid class name "deleteSingle_args" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1912: [C0103(invalid-name), deleteSingle_args.__init__] Invalid attribute name "deleteSingle" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1897: [C1001(old-style-class), deleteSingle_args] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1910: [C0103(invalid-name), deleteSingle_args.__init__] Invalid argument name "deleteSingle" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1914: [C0111(missing-docstring), deleteSingle_args.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1920: [W0612(unused-variable), deleteSingle_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1939: [C0111(missing-docstring), deleteSingle_args.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1955: [C0111(missing-docstring), deleteSingle_args.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1964: [C0103(invalid-name), deleteSingle_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1974: [C0103(invalid-name), deleteSingle_result] Invalid class name "deleteSingle_result" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1986: [C0103(invalid-name), deleteSingle_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1974: [C1001(old-style-class), deleteSingle_result] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1985: [C0103(invalid-name), deleteSingle_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1988: [C0111(missing-docstring), deleteSingle_result.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1994: [W0612(unused-variable), deleteSingle_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2008: [C0111(missing-docstring), deleteSingle_result.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2020: [C0111(missing-docstring), deleteSingle_result.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2020: [R0201(no-self-use), deleteSingle_result.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2025: [C0103(invalid-name), deleteSingle_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2035: [C0103(invalid-name), deleteMultiple_args] Invalid class name "deleteMultiple_args" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2035: [C1001(old-style-class), deleteMultiple_args] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2052: [C0111(missing-docstring), deleteMultiple_args.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2058: [W0612(unused-variable), deleteMultiple_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2082: [C0111(missing-docstring), deleteMultiple_args.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2101: [C0111(missing-docstring), deleteMultiple_args.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2110: [C0103(invalid-name), deleteMultiple_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2120: [C0103(invalid-name), deleteMultiple_result] Invalid class name "deleteMultiple_result" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2134: [C0103(invalid-name), deleteMultiple_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2120: [C1001(old-style-class), deleteMultiple_result] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2132: [C0103(invalid-name), deleteMultiple_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2136: [C0111(missing-docstring), deleteMultiple_result.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2142: [W0612(unused-variable), deleteMultiple_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2167: [C0111(missing-docstring), deleteMultiple_result.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2186: [C0111(missing-docstring), deleteMultiple_result.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2186: [R0201(no-self-use), deleteMultiple_result.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2191: [C0103(invalid-name), deleteMultiple_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2201: [C0103(invalid-name), checkAndDelete_args] Invalid class name "checkAndDelete_args" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2230: [C0103(invalid-name), checkAndDelete_args.__init__] Invalid attribute name "deleteSingle" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2201: [C1001(old-style-class), checkAndDelete_args] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2224: [C0103(invalid-name), checkAndDelete_args.__init__] Invalid argument name "deleteSingle" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2224: [R0913(too-many-arguments), checkAndDelete_args.__init__] Too many arguments (7/5) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2232: [C0111(missing-docstring), checkAndDelete_args.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2238: [W0612(unused-variable), checkAndDelete_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2232: [R0912(too-many-branches), checkAndDelete_args.read] Too many branches (22/12) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2277: [C0111(missing-docstring), checkAndDelete_args.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2309: [C0111(missing-docstring), checkAndDelete_args.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2324: [C0103(invalid-name), checkAndDelete_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2334: [C0103(invalid-name), checkAndDelete_result] Invalid class name "checkAndDelete_result" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2348: [C0103(invalid-name), checkAndDelete_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2334: [C1001(old-style-class), checkAndDelete_result] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2346: [C0103(invalid-name), checkAndDelete_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2350: [C0111(missing-docstring), checkAndDelete_result.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2356: [W0612(unused-variable), checkAndDelete_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2375: [C0111(missing-docstring), checkAndDelete_result.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2391: [C0111(missing-docstring), checkAndDelete_result.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2391: [R0201(no-self-use), checkAndDelete_result.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2396: [C0103(invalid-name), checkAndDelete_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2406: [C0103(invalid-name), increment_args] Invalid class name "increment_args" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2406: [C1001(old-style-class), increment_args] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2423: [C0111(missing-docstring), increment_args.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2429: [W0612(unused-variable), increment_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2448: [C0111(missing-docstring), increment_args.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2464: [C0111(missing-docstring), increment_args.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2473: [C0103(invalid-name), increment_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2483: [C0103(invalid-name), increment_result] Invalid class name "increment_result" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2497: [C0103(invalid-name), increment_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2483: [C1001(old-style-class), increment_result] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2495: [C0103(invalid-name), increment_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2499: [C0111(missing-docstring), increment_result.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2505: [W0612(unused-variable), increment_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2525: [C0111(missing-docstring), increment_result.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2541: [C0111(missing-docstring), increment_result.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2541: [R0201(no-self-use), increment_result.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2546: [C0103(invalid-name), increment_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2556: [C0103(invalid-name), openScanner_args] Invalid class name "openScanner_args" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2556: [C1001(old-style-class), openScanner_args] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2573: [C0111(missing-docstring), openScanner_args.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2579: [W0612(unused-variable), openScanner_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2598: [C0111(missing-docstring), openScanner_args.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2614: [C0111(missing-docstring), openScanner_args.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2623: [C0103(invalid-name), openScanner_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2633: [C0103(invalid-name), openScanner_result] Invalid class name "openScanner_result" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2647: [C0103(invalid-name), openScanner_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2633: [C1001(old-style-class), openScanner_result] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2645: [C0103(invalid-name), openScanner_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2649: [C0111(missing-docstring), openScanner_result.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2655: [W0612(unused-variable), openScanner_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2674: [C0111(missing-docstring), openScanner_result.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2690: [C0111(missing-docstring), openScanner_result.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2690: [R0201(no-self-use), openScanner_result.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2695: [C0103(invalid-name), openScanner_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2705: [C0103(invalid-name), getScannerRows_args] Invalid class name "getScannerRows_args" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2719: [C0103(invalid-name), getScannerRows_args.__init__] Invalid attribute name "scannerId" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2720: [C0103(invalid-name), getScannerRows_args.__init__] Invalid attribute name "numRows" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2705: [C1001(old-style-class), getScannerRows_args] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2718: [C0103(invalid-name), getScannerRows_args.__init__] Invalid argument name "scannerId" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2718: [C0103(invalid-name), getScannerRows_args.__init__] Invalid argument name "numRows" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2722: [C0111(missing-docstring), getScannerRows_args.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2728: [W0612(unused-variable), getScannerRows_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2746: [C0111(missing-docstring), getScannerRows_args.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2762: [C0111(missing-docstring), getScannerRows_args.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2769: [C0103(invalid-name), getScannerRows_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2779: [C0103(invalid-name), getScannerRows_result] Invalid class name "getScannerRows_result" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2796: [C0103(invalid-name), getScannerRows_result.__init__] Invalid attribute name "ia" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2795: [C0103(invalid-name), getScannerRows_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2779: [C1001(old-style-class), getScannerRows_result] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2793: [C0103(invalid-name), getScannerRows_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2793: [C0103(invalid-name), getScannerRows_result.__init__] Invalid argument name "ia" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2798: [C0111(missing-docstring), getScannerRows_result.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2804: [W0612(unused-variable), getScannerRows_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2798: [R0912(too-many-branches), getScannerRows_result.read] Too many branches (14/12) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2835: [C0111(missing-docstring), getScannerRows_result.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2858: [C0111(missing-docstring), getScannerRows_result.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2858: [R0201(no-self-use), getScannerRows_result.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2863: [C0103(invalid-name), getScannerRows_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2873: [C0103(invalid-name), closeScanner_args] Invalid class name "closeScanner_args" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2885: [C0103(invalid-name), closeScanner_args.__init__] Invalid attribute name "scannerId" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2873: [C1001(old-style-class), closeScanner_args] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2884: [C0103(invalid-name), closeScanner_args.__init__] Invalid argument name "scannerId" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2887: [C0111(missing-docstring), closeScanner_args.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2893: [W0612(unused-variable), closeScanner_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2906: [C0111(missing-docstring), closeScanner_args.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2918: [C0111(missing-docstring), closeScanner_args.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2925: [C0103(invalid-name), closeScanner_args.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2935: [C0103(invalid-name), closeScanner_result] Invalid class name "closeScanner_result" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2950: [C0103(invalid-name), closeScanner_result.__init__] Invalid attribute name "ia" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2949: [C0103(invalid-name), closeScanner_result.__init__] Invalid attribute name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2935: [C1001(old-style-class), closeScanner_result] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2948: [C0103(invalid-name), closeScanner_result.__init__] Invalid argument name "io" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2948: [C0103(invalid-name), closeScanner_result.__init__] Invalid argument name "ia" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2952: [C0111(missing-docstring), closeScanner_result.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2958: [W0612(unused-variable), closeScanner_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2978: [C0111(missing-docstring), closeScanner_result.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2994: [C0111(missing-docstring), closeScanner_result.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2994: [R0201(no-self-use), closeScanner_result.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2999: [C0103(invalid-name), closeScanner_result.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:9: [W0611(unused-import), ] Unused TException imported from thrift.Thrift hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0614(unused-wildcard-import), ] Unused import TTimeRange from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0614(unused-wildcard-import), ] Unused import TColumnIncrement from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0614(unused-wildcard-import), ] Unused import TColumnValue from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0614(unused-wildcard-import), ] Unused import TColumn from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0614(unused-wildcard-import), ] Unused import TDeleteType from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:11: [C0412(ungrouped-imports), ] Imports from package thrift are not grouped -------------------------------------------------------------------- Your code has been rated at -4.12/10 (previous run: 9.00/10, -13.12) hbase-examples/src/main/python/thrift2/gen-py/hbase/__init__.py:1: [C0111(missing-docstring), ] Missing module docstring ------------------------------------------------------------------ Your code has been rated at 0.00/10 (previous run: 0.00/10, +0.00) hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:11: [C0305(trailing-newlines), ] Trailing newlines hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:1: [C0111(missing-docstring), ] Missing module docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:9: [E0401(import-error), ] Unable to import 'thrift.Thrift' hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0401(wildcard-import), ] Wildcard import ttypes hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0403(relative-import), ] Relative import 'ttypes', should be 'hbase.ttypes' hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:9: [W0611(unused-import), ] Unused TMessageType imported from thrift.Thrift hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:9: [W0611(unused-import), ] Unused TType imported from thrift.Thrift hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:9: [W0611(unused-import), ] Unused TException imported from thrift.Thrift hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:9: [W0611(unused-import), ] Unused TApplicationException imported from thrift.Thrift hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TProtocol from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TPut from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TTimeRange from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TScan from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TIncrement from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TBinaryProtocol from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TTransport from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TDelete from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TGet from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TColumn from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TResult from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import fastbinary from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TColumnValue from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TIllegalArgument from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TIOError from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TDeleteType from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TColumnIncrement from wildcard import ------------------------------------------------------------------------ Your code has been rated at -140.00/10 (previous run: -135.00/10, -5.00) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:14: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:16: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:20: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:25: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:26: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:28: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:29: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). 0: "DELETE_COLUMN", ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:30: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). 1: "DELETE_COLUMNS", ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:33: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:34: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). "DELETE_COLUMN": 0, ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:35: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). "DELETE_COLUMNS": 1, ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:40: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:46: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:47: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:48: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.I64, 'minStamp', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:49: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.I64, 'maxStamp', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:52: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:53: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:54: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:56: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:57: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:57: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:58: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:59: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:60: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:61: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:62: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:63: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:64: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:65: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:66: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:67: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:67: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:68: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:69: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:70: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:71: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:72: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:72: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:73: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:74: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:75: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:76: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:77: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:78: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:80: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:81: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:81: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:82: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:83: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:84: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:85: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:86: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:87: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:88: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:89: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:90: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:91: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:92: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:93: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:94: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:96: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:97: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:98: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:99: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:100: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:101: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:104: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:105: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:106: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:107: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:109: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:110: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:112: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:113: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:113: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:116: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:127: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:128: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:129: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'family', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:130: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'qualifier', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:131: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.I64, 'timestamp', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:134: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:135: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:136: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:137: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:139: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:140: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:140: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:141: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:142: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:143: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:144: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:145: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:146: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:147: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:148: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:149: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:150: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:150: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:151: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:152: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:153: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:154: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:155: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:155: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:156: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:157: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:158: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:159: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:160: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:160: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:161: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:162: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:163: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:164: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:165: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:166: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:168: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:169: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:169: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:170: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:171: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:172: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:173: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:174: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:175: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:176: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:177: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:178: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:179: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:180: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:181: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:182: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:183: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:184: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:185: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:186: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:188: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:189: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:190: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:191: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:194: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:195: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:196: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:197: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:199: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:200: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:202: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:203: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:203: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:206: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:216: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:217: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:218: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'family', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:219: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'qualifier', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:220: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.STRING, 'value', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:221: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.I64, 'timestamp', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:224: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:225: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:226: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:227: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:228: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:230: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:231: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:231: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:232: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:233: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:234: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:235: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:236: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:237: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:238: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:239: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:240: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:241: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:241: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:242: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:243: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:244: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:245: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:246: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:246: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:247: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:248: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:249: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:250: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:251: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:251: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:252: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:253: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:254: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:255: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:256: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:256: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:257: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:258: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:259: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:260: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:261: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:262: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:264: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:265: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:265: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:266: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:267: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:268: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:269: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:270: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:271: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:272: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:273: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:274: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:275: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:276: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:277: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:278: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:279: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:280: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:281: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:282: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:283: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:284: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:285: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:286: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:288: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:289: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:290: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:291: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:292: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:293: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:294: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:295: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:298: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:299: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:300: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:301: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:303: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:304: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:306: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:307: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:307: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:310: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:319: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:320: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:321: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'family', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:322: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'qualifier', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:323: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.I64, 'amount', None, 1, ), # 3 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:326: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:327: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:328: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:329: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:331: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:332: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:332: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:333: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:334: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:335: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:336: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:337: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:338: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:339: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:340: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:341: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:342: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:342: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:343: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:344: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:345: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:346: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:347: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:347: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:348: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:349: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:350: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:351: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:352: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:352: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:353: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:354: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:355: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:356: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:357: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:358: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:360: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:361: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:361: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:362: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:363: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:364: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:365: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:366: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:367: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:368: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:369: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:370: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:371: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:372: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:373: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:374: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:375: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:376: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:377: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:378: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:380: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:381: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:382: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:383: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:384: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:385: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:388: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:389: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:390: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:391: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:393: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:394: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:396: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:397: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:397: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:400: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:408: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:409: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:410: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'row', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:411: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'columnValues', (TType.STRUCT,(TColumnValue, TColumnValue.thrift_spec)), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:411: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:411: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'columnValues', (TType.STRUCT,(TColumnValue, TColumnValue.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:414: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:415: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:416: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:418: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:419: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:419: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:420: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:421: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:422: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:423: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:424: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:425: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:426: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:427: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:428: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:429: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:429: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:430: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:431: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:432: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:433: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:434: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:435: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:436: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:437: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:438: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:439: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:440: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:441: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:442: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:443: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:444: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:445: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:446: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:448: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:449: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:449: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:450: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:451: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:452: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:453: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:454: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:455: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:456: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:457: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:458: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:459: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:460: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:461: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:462: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:463: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:464: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:465: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:467: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:468: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:469: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:470: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:473: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:474: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:475: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:476: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:478: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:479: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:481: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:482: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:482: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:485: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:507: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:508: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:509: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'row', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:510: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'columns', (TType.STRUCT,(TColumn, TColumn.thrift_spec)), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:510: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'columns', (TType.STRUCT,(TColumn, TColumn.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:511: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.I64, 'timestamp', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:512: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.STRUCT, 'timeRange', (TTimeRange, TTimeRange.thrift_spec), None, ), # 4 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:513: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.I32, 'maxVersions', None, None, ), # 5 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:514: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (6, TType.STRING, 'filterString', None, None, ), # 6 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:517: [C0301(line-too-long), ] Line too long (115/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:517: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:518: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:519: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:520: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:521: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:522: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:523: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:525: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:526: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:526: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:527: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:528: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:529: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:530: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:531: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:532: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:533: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:534: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:535: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:536: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:536: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:537: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:538: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:539: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:540: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:541: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:542: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:543: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:544: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:545: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:546: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:547: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:548: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:549: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:550: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:551: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:552: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:552: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:553: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:554: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:555: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:556: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:557: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:558: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:559: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:560: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:561: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:562: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:563: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:563: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:564: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:565: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:566: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:567: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:568: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:568: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:569: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:570: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:571: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:572: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:573: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:574: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:576: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:577: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:577: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:578: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:579: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:580: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:581: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:582: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:583: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:584: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:585: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:586: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:587: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:588: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:589: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:590: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:591: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:592: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:593: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:594: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:595: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:596: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:597: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:598: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:599: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:600: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:601: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:602: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:603: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:604: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:605: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:606: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:607: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:608: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:609: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:611: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:612: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:613: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:614: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:617: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:618: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:619: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:620: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:622: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:623: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:625: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:626: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:626: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:629: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:647: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:648: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:649: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'row', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:650: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'columnValues', (TType.STRUCT,(TColumnValue, TColumnValue.thrift_spec)), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:650: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:650: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'columnValues', (TType.STRUCT,(TColumnValue, TColumnValue.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:651: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.I64, 'timestamp', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:652: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.BOOL, 'writeToWal', None, True, ), # 4 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:655: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:656: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:657: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:658: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:659: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:661: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:662: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:662: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:663: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:664: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:665: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:666: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:667: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:668: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:669: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:670: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:671: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:672: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:672: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:673: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:674: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:675: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:676: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:677: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:678: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:679: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:680: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:681: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:682: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:683: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:684: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:685: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:686: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:687: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:688: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:688: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:689: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:690: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:691: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:692: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:693: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:693: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:694: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:695: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:696: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:697: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:698: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:699: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:701: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:702: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:702: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:703: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:704: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:705: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:706: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:707: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:708: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:709: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:710: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:711: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:712: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:713: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:714: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:715: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:716: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:717: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:718: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:719: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:720: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:721: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:722: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:723: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:724: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:725: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:726: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:728: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:729: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:730: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:731: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:732: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:733: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:736: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:737: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:738: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:739: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:741: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:742: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:744: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:745: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:745: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:748: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:779: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:780: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:781: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'row', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:782: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'columns', (TType.STRUCT,(TColumn, TColumn.thrift_spec)), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:782: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'columns', (TType.STRUCT,(TColumn, TColumn.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:783: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.I64, 'timestamp', None, None, ), # 3 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:784: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.I32, 'deleteType', None, 1, ), # 4 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:784: [C0326(bad-whitespace), ] Exactly one space required after comma (4, TType.I32, 'deleteType', None, 1, ), # 4 ^ hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:785: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.BOOL, 'writeToWal', None, True, ), # 5 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:788: [C0301(line-too-long), ] Line too long (122/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:788: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:789: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:790: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:791: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:792: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:793: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:795: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:796: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:796: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:797: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:798: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:799: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:800: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:801: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:802: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:803: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:804: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:805: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:806: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:806: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:807: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:808: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:809: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:810: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:811: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:812: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:813: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:814: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:815: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:816: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:817: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:818: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:819: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:820: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:821: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:822: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:822: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:823: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:824: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:825: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:826: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:827: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:827: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:828: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:829: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:830: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:831: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:832: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:832: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:833: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:834: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:835: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:836: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:837: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:838: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:840: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:841: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:841: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:842: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:843: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:844: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:845: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:846: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:847: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:848: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:849: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:850: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:851: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:852: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:853: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:854: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:855: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:856: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:857: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:858: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:859: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:860: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:861: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:862: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:863: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:864: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:865: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:866: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:867: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:868: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:869: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:871: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:872: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:873: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:874: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:877: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:878: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:879: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:880: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:882: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:883: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:885: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:886: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:886: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:889: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:901: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:902: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:903: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'row', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:904: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.LIST, 'columns', (TType.STRUCT,(TColumnIncrement, TColumnIncrement.thrift_spec)), None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:904: [C0301(line-too-long), ] Line too long (108/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:904: [C0326(bad-whitespace), ] Exactly one space required after comma (2, TType.LIST, 'columns', (TType.STRUCT,(TColumnIncrement, TColumnIncrement.thrift_spec)), None, ), # 2 ^ hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:905: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.BOOL, 'writeToWal', None, True, ), # 3 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:908: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:909: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:910: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:911: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:913: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:914: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:914: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:915: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:916: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:917: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:918: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:919: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:920: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:921: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:922: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:923: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:924: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:924: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:925: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:926: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:927: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:928: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:929: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:930: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:931: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:932: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:933: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:934: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:935: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:936: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:937: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:938: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:939: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:940: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:940: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:941: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:942: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:943: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:944: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:945: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:946: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:948: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:949: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:949: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:950: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:951: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:952: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:953: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:954: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:955: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:956: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:957: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:958: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:959: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:960: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:961: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:962: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:963: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:964: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:965: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:966: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:967: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:968: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:969: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:971: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:972: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:973: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:974: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:975: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:976: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:979: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:980: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:981: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:982: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:984: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:985: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:987: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:988: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:988: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:991: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1006: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1007: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1008: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'startRow', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1009: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (2, TType.STRING, 'stopRow', None, None, ), # 2 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1010: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (3, TType.LIST, 'columns', (TType.STRUCT,(TColumn, TColumn.thrift_spec)), None, ), # 3 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1010: [C0326(bad-whitespace), ] Exactly one space required after comma (3, TType.LIST, 'columns', (TType.STRUCT,(TColumn, TColumn.thrift_spec)), None, ), # 3 ^ hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1011: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (4, TType.I32, 'caching', None, None, ), # 4 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1012: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (5, TType.I32, 'maxVersions', None, 1, ), # 5 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1013: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (6, TType.STRUCT, 'timeRange', (TTimeRange, TTimeRange.thrift_spec), None, ), # 6 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1014: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (7, TType.STRING, 'filterString', None, None, ), # 7 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1015: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (8, TType.I32, 'batchSize', None, None, ), # 8 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1018: [C0301(line-too-long), ] Line too long (161/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1018: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1019: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1020: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1021: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1022: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1023: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1024: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1025: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1026: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1028: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1029: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1029: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1030: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1031: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1032: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1033: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1034: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1035: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1036: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1037: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1038: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1039: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1039: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1040: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1041: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1042: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1043: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1044: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1044: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1045: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1046: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1047: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1048: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1049: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1050: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1051: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1052: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1053: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1054: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 24 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1055: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1056: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1057: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1058: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1059: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1060: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1060: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1061: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1062: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1063: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1064: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1065: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1065: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1066: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1067: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1068: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1069: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1070: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1071: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1072: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1073: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1074: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1075: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1076: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1076: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1077: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1078: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1079: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1080: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1081: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1081: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1082: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1083: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1084: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1085: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1086: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1087: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1089: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1090: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1090: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1091: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1092: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1093: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1094: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1095: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1096: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1097: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1098: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1099: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1100: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1101: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1102: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1103: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1104: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1105: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1106: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1107: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1108: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1109: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1110: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1111: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1112: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1113: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1114: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1115: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1116: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1117: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1118: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1119: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1120: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1121: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1122: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1123: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1124: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1125: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1126: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1127: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1128: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1129: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1130: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1132: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1133: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1136: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1137: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1138: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1139: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1141: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1142: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1144: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1145: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1145: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1148: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1157: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1158: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1159: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'message', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1162: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1163: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1165: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1166: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1166: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1167: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1168: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1169: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1170: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1171: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1172: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1173: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1174: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1175: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1176: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1176: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1177: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1178: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1179: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1180: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1181: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1182: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1184: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1185: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1185: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1186: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1187: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1188: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1189: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1190: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1191: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1192: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1193: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1194: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1196: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1197: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1200: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1201: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1203: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1204: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1205: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1206: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1208: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1209: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1211: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1212: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1212: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1215: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1223: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1224: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). None, # 0 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1225: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). (1, TType.STRING, 'message', None, None, ), # 1 ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1228: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1229: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1231: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1232: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1232: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1233: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1234: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1235: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1236: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1237: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1238: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1239: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1240: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1241: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1242: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1242: [W0301(unnecessary-semicolon), ] Unnecessary semicolon hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1243: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1244: [W0311(bad-indentation), ] Bad indentation. Found 10 spaces, expected 20 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1245: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1246: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 16 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1247: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1248: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1250: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1251: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1251: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1252: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1253: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1254: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1255: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1256: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1257: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1258: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1259: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1260: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1262: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1263: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1266: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1267: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1269: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1270: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1271: [C0330(bad-continuation), ] Wrong continued indentation (add 3 spaces). for key, value in self.__dict__.iteritems()] ^ | hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1272: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1274: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1275: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1277: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1278: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1278: [C0325(superfluous-parens), ] Unnecessary parens after 'not' keyword hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1: [C0302(too-many-lines), ] Too many lines in module (1278/1000) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1: [C0111(missing-docstring), ] Missing module docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:9: [E0401(import-error), ] Unable to import 'thrift.Thrift' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:11: [E0401(import-error), ] Unable to import 'thrift.transport' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:12: [E0401(import-error), ] Unable to import 'thrift.protocol' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:15: [W0702(bare-except), ] No exception type(s) specified hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:14: [E0401(import-error), ] Unable to import 'thrift.protocol' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:16: [C0103(invalid-name), ] Invalid constant name "fastbinary" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:19: [C1001(old-style-class), TDeleteType] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:19: [W0232(no-init), TDeleteType] Class has no __init__ method hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:19: [R0903(too-few-public-methods), TDeleteType] Too few public methods (0/2) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:53: [C0103(invalid-name), TTimeRange.__init__] Invalid attribute name "minStamp" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:54: [C0103(invalid-name), TTimeRange.__init__] Invalid attribute name "maxStamp" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:39: [C1001(old-style-class), TTimeRange] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:52: [C0103(invalid-name), TTimeRange.__init__] Invalid argument name "minStamp" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:52: [C0103(invalid-name), TTimeRange.__init__] Invalid argument name "maxStamp" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:56: [C0111(missing-docstring), TTimeRange.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:62: [W0612(unused-variable), TTimeRange.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:80: [C0111(missing-docstring), TTimeRange.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:96: [C0111(missing-docstring), TTimeRange.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:105: [C0103(invalid-name), TTimeRange.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:115: [C1001(old-style-class), TColumn] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:139: [C0111(missing-docstring), TColumn.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:145: [W0612(unused-variable), TColumn.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:139: [R0912(too-many-branches), TColumn.read] Too many branches (13/12) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:168: [C0111(missing-docstring), TColumn.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:188: [C0111(missing-docstring), TColumn.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:195: [C0103(invalid-name), TColumn.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:205: [C1001(old-style-class), TColumnValue] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:230: [C0111(missing-docstring), TColumnValue.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:236: [W0612(unused-variable), TColumnValue.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:230: [R0912(too-many-branches), TColumnValue.read] Too many branches (16/12) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:264: [C0111(missing-docstring), TColumnValue.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:288: [C0111(missing-docstring), TColumnValue.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:299: [C0103(invalid-name), TColumnValue.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:309: [C1001(old-style-class), TColumnIncrement] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:331: [C0111(missing-docstring), TColumnIncrement.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:337: [W0612(unused-variable), TColumnIncrement.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:331: [R0912(too-many-branches), TColumnIncrement.read] Too many branches (13/12) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:360: [C0111(missing-docstring), TColumnIncrement.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:380: [C0111(missing-docstring), TColumnIncrement.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:389: [C0103(invalid-name), TColumnIncrement.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:416: [C0103(invalid-name), TResult.__init__] Invalid attribute name "columnValues" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:399: [C1001(old-style-class), TResult] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:414: [C0103(invalid-name), TResult.__init__] Invalid argument name "columnValues" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:418: [C0111(missing-docstring), TResult.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:424: [W0612(unused-variable), TResult.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:448: [C0111(missing-docstring), TResult.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:467: [C0111(missing-docstring), TResult.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:474: [C0103(invalid-name), TResult.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:523: [C0103(invalid-name), TGet.__init__] Invalid attribute name "filterString" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:522: [C0103(invalid-name), TGet.__init__] Invalid attribute name "maxVersions" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:521: [C0103(invalid-name), TGet.__init__] Invalid attribute name "timeRange" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:484: [C1001(old-style-class), TGet] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:517: [C0103(invalid-name), TGet.__init__] Invalid argument name "timeRange" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:517: [C0103(invalid-name), TGet.__init__] Invalid argument name "maxVersions" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:517: [C0103(invalid-name), TGet.__init__] Invalid argument name "filterString" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:517: [R0913(too-many-arguments), TGet.__init__] Too many arguments (7/5) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:525: [C0111(missing-docstring), TGet.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:531: [W0612(unused-variable), TGet.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:525: [R0912(too-many-branches), TGet.read] Too many branches (23/12) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:576: [C0111(missing-docstring), TGet.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:611: [C0111(missing-docstring), TGet.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:618: [C0103(invalid-name), TGet.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:659: [C0103(invalid-name), TPut.__init__] Invalid attribute name "writeToWal" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:657: [C0103(invalid-name), TPut.__init__] Invalid attribute name "columnValues" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:628: [C1001(old-style-class), TPut] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:655: [C0103(invalid-name), TPut.__init__] Invalid argument name "columnValues" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:655: [C0103(invalid-name), TPut.__init__] Invalid argument name "writeToWal" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:661: [C0111(missing-docstring), TPut.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:667: [W0612(unused-variable), TPut.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:661: [R0912(too-many-branches), TPut.read] Too many branches (17/12) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:701: [C0111(missing-docstring), TPut.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:728: [C0111(missing-docstring), TPut.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:737: [C0103(invalid-name), TPut.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:792: [C0103(invalid-name), TDelete.__init__] Invalid attribute name "deleteType" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:793: [C0103(invalid-name), TDelete.__init__] Invalid attribute name "writeToWal" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:747: [C1001(old-style-class), TDelete] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:788: [C0103(invalid-name), TDelete.__init__] Invalid argument name "deleteType" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:788: [C0103(invalid-name), TDelete.__init__] Invalid argument name "writeToWal" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:788: [R0913(too-many-arguments), TDelete.__init__] Too many arguments (6/5) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:795: [C0111(missing-docstring), TDelete.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:801: [W0612(unused-variable), TDelete.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:795: [R0912(too-many-branches), TDelete.read] Too many branches (20/12) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:840: [C0111(missing-docstring), TDelete.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:871: [C0111(missing-docstring), TDelete.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:878: [C0103(invalid-name), TDelete.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:911: [C0103(invalid-name), TIncrement.__init__] Invalid attribute name "writeToWal" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:888: [C1001(old-style-class), TIncrement] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:908: [C0103(invalid-name), TIncrement.__init__] Invalid argument name "writeToWal" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:913: [C0111(missing-docstring), TIncrement.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:919: [W0612(unused-variable), TIncrement.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:913: [R0912(too-many-branches), TIncrement.read] Too many branches (14/12) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:948: [C0111(missing-docstring), TIncrement.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:971: [C0111(missing-docstring), TIncrement.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:980: [C0103(invalid-name), TIncrement.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1020: [C0103(invalid-name), TScan.__init__] Invalid attribute name "stopRow" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1025: [C0103(invalid-name), TScan.__init__] Invalid attribute name "filterString" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1023: [C0103(invalid-name), TScan.__init__] Invalid attribute name "maxVersions" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1024: [C0103(invalid-name), TScan.__init__] Invalid attribute name "timeRange" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1019: [C0103(invalid-name), TScan.__init__] Invalid attribute name "startRow" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1026: [C0103(invalid-name), TScan.__init__] Invalid attribute name "batchSize" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:990: [R0902(too-many-instance-attributes), TScan] Too many instance attributes (8/7) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:990: [C1001(old-style-class), TScan] Old-style class defined. hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1018: [C0103(invalid-name), TScan.__init__] Invalid argument name "startRow" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1018: [C0103(invalid-name), TScan.__init__] Invalid argument name "stopRow" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1018: [C0103(invalid-name), TScan.__init__] Invalid argument name "maxVersions" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1018: [C0103(invalid-name), TScan.__init__] Invalid argument name "timeRange" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1018: [C0103(invalid-name), TScan.__init__] Invalid argument name "filterString" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1018: [C0103(invalid-name), TScan.__init__] Invalid argument name "batchSize" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1018: [R0913(too-many-arguments), TScan.__init__] Too many arguments (9/5) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1028: [C0111(missing-docstring), TScan.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1034: [W0612(unused-variable), TScan.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1028: [R0912(too-many-branches), TScan.read] Too many branches (29/12) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1028: [R0915(too-many-statements), TScan.read] Too many statements (57/50) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1089: [C0111(missing-docstring), TScan.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1132: [C0111(missing-docstring), TScan.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1132: [R0201(no-self-use), TScan.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1137: [C0103(invalid-name), TScan.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1165: [C0111(missing-docstring), TIOError.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1171: [W0612(unused-variable), TIOError.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1184: [C0111(missing-docstring), TIOError.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1196: [C0111(missing-docstring), TIOError.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1196: [R0201(no-self-use), TIOError.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1204: [C0103(invalid-name), TIOError.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1231: [C0111(missing-docstring), TIllegalArgument.read] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1237: [W0612(unused-variable), TIllegalArgument.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1250: [C0111(missing-docstring), TIllegalArgument.write] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1262: [C0111(missing-docstring), TIllegalArgument.validate] Missing method docstring hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1262: [R0201(no-self-use), TIllegalArgument.validate] Method could be a function hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1270: [C0103(invalid-name), TIllegalArgument.__repr__] Invalid variable name "L" hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:9: [W0611(unused-import), ] Unused TApplicationException imported from thrift.Thrift hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:9: [W0611(unused-import), ] Unused TMessageType imported from thrift.Thrift -------------------------------------------------------------------- Your code has been rated at -4.12/10 (previous run: -4.57/10, +0.45) hbase-server/src/main/python/hbase/merge_conf.py:52: [C0330(bad-continuation), ] Wrong continued indentation (add 14 spaces). help='Destination configuration file') ^ | hbase-server/src/main/python/hbase/merge_conf.py:103: [C0330(bad-continuation), ] Wrong continued indentation (add 10 spaces). break_long_words=False, **textwrap_kwargs)) ^ | hbase-server/src/main/python/hbase/merge_conf.py:133: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). '"%s" element expected: %s' % (self.current_file, tag_name, ^ | hbase-server/src/main/python/hbase/merge_conf.py:134: [C0330(bad-continuation), ] Wrong continued indentation (add 27 spaces). self.current_property.toxml())) ^ | hbase-server/src/main/python/hbase/merge_conf.py:153: [C0305(trailing-newlines), ] Trailing newlines hbase-server/src/main/python/hbase/merge_conf.py:32: [C1001(old-style-class), MergeConfTool] Old-style class defined. hbase-server/src/main/python/hbase/merge_conf.py:32: [W0232(no-init), MergeConfTool] Class has no __init__ method hbase-server/src/main/python/hbase/merge_conf.py:75: [W0622(redefined-builtin), MergeConfTool.merge] Redefining built-in 'property' hbase-server/src/main/python/hbase/merge_conf.py:64: [R0914(too-many-locals), MergeConfTool.merge] Too many local variables (18/15) hbase-server/src/main/python/hbase/merge_conf.py:90: [C0103(invalid-name), MergeConfTool.merge] Invalid variable name "c" hbase-server/src/main/python/hbase/merge_conf.py:122: [C0111(missing-docstring), MergeConfTool.element_text] Missing method docstring hbase-server/src/main/python/hbase/merge_conf.py:125: [C0111(missing-docstring), MergeConfTool.fatal] Missing method docstring hbase-server/src/main/python/hbase/merge_conf.py:125: [R0201(no-self-use), MergeConfTool.fatal] Method could be a function hbase-server/src/main/python/hbase/merge_conf.py:129: [C0111(missing-docstring), MergeConfTool.only_element] Missing method docstring hbase-server/src/main/python/hbase/merge_conf.py:130: [C0103(invalid-name), MergeConfTool.only_element] Invalid variable name "l" hbase-server/src/main/python/hbase/merge_conf.py:137: [C0111(missing-docstring), MergeConfTool.whole_text] Missing method docstring hbase-server/src/main/python/hbase/merge_conf.py:145: [C0111(missing-docstring), MergeConfTool.append_text_child] Missing method docstring hbase-server/src/main/python/hbase/merge_conf.py:76: [W0201(attribute-defined-outside-init), MergeConfTool.merge] Attribute 'current_property' defined outside __init__ hbase-server/src/main/python/hbase/merge_conf.py:62: [W0201(attribute-defined-outside-init), MergeConfTool.parse_options] Attribute 'output_file' defined outside __init__ hbase-server/src/main/python/hbase/merge_conf.py:72: [W0201(attribute-defined-outside-init), MergeConfTool.merge] Attribute 'current_file' defined outside __init__ hbase-server/src/main/python/hbase/merge_conf.py:87: [W0201(attribute-defined-outside-init), MergeConfTool.merge] Attribute 'merged_conf' defined outside __init__ hbase-server/src/main/python/hbase/merge_conf.py:61: [W0201(attribute-defined-outside-init), MergeConfTool.parse_options] Attribute 'input_files' defined outside __init__ ------------------------------------------------------------------ Your code has been rated at 7.53/10 (previous run: 9.21/10, -1.69)