Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
comp90024
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mu Lu
comp90024
Commits
ce3180bc
Commit
ce3180bc
authored
1 year ago
by
Luca Morandini
Browse files
Options
Downloads
Patches
Plain Diff
- Added further explanaiton on the ZIP files for packages
parent
b24c909a
Branches
master
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
fission/README.md
+3
-0
3 additions, 0 deletions
fission/README.md
with
5 additions
and
0 deletions
.gitignore
+
2
−
0
View file @
ce3180bc
...
...
@@ -337,3 +337,5 @@ cython_debug/
/installation/config.grp54
/fission/functions/pandastest/
/fission/functions/pandastest.zip
/installation/config.grp63
/installation/config.grp42
This diff is collapsed.
Click to expand it.
fission/README.md
+
3
−
0
View file @
ce3180bc
...
...
@@ -160,6 +160,9 @@ a `build.sh` command must be created to install the libraries and finally the fu
mv
addobservations.zip ../
)
```
NOTE: the ZIP file must be relative to the directory the function is in; otherwise the package build will fail.
To avoid this. always build the ZIP file from within the directory the function is in and then move it somewhere else
to avoid a recursive ZIP file (see the shell commands above).
Creation of a function with dependencies (this function depends on the ElasticSearch client package to add data to ElasticSearch):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment