Opened 6 years ago

Closed 6 years ago

#29164 closed Cleanup/optimization (invalid)

Problem in Integrating the pyspark with django

Reported by: Gavaskar Owned by: nobody
Component: Packaging Version: 1.11
Severity: Normal Keywords: Pyspark with django
Cc: Gavaskar Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I worked on pyspark with python language in anaconda ,it works fine.But when I try to integrate the pyspark with django 1.11.4 . It shows some error. (i.e.,) it reads the first line of the file and shows path doesn't exists.

Attachments (1)

problems in integrating the pyspark in django.docx (204.1 KB ) - added by Gavaskar 6 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by Gavaskar, 6 years ago

Cc: Gavaskar added
Component: UncategorizedPackaging
Type: UncategorizedCleanup/optimization

comment:2 by Tim Graham, 6 years ago

Resolution: invalid
Status: newclosed

This isn't the place to ask for help debugging an issue like this. Maybe pyspark has a support channel that would be more appropriate. If you confirm a bug in Django, feel free to reopen the ticket explaining why Django is at fault.

Also, please provide bug reports in the ticket description rather than through a docx attachment.

Note: See TracTickets for help on using tickets.
Back to Top