Skip to content

Commit

Permalink
Deployed 924040b to master with MkDocs 1.6.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChen2023 committed Apr 26, 2024
1 parent bd4eaab commit 7fa3138
Show file tree
Hide file tree
Showing 19 changed files with 110 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9043,6 +9043,13 @@ <h4 id="general_parameters">General parameters<a class="headerlink" href="#gener
<td align="left">Yes</td>
<td align="left">The number of partitions to be created when the data is written to NebulaGraph. If <code>tags.partition ≤ 1</code>, the number of partitions to be created in NebulaGraph is the same as that in the data source.</td>
</tr>
<tr>
<td align="left"><code>tags.filter</code></td>
<td align="left">string</td>
<td align="left">-</td>
<td align="left">No</td>
<td align="left">The filtering rule. The data that matches the filter rule is imported into NebulaGraph. For information about filtering formats, see <a href="https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/Dataset.html#filter(conditionExpr:String):org.apache.spark.sql.Dataset[T]">Dataset</a>.</td>
</tr>
</tbody>
</table>
<h4 id="specific_parameters_of_parquetjsonorc_data_sources">Specific parameters of Parquet/JSON/ORC data sources<a class="headerlink" href="#specific_parameters_of_parquetjsonorc_data_sources" title="Permanent link">&para;</a></h4>
Expand Down Expand Up @@ -9711,6 +9718,13 @@ <h4 id="general_parameters_1">General parameters<a class="headerlink" href="#gen
<td align="left">Yes</td>
<td align="left">The number of partitions to be created when the data is written to NebulaGraph. If <code>edges.partition ≤ 1</code>, the number of partitions to be created in NebulaGraph is the same as that in the data source.</td>
</tr>
<tr>
<td align="left"><code>edges.filter</code></td>
<td align="left">string</td>
<td align="left">-</td>
<td align="left">No</td>
<td align="left">The filtering rule. The data that matches the filter rule is imported into NebulaGraph. For information about filtering formats, see <a href="https://spark.apache.org/docs/latest/api/scala/org/apache/spark/sql/Dataset.html#filter(conditionExpr:String):org.apache.spark.sql.Dataset[T]">Dataset</a>.</td>
</tr>
</tbody>
</table>
<h4 id="specific_parameters_for_generating_sst_files_1">Specific parameters for generating SST files<a class="headerlink" href="#specific_parameters_for_generating_sst_files_1" title="Permanent link">&para;</a></h4>
Expand Down Expand Up @@ -9747,7 +9761,7 @@ <h4 id="specific_parameters_for_generating_sst_files_1">Specific parameters for
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 30, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8549,6 +8549,9 @@ <h3 id="step_2_modify_configuration_files">Step 2: Modify configuration files<a
# policy:hash
}

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8647,6 +8650,9 @@ <h3 id="step_2_modify_configuration_files">Step 2: Modify configuration files<a
# (Optional) Specify a column as the source of the rank.
#ranking: rank

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8712,7 +8718,7 @@ <h3 id="step_5_optional_rebuild_indexes_in_nebulagraph">Step 5: (optional) Rebui
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 30, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8622,6 +8622,9 @@ <h3 id="step_3_modify_configuration_files">Step 3: Modify configuration files<a
# If the CSV file does not have a header, set the header to false. The default value is false.
header: false

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8723,6 +8726,9 @@ <h3 id="step_3_modify_configuration_files">Step 3: Modify configuration files<a
# If the CSV file does not have a header, set the header to false. The default value is false.
header: false

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8811,7 +8817,7 @@ <h3 id="step_6_optional_rebuild_indexes_in_nebulagraph">Step 6: (optional) Rebui
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 27, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8580,6 +8580,9 @@ <h3 id="step_2_modify_configuration_files">Step 2: Modify configuration files<a
# policy:hash
}

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8673,6 +8676,9 @@ <h3 id="step_2_modify_configuration_files">Step 2: Modify configuration files<a
# (Optional) Specify a column as the source of the rank.
#ranking: rank

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8739,7 +8745,7 @@ <h3 id="step_5_optional_rebuild_indexes_in_nebulagraph">Step 5: (optional) Rebui
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 30, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8657,6 +8657,9 @@ <h3 id="step_3_modify_configuration_file">Step 3: Modify configuration file<a cl
# policy:hash
}

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8744,6 +8747,9 @@ <h3 id="step_3_modify_configuration_file">Step 3: Modify configuration file<a cl
# (Optional) Specify a column as the source of the rank.
#ranking: rank

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8832,7 +8838,7 @@ <h3 id="step_6_optional_rebuild_indexes_in_nebulagraph">Step 6: (optional) Rebui
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 27, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8624,6 +8624,9 @@ <h3 id="step_2_modify_configuration_files">Step 2: Modify configuration files<a
# policy:hash
}

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8741,6 +8744,9 @@ <h3 id="step_2_modify_configuration_files">Step 2: Modify configuration files<a
# (Optional) Specify a column as the source of the rank.
#ranking: rank

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8810,7 +8816,7 @@ <h3 id="step_5_optional_rebuild_indexes_in_nebulagraph">Step 5: (optional) Rebui
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 30, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8649,6 +8649,9 @@ <h3 id="step_3_modify_configuration_files">Step 3: Modify configuration files<a
# policy:hash
}

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8741,6 +8744,9 @@ <h3 id="step_3_modify_configuration_files">Step 3: Modify configuration files<a
# (Optional) Specify a column as the source of the rank.
#ranking: rank

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8827,7 +8833,7 @@ <h3 id="step_6_optional_rebuild_indexes_in_nebulagraph">Step 6: (optional) Rebui
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 27, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8583,6 +8583,9 @@ <h3 id="step_2_modify_configuration_files">Step 2: Modify configuration files<a
# policy:hash
}

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8746,7 +8749,7 @@ <h3 id="step_5_optional_rebuild_indexes_in_nebulagraph">Step 5: (optional) Rebui
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 30, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8559,6 +8559,9 @@ <h3 id="step_2_modify_configuration_files">Step 2: Modify configuration files<a
# policy:hash
}

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8671,6 +8674,9 @@ <h3 id="step_2_modify_configuration_files">Step 2: Modify configuration files<a
# (Optional) Specify a column as the source of the rank.
#ranking: rank

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8739,7 +8745,7 @@ <h3 id="step_5_optional_rebuild_indexes_in_nebulagraph">Step 5: (optional) Rebui
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 30, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8615,6 +8615,9 @@ <h3 id="step_2_modify_configuration_files">Step 2: Modify configuration files<a
# policy:hash
}

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8787,7 +8790,7 @@ <h3 id="step_5_optional_rebuild_indexes_in_nebulagraph">Step 5: (optional) Rebui
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 30, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8656,6 +8656,9 @@ <h3 id="step_3_modify_configuration_files">Step 3: Modify configuration files<a
# policy:hash
}

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8803,7 +8806,7 @@ <h3 id="step_6_optional_rebuild_indexes_in_nebulagraph">Step 6: (optional) Rebui
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 30, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8607,6 +8607,9 @@ <h3 id="step_2_modify_configuration_files">Step 2: Modify configuration files<a
# policy:hash
}

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8713,6 +8716,9 @@ <h3 id="step_2_modify_configuration_files">Step 2: Modify configuration files<a
# (Optional) Specify a column as the source of the rank.
#ranking: rank

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8777,7 +8783,7 @@ <h3 id="step_5_optional_rebuild_indexes_in_nebulagraph">Step 5: (optional) Rebui
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 30, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8610,6 +8610,9 @@ <h3 id="step_3_modify_configuration_files">Step 3: Modify configuration files<a
# policy:hash
}

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8787,7 +8790,7 @@ <h3 id="step_6_optional_rebuild_indexes_in_nebulagraph">Step 6: (optional) Rebui
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 27, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8611,6 +8611,9 @@ <h3 id="step_3_modify_configuration_files">Step 3: Modify configuration files<a
# policy:hash
}

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8702,6 +8705,9 @@ <h3 id="step_3_modify_configuration_files">Step 3: Modify configuration files<a
# (Optional) Specify a column as the source of the rank.
#ranking: rank

# The filtering rule. The data that matches the filter rule is imported into NebulaGraph.
# filter: &quot;name=&#39;Tom&#39;&quot;

# Batch operation types, including INSERT, UPDATE, and DELETE. defaults to INSERT.
#writeMode: INSERT

Expand Down Expand Up @@ -8788,7 +8794,7 @@ <h3 id="step_6_optional_rebuild_indexes_in_nebulagraph">Step 6: (optional) Rebui
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 27, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">April 26, 2024</span>


</small>
Expand Down
Loading

0 comments on commit 7fa3138

Please sign in to comment.