Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Amazon-Selection-Data
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abel_cjy
Amazon-Selection-Data
Commits
ce875c8a
Commit
ce875c8a
authored
Jul 14, 2026
by
fangxingjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
261beb5b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
img_dim_features_slice.py
Pyspark_job/img_search/img_dim_features_slice.py
+1
-1
No files found.
Pyspark_job/img_search/img_dim_features_slice.py
View file @
ce875c8a
...
@@ -24,7 +24,7 @@ class PicturesDimFeaturesSlice(Templates):
...
@@ -24,7 +24,7 @@ class PicturesDimFeaturesSlice(Templates):
self
.
df_save
=
self
.
spark
.
sql
(
f
"select 1+1;"
)
self
.
df_save
=
self
.
spark
.
sql
(
f
"select 1+1;"
)
# self.partitions_by = ['site_name', 'block']
# self.partitions_by = ['site_name', 'block']
self
.
partitions_by
=
[
'site_name'
,
'img_type'
]
self
.
partitions_by
=
[
'site_name'
,
'img_type'
]
self
.
partitions_num
=
1
0
self
.
partitions_num
=
3
0
def
read_data
(
self
):
def
read_data
(
self
):
# sql = f"select id, asin, img_vector as embedding from ods_asin_extract_features;"
# sql = f"select id, asin, img_vector as embedding from ods_asin_extract_features;"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment