Skip to content

Commit 2515818

Browse files
authored
Fix link to job configuration documentation (logicalclocks#425) (logicalclocks#426)
1 parent 03fc722 commit 2515818

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

python/hsfs/feature_group.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -2694,7 +2694,7 @@ def save(
26942694
When using the `python` engine, write_options can contain the
26952695
following entries:
26962696
* key `spark` and value an object of type
2697-
[hsfs.core.job_configuration.JobConfiguration](../job_configuration)
2697+
[hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration)
26982698
to configure the Hopsworks Job used to write data into the
26992699
feature group.
27002700
* key `wait_for_job` and value `True` or `False` to configure
@@ -2883,7 +2883,7 @@ def insert(
28832883
When using the `python` engine, write_options can contain the
28842884
following entries:
28852885
* key `spark` and value an object of type
2886-
[hsfs.core.job_configuration.JobConfiguration](../job_configuration)
2886+
[hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration)
28872887
to configure the Hopsworks Job used to write data into the
28882888
feature group.
28892889
* key `wait_for_job` and value `True` or `False` to configure
@@ -3046,7 +3046,7 @@ def multi_part_insert(
30463046
When using the `python` engine, write_options can contain the
30473047
following entries:
30483048
* key `spark` and value an object of type
3049-
[hsfs.core.job_configuration.JobConfiguration](../job_configuration)
3049+
[hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration)
30503050
to configure the Hopsworks Job used to write data into the
30513051
feature group.
30523052
* key `wait_for_job` and value `True` or `False` to configure

python/hsfs/feature_view.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ def create_training_data(
14241424
* key `use_spark` and value `True` to materialize training dataset
14251425
with Spark instead of [Hopsworks Feature Query Service](https://docs.hopsworks.ai/latest/setup_installation/common/arrow_flight_duckdb/).
14261426
* key `spark` and value an object of type
1427-
[hsfs.core.job_configuration.JobConfiguration](../job_configuration)
1427+
[hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration)
14281428
to configure the Hopsworks Job used to compute the training dataset.
14291429
* key `wait_for_job` and value `True` or `False` to configure
14301430
whether or not to the save call should return only
@@ -1703,7 +1703,7 @@ def create_train_test_split(
17031703
* key `use_spark` and value `True` to materialize training dataset
17041704
with Spark instead of [Hopsworks Feature Query Service](https://docs.hopsworks.ai/latest/setup_installation/common/arrow_flight_duckdb/).
17051705
* key `spark` and value an object of type
1706-
[hsfs.core.job_configuration.JobConfiguration](../job_configuration)
1706+
[hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration)
17071707
to configure the Hopsworks Job used to compute the training dataset.
17081708
* key `wait_for_job` and value `True` or `False` to configure
17091709
whether or not to the save call should return only
@@ -1979,7 +1979,7 @@ def create_train_validation_test_split(
19791979
* key `use_spark` and value `True` to materialize training dataset
19801980
with Spark instead of [Hopsworks Feature Query Service](https://docs.hopsworks.ai/latest/setup_installation/common/arrow_flight_duckdb/).
19811981
* key `spark` and value an object of type
1982-
[hsfs.core.job_configuration.JobConfiguration](../job_configuration)
1982+
[hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration)
19831983
to configure the Hopsworks Job used to compute the training dataset.
19841984
* key `wait_for_job` and value `True` or `False` to configure
19851985
whether or not to the save call should return only
@@ -2103,7 +2103,7 @@ def recreate_training_dataset(
21032103
* key `use_spark` and value `True` to materialize training dataset
21042104
with Spark instead of [Hopsworks Feature Query Service](https://docs.hopsworks.ai/latest/setup_installation/common/arrow_flight_duckdb/).
21052105
* key `spark` and value an object of type
2106-
[hsfs.core.job_configuration.JobConfiguration](../job_configuration)
2106+
[hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration)
21072107
to configure the Hopsworks Job used to compute the training dataset.
21082108
* key `wait_for_job` and value `True` or `False` to configure
21092109
whether or not to the save call should return only
@@ -2222,7 +2222,7 @@ def training_data(
22222222
* key `"arrow_flight_config"` to pass a dictionary of arrow flight configurations.
22232223
For example: `{"arrow_flight_config": {"timeout": 900}}`.
22242224
* key `spark` and value an object of type
2225-
[hsfs.core.job_configuration.JobConfiguration](../job_configuration)
2225+
[hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration)
22262226
to configure the Hopsworks Job used to compute the training dataset.
22272227
Defaults to `{}`.
22282228
spine: Spine dataframe with primary key, event time and
@@ -2385,7 +2385,7 @@ def train_test_split(
23852385
* key `"arrow_flight_config"` to pass a dictionary of arrow flight configurations.
23862386
For example: `{"arrow_flight_config": {"timeout": 900}}`
23872387
* key `spark` and value an object of type
2388-
[hsfs.core.job_configuration.JobConfiguration](../job_configuration)
2388+
[hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration)
23892389
to configure the Hopsworks Job used to compute the training dataset.
23902390
Defaults to `{}`.
23912391
spine: Spine dataframe with primary key, event time and
@@ -2588,7 +2588,7 @@ def train_validation_test_split(
25882588
* key `"arrow_flight_config"` to pass a dictionary of arrow flight configurations.
25892589
For example: `{"arrow_flight_config": {"timeout": 900}}`
25902590
* key `spark` and value an object of type
2591-
[hsfs.core.job_configuration.JobConfiguration](../job_configuration)
2591+
[hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration)
25922592
to configure the Hopsworks Job used to compute the training dataset.
25932593
Defaults to `{}`.
25942594
spine: Spine dataframe with primary key, event time and

python/hsfs/training_dataset.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ def save(
624624
When using the `python` engine, write_options can contain the
625625
following entries:
626626
* key `spark` and value an object of type
627-
[hsfs.core.job_configuration.JobConfiguration](../job_configuration)
627+
[hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration)
628628
to configure the Hopsworks Job used to compute the training dataset.
629629
* key `wait_for_job` and value `True` or `False` to configure
630630
whether or not to the save call should return only
@@ -690,7 +690,7 @@ def insert(
690690
When using the `python` engine, write_options can contain the
691691
following entries:
692692
* key `spark` and value an object of type
693-
[hsfs.core.job_configuration.JobConfiguration](../job_configuration)
693+
[hsfs.core.job_configuration.JobConfiguration](../jobs/#jobconfiguration)
694694
to configure the Hopsworks Job used to compute the training dataset.
695695
* key `wait_for_job` and value `True` or `False` to configure
696696
whether or not to the insert call should return only

0 commit comments

Comments
 (0)