Github user shaneknapp commented on the issue:

    https://github.com/apache/spark/pull/18984
  
    how long has this been failing in this way?  i'll take a closer look
    tomorrow afternoon.
    
    On Sun, Aug 20, 2017 at 4:31 AM, Hyukjin Kwon <notificati...@github.com>
    wrote:
    
    > It looks still failed during mkdocs installation -
    > https://amplab.cs.berkeley.edu/jenkins/job/spark-master-
    > docs/3588/consoleFull
    >
    > Missing mkdocs in your path, trying to install mkdocs for SQL 
documentation generation.
    > Collecting mkdocs
    >   Downloading mkdocs-0.16.3-py2.py3-none-any.whl (1.2MB)
    > Collecting livereload>=2.5.1 (from mkdocs)
    >   Downloading livereload-2.5.1-py2-none-any.whl
    > Requirement already satisfied: Jinja2>=2.7.1 in 
/home/anaconda/lib/python2.7/site-packages (from mkdocs)
    > Collecting click>=3.3 (from mkdocs)
    >   Downloading click-6.7-py2.py3-none-any.whl (71kB)
    > Collecting Markdown>=2.3.1 (from mkdocs)
    >   Downloading Markdown-2.6.9.tar.gz (271kB)
    > Requirement already satisfied: PyYAML>=3.10 in 
/home/anaconda/lib/python2.7/site-packages (from mkdocs)
    > Collecting tornado>=4.1 (from mkdocs)
    >   Downloading tornado-4.5.1.tar.gz (483kB)
    > Requirement already satisfied: six in 
/home/anaconda/lib/python2.7/site-packages (from livereload>=2.5.1->mkdocs)
    > Collecting singledispatch (from tornado>=4.1->mkdocs)
    >   Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl
    > Collecting certifi (from tornado>=4.1->mkdocs)
    >   Downloading certifi-2017.7.27.1-py2.py3-none-any.whl (349kB)
    > Collecting backports_abc>=0.4 (from tornado>=4.1->mkdocs)
    >   Downloading backports_abc-0.5-py2.py3-none-any.whl
    > Building wheels for collected packages: Markdown, tornado
    >   Running setup.py bdist_wheel for Markdown: started
    >   Running setup.py bdist_wheel for Markdown: finished with status 'done'
    >   Stored in directory: 
/home/jenkins/.cache/pip/wheels/bf/46/10/c93e17ae86ae3b3a919c7b39dad3b5ccf09aeb066419e5c1e5
    >   Running setup.py bdist_wheel for tornado: started
    >   Running setup.py bdist_wheel for tornado: finished with status 'done'
    >   Stored in directory: 
/home/jenkins/.cache/pip/wheels/84/83/cd/6a04602633457269d161344755e6766d24307189b7a67ff4b7
    > Successfully built Markdown tornado
    > Installing collected packages: singledispatch, certifi, backports-abc, 
tornado, livereload, click, Markdown, mkdocs
    > Exception:
    > Traceback (most recent call last):
    >   File "/home/anaconda/lib/python2.7/site-packages/pip/basecommand.py", 
line 215, in main
    >     status = self.run(options, args)
    >   File 
"/home/anaconda/lib/python2.7/site-packages/pip/commands/install.py", line 342, 
in run
    >     prefix=options.prefix_path,
    >   File "/home/anaconda/lib/python2.7/site-packages/pip/req/req_set.py", 
line 784, in install
    >     **kwargs
    >   File 
"/home/anaconda/lib/python2.7/site-packages/pip/req/req_install.py", line 851, 
in install
    >     self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
    >   File 
"/home/anaconda/lib/python2.7/site-packages/pip/req/req_install.py", line 1064, 
in move_wheel_files
    >     isolated=self.isolated,
    >   File "/home/anaconda/lib/python2.7/site-packages/pip/wheel.py", line 
345, in move_wheel_files
    >     clobber(source, lib_dir, True)
    >   File "/home/anaconda/lib/python2.7/site-packages/pip/wheel.py", line 
323, in clobber
    >     shutil.copyfile(srcfile, destfile)
    >   File "/home/anaconda/lib/python2.7/shutil.py", line 83, in copyfile
    >     with open(dst, 'wb') as fdst:
    > IOError: [Errno 13] Permission denied: 
'/home/anaconda/lib/python2.7/site-packages/singledispatch_helpers.pyc
    > ...
    >
    > but I believe the fix itself is still okay and no need to revert.
    >
    > Hi @shaneknapp <https://github.com/shaneknapp>, I *guess* we could simply
    > install this by sudo pip install mkdocs without a close look. Maybe,
    > would you please be able to check this and install mkdocs package for SQL
    > documentation build?
    >
    > —
    > You are receiving this because you were mentioned.
    > Reply to this email directly, view it on GitHub
    > <https://github.com/apache/spark/pull/18984#issuecomment-323579206>, or 
mute
    > the thread
    > 
<https://github.com/notifications/unsubscribe-auth/ABiDrApK8GAj2mZuL1ClAnk-afIdLJN5ks5saBj8gaJpZM4O7CFW>
    > .
    >



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to