Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The groupby operation uses up whole system disk space #378

Open
jonbakerfish opened this issue Sep 23, 2016 · 1 comment
Open

The groupby operation uses up whole system disk space #378

jonbakerfish opened this issue Sep 23, 2016 · 1 comment

Comments

@jonbakerfish
Copy link

jonbakerfish commented Sep 23, 2016

I ran a groupby on a large SFrame table (i.e. foo.shape=(1183747, 3110)). After a while, my system disk / is full and pops up the following errors:

Traceback (most recent call last):
  File "test.py", line 134, in <module>
    'bs':gl.aggregate.CONCAT('b'),
  File "/home/.../anaconda2/lib/python2.7/site-packages/graphlab/data_structures/sframe.py", line 4651, in groupby
    group_ops))
  File "/home/.../anaconda2/lib/python2.7/site-packages/graphlab/cython/context.py", line 49, in __exit__
    raise exc_type(exc_value)
IOError: Fail to write. Disk may be full.: unspecified iostream_category error: unspecified iostream_category error

After the program die, the disk space usage backs to normal.

Can I change the SFrame's cache location to somewhere else? (I have larger disks besides the system disk.)

@korbonits
Copy link

+1, I am facing this right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants