Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/1576
  
    @janzhongi Thanks for your contribution. 
    While I'm quickly looking through the docs, it doesn't have `Default Value` 
in the conf table. It would be better to provide it for each property i think. 
    
    ```
    <table class="table-configuration">
      <tr>
        <th>Name</th>
        <th>Default</th>
        <th>Description</th>
      </tr>
      <tr>
        <td>kylin.api.url </td>
        <td>http://localhost:7070/kylin/api/query</td>
        <td>kylin query POST API <br/> The format can be like 
http://&lt;host&gt;:&lt;port&gt;/kylin/api/query</td>
      </tr>
      <tr>
        <td>kylin.api.user</td>
        <td>ADMIN</td>
        <td>kylin user</td>
      </tr>
      <tr>
        <td>kylin.api.password</td>
        <td>KYLIN</td>
        <td>kylin password</td>
      </tr>
      <tr>
        <td>kylin.query.project</td>
        <td>default</td>
        <td>String, Project to perform query.</td>
      </tr>
      <tr>
        <td>kylin.query.ispartial</td>
        <td>true</td>
        <td>true|false <br/> (@Deprecated since Apache Kylin V1.5) <br/> 
Whether accept a partial result or not, default be “false”. Set to 
“false” for production use.</td>
      </tr>
      <tr>
        <td>kylin.query.limit</td>
        <td>5000</td>
        <td>int, Query limit <br/> If limit is set in sql, perPage will be 
ignored.</td>
      </tr>
      <tr>
        <td>kylin.query.offset</td>
        <td>0</td>
        <td>int, Query offset <br/> If offset is set in sql, curIndex will be 
ignored.</td>
      </tr>
    </table>
    ```
    
    You can just copy & paste the above table if you want. I added some 
markdown escaping for `<` and `>`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to